diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-21 05:46:38 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-21 05:46:38 +0000 |
commit | 07de94ca99c5541b26da9292c4eaa3d80bee3dbe (patch) | |
tree | b539b139198720edbf7859dce59d7187f65f65c5 /theme/h4ck3r | |
parent | 54cd0a2046c417fd072bb4cf79aeda163cf760af (diff) | |
parent | 689dd9ee5f81e3e2472e92b10248fecd39638160 (diff) |
Merge branch '0.8.x' into fbconnect
Diffstat (limited to 'theme/h4ck3r')
-rw-r--r-- | theme/h4ck3r/css/base.css | 4 | ||||
-rw-r--r-- | theme/h4ck3r/css/display.css | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/theme/h4ck3r/css/base.css b/theme/h4ck3r/css/base.css index 5060bbb8b..41b3a77e6 100644 --- a/theme/h4ck3r/css/base.css +++ b/theme/h4ck3r/css/base.css @@ -189,9 +189,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/h4ck3r/css/display.css b/theme/h4ck3r/css/display.css index c7631a8eb..31d49a58e 100644 --- a/theme/h4ck3r/css/display.css +++ b/theme/h4ck3r/css/display.css @@ -38,7 +38,7 @@ color:#ccc; border-color:#ddd; } -.form_settings input.form_action-secondary { +.form_settings input.form_action-primary { background:none; } @@ -65,7 +65,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:#0f0; } |