diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 3a61dae83..e799f90ee 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -380,6 +380,38 @@ table#flags td { text-align: left; } +#email_prefs, #saved_search_prefs, #shared_search_prefs, +#bug_activity { + border: 1px solid black; + border-collapse: collapse; +} + +#email_prefs th, +#shared_search_prefs th, +#saved_search_prefs th { + text-align: center; +} + +#email_prefs th, #email_prefs td, +#shared_search_prefs th, #shared_search_prefs td, +#saved_search_prefs th, #saved_search_prefs td, +#bug_activity td { + border: 1px solid; + padding: 0.3em; +} + +#email_prefs th.role_header { + width: 10%; +} + +.column_header { + background-color: #66f; +} + +.column_header th { + text-align: center; +} + .flag_select { min-width: 3em; } |