1
|
span.title { display: block; }
|
2
|
.section { margin-top: 10px; padding: 0px; border: 1px solid #999999; font-size: 1em; width: 100%; height: 95px; background: #FDFDFD; }
|
3
|
.description { padding: 4px 4px 0 4px; text-align: left; vertical-align: top; }
|
4
|
.graphic { border: 4px solid #FDFDFD; height: 50px; padding-left: 3px; width: 50px; }
|
5
|
.graphic img { border: 0px solid #D0D0D0; padding: 4px; vertical-align: middle; background: #FFFFFF; }
|
6
|
div#username { width: 118%; min-width: 250px; border: 0px groove #6799C4; text-align: left; font-weight: bold; margin: 0; background: #E9E9E9; }
|
7
|
#language,
|
8
|
#timezone,
|
9
|
#date_format,
|
10
|
#time_format,
|
11
|
#display_name,
|
12
|
#username,
|
13
|
#email,
|
14
|
#new_password_1,
|
15
|
#new_password_2,
|
16
|
#current_password { width: 118%; }
|
17
|
.setting_value_permissions { width: 50%; min-width: 400px; }
|
18
|
select > option.user-inactive { color: #990000; }
|
19
|
.header_title, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width: 100%; }
|
20
|
form.access table { width: 100%; }
|
21
|
form.access table tbody tr { line-height: 2.325em; margin: 0.525em 0; }
|
22
|
/* value_input
|
23
|
td, th, input, textarea {
|
24
|
color: #000000;
|
25
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
26
|
font-size: 1em;
|
27
|
float: right;
|
28
|
}
|
29
|
*/
|
30
|
form.access table tbody.value_label tr td { padding-right: 0.525em; font-weight: bold; color: #0D4B6E; text-align: right; }
|
31
|
form.access table tbody tr td.value_input { text-align: left; }
|