1 |
2
|
Manuela
|
#language, #timezone, #date_format, #time_format {
|
2 |
|
|
width: 100%;
|
3 |
|
|
}
|
4 |
|
|
|
5 |
|
|
#display_name, #username, #email, #new_password_1, #new_password_2, #current_password {
|
6 |
|
|
width: 99%;
|
7 |
|
|
}
|
8 |
|
|
|
9 |
|
|
#display_name, #username, #email, #new_password_1, #new_password_2, #current_password {
|
10 |
|
|
min-width: 250px;
|
11 |
|
|
}
|
12 |
|
|
form#preferences_save div div label {
|
13 |
|
|
float: right;
|
14 |
|
|
padding-right: 0.525em;
|
15 |
|
|
font-weight: bold;
|
16 |
|
|
color: #0D4B6E;
|
17 |
|
|
}
|
18 |
|
|
form#preferences_save div#username { width :100%; background-color :#e9e9e9; min-width : 250px; border :0px groove #6799c4; text-align :left; font-weight :bold; margin :0; line-height: 1.1; }
|