]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
A few wee fixes for rebase and shiny themes.
authorSamantha Doherty <sammy@status.net>
Tue, 25 Jan 2011 23:32:12 +0000 (18:32 -0500)
committerSamantha Doherty <sammy@status.net>
Tue, 25 Jan 2011 23:32:12 +0000 (18:32 -0500)
theme/rebase/css/display.css
theme/shiny/css/display.css

index ab75165670b0d304ec85ea7462aef7433657443b..d4576092a6c310640d7b5080e2b9ac9396e807ad 100644 (file)
@@ -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;
 }
 
index 758d462ba019cfce04a7c50668383c21548e74b5..cb4625093a43b48986b0b77ac4bfee00e97ba5d0 100644 (file)
@@ -295,8 +295,8 @@ h6 {font-size: 1em;}
 #site_nav_local_views {\r
        position: relative;\r
        z-index: 9;\r
-       float: right;\r
-    margin: 0px 0px 20px 0px;
+       float: right;
+    margin: 0px;
     width: 290px;
 }\r
 \r
@@ -331,7 +331,7 @@ h6 {font-size: 1em;}
 }
 
 #site_nav_local_views li:first-child a {
-       border-radius-topright:4px;\r
+       border-top-right-radius:4px;\r
        -moz-border-radius-topright:4px;
        -webkit-border-top-right-radius:4px;
 }\r
@@ -368,7 +368,7 @@ h6 {font-size: 1em;}
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
-       border-radius-topright: 0px;\r
+       border-top-right-radius: 0px;\r
        -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;\r
+       border-bottom-right-radius: 6px;\r
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
 }