mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 19:00:12 +00:00
modified login/register/passwd change&reset ui; modified checkbox ui
This commit is contained in:
@@ -547,8 +547,8 @@ textarea:-moz-placeholder {/* for FF */
|
||||
.checkbox {
|
||||
display:inline-block;
|
||||
background: url('../img/checkbox.png');
|
||||
width:16px;
|
||||
height:16px;
|
||||
width:15px;
|
||||
height:15px;
|
||||
margin-right:4px;
|
||||
position:relative;
|
||||
}
|
||||
@@ -626,6 +626,32 @@ textarea:-moz-placeholder {/* for FF */
|
||||
font-size: 11px;
|
||||
margin: 2px 0 5px;
|
||||
}
|
||||
/**** new narrow panel ****/
|
||||
.new-narrow-panel {
|
||||
width:388px;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
border-color:#f5f5f5 #d5d5d5 #a7a7a7;
|
||||
border-radius:4px;
|
||||
box-shadow:0 3px 2px #f5f5f5;
|
||||
margin:5em auto;
|
||||
}
|
||||
.new-narrow-panel .hd {
|
||||
color:#fff;
|
||||
font-size:16px;
|
||||
padding:5px 20px;
|
||||
background:#feab79;
|
||||
border-bottom:1px solid #c79d85;
|
||||
}
|
||||
.new-narrow-panel .con {
|
||||
/*padding:30px 60px 75px;*/
|
||||
padding:30px 60px 60px;
|
||||
}
|
||||
.new-narrow-panel .input {
|
||||
border-color:#c7c7c7;
|
||||
box-shadow:inset 0 1px 1px #f1f1f1;
|
||||
margin:5px 0 20px;
|
||||
}
|
||||
/**** wide panel ****/ /* e.g. repo decrypt page */
|
||||
.wide-panel {
|
||||
width: 928px;
|
||||
@@ -1198,10 +1224,6 @@ textarea:-moz-placeholder {/* for FF */
|
||||
|
||||
/*** for separate pages ***/
|
||||
/* login */
|
||||
.login-form a {
|
||||
font-size:12px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.captcha {
|
||||
float:right;
|
||||
}
|
||||
@@ -1367,7 +1389,7 @@ textarea:-moz-placeholder {/* for FF */
|
||||
margin-bottom:0.7em;
|
||||
}
|
||||
#user-basic-info label {
|
||||
width:5.5em;
|
||||
width:5.6em;
|
||||
margin-right:1em;
|
||||
}
|
||||
.ru #user-basic-info label {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 392 B |
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 214 B |
Reference in New Issue
Block a user