From: Samantha Doherty Date: Tue, 25 Jan 2011 23:32:12 +0000 (-0500) Subject: A few wee fixes for rebase and shiny themes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8bc296bdbbbf3566ee9e98fa2ae61b5c461c103c;p=quix0rs-gnu-social.git A few wee fixes for rebase and shiny themes. --- diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css index ab75165670..d4576092a6 100644 --- a/theme/rebase/css/display.css +++ b/theme/rebase/css/display.css @@ -1399,7 +1399,7 @@ display:block; padding: 4px 4px 4px 26px; } -.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input { +.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input { background-color: #ccc !important; border: none; } @@ -1408,7 +1408,7 @@ display:block; padding: 2px 4px 4px 28px; } -.entity_actions a:hover, .entity_actions p:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover { +.entity_actions a:hover, .entity_actions p:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover, .entity_actions .entity_nudge input:hover, .entity_actions .entity_delete input:hover { background-color: #f2f2f2 !important; } diff --git a/theme/shiny/css/display.css b/theme/shiny/css/display.css index 758d462ba0..cb4625093a 100644 --- a/theme/shiny/css/display.css +++ b/theme/shiny/css/display.css @@ -295,8 +295,8 @@ h6 {font-size: 1em;} #site_nav_local_views { position: relative; z-index: 9; - float: right; - margin: 0px 0px 20px 0px; + float: right; + margin: 0px; width: 290px; } @@ -331,7 +331,7 @@ h6 {font-size: 1em;} } #site_nav_local_views li:first-child a { - border-radius-topright:4px; + border-top-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; } @@ -368,7 +368,7 @@ h6 {font-size: 1em;} border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; - border-radius-topright: 0px; + border-top-right-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; padding: 14px 10px 20px 10px; @@ -382,9 +382,8 @@ h6 {font-size: 1em;} padding: 0px; padding-top: 16px; padding-left: 10px; - margin-top: -20px; background-color: #262626; - border-radius-bottomright: 6px; + border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }