diff options
author | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-20 20:18:58 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-20 20:18:58 -0400 |
commit | f4e01f1444e58c06fd7b10a795701d141a7d925b (patch) | |
tree | d94e7926258963ec27d3a2be9fb44ade667d2ae0 /theme/biz/css | |
parent | d835267cc7c197eb0b8d54d9becf752f07af4d6f (diff) | |
parent | 689dd9ee5f81e3e2472e92b10248fecd39638160 (diff) |
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Diffstat (limited to 'theme/biz/css')
-rw-r--r-- | theme/biz/css/base.css | 5 | ||||
-rw-r--r-- | theme/biz/css/display.css | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css index 22bbced08..0e37a6ee4 100644 --- a/theme/biz/css/base.css +++ b/theme/biz/css/base.css @@ -198,11 +198,14 @@ 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 { margin-left:11px; } diff --git a/theme/biz/css/display.css b/theme/biz/css/display.css index a7d360c53..14092d964 100644 --- a/theme/biz/css/display.css +++ b/theme/biz/css/display.css @@ -36,7 +36,7 @@ border-color:#aaa; 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:#002E6E; } |