1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

Improve UI

This commit is contained in:
Daniel Pan
2016-04-23 18:06:26 +08:00
parent c69aad81b9
commit ae00156cdb
2 changed files with 21 additions and 10 deletions

View File

@@ -869,6 +869,11 @@ textarea:-moz-placeholder {/* for FF */
font-size:14px;
margin:5px 0 20px;
}
.new-narrow-panel .notice {
text-align: center;
margin-top:20px;
color:#666;
}
/**** wide panel ****/ /* e.g. repo decrypt page */
.wide-panel {
width: 928px;
@@ -991,6 +996,10 @@ textarea:-moz-placeholder {/* for FF */
.op-confirm button {
margin-right:8px;
}
/**** forms ****/
.field-feedback {
color:#666;
}
/**** simplemodal ****/
#basic-modal-content {
display:none;