Blame view
sources/apps/files_sharing/css/authenticate.css
299 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 10 11 12 |
#body-login form label.infield {
width: 190px;
padding: 10px;
left: 8px;
top: 8px;
}
#password {
width: 190px !important;
padding: 10px;
margin: 6px;
}
|
|
a293d369c
|
13 |
input[type='submit'] {
|
|
31b7f2792
|
14 15 16 |
width: 45px; height: 45px; margin: 6px; |
|
31b7f2792
|
17 |
} |
|
a293d369c
|
18 |
#body-login input[type='submit'] {
|
|
31b7f2792
|
19 20 21 |
position: absolute; top: 0px; } |