loading image default height

This commit is contained in:
life
2015-11-25 19:50:11 +08:00
parent 3ebf3624ee
commit 0bac0c5e89
5 changed files with 10 additions and 1 deletions

View File

@@ -24,6 +24,6 @@ var Config = {
"name": "繁体中文"
}
],
"lang": "zh-cn",
"lang": "en-us",
"theme": ""
};

View File

@@ -11,6 +11,7 @@
#loadingLogo {
position: relative;
width: 100px;
height: 100px;
display: block;
margin: auto;
border: 1px solid #4092C5;

View File

@@ -17,6 +17,7 @@
#loadingLogo {
position: relative;
width: 100px;
height: 100px;
display: block;
margin: auto;
border: 1px solid #4092C5;

View File

@@ -2085,6 +2085,7 @@ img::selection {
#loadingLogo {
position: relative;
width: 100px;
height: 100px;
display: block;
margin: auto;
border: 1px solid #4092C5;
@@ -2925,6 +2926,9 @@ body,
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', "Microsoft YaHei", "微软雅黑";
font-style: normal;
}
textarea#wmd-input {
color: #000 !important;
}
#wmd-input .ace_searchbtn_close {
margin: 0px;
}

View File

@@ -28,6 +28,9 @@
@mdAceBlockquoteColor: #003873;
@mdAceCursorColor: #243342;
textarea#wmd-input {
color: #000 !important;
}
#wmd-input {
.ace_searchbtn_close {
margin: 0px;