diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-21 00:18:11 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-21 00:18:11 +0000 |
commit | 689dd9ee5f81e3e2472e92b10248fecd39638160 (patch) | |
tree | d94e7926258963ec27d3a2be9fb44ade667d2ae0 /theme/otalk | |
parent | 56a8a255fff0037c29db09d4abf6631e9c45c730 (diff) |
Updated primary and secondary styles for biz, cloudy, h4ck3r, otalk,
pigeonthoughts themes.
Diffstat (limited to 'theme/otalk')
-rw-r--r-- | theme/otalk/css/base.css | 4 | ||||
-rw-r--r-- | theme/otalk/css/display.css | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/theme/otalk/css/base.css b/theme/otalk/css/base.css index 32e8891d2..b39992570 100644 --- a/theme/otalk/css/base.css +++ b/theme/otalk/css/base.css @@ -198,9 +198,11 @@ padding:0 7px; } +.form_settings input.form_action-primary { +padding:0; +} .form_settings input.form_action-secondary { margin-left:29px; -padding:0; } #form_search .submit { diff --git a/theme/otalk/css/display.css b/theme/otalk/css/display.css index 6c646791b..d2a4719a8 100644 --- a/theme/otalk/css/display.css +++ b/theme/otalk/css/display.css @@ -37,7 +37,7 @@ border-color:#aaa; border-color:#ddd; } -.form_settings input.form_action-secondary { +.form_settings input.form_action-primary { background:none; } @@ -64,7 +64,7 @@ div.notice-options input, .entity_send-a-message a, .form_user_nudge input.submit, .entity_nudge p, -.form_settings input.form_action-secondary { +.form_settings input.form_action-primary { color:#8F0000; } |