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