summaryrefslogtreecommitdiff
path: root/theme/rebase/css/display.css
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-25 13:14:33 -0700
committerBrion Vibber <brion@pobox.com>2010-10-25 13:14:33 -0700
commitb483a0549f115b2d5f2cfb3d447e6cc5c4f469f3 (patch)
treef63f4f3e93bad7611f4b5651171fc5122ec65455 /theme/rebase/css/display.css
parent3b6f738ab73b7f77dd09ac21dd9446876776fc04 (diff)
parentca489631db840e33757a71a7e4cb56b187c182d3 (diff)
Merge branch '1.0.x' into schema-x
Conflicts: plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po
Diffstat (limited to 'theme/rebase/css/display.css')
-rw-r--r--theme/rebase/css/display.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css
index 19ef2b577..ab7516567 100644
--- a/theme/rebase/css/display.css
+++ b/theme/rebase/css/display.css
@@ -687,6 +687,7 @@ display:none;
float: left;
position: relative;
margin-bottom: 10px;
+ width: 100%;
}
#aside_primary .notices li {
@@ -1398,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 a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input {
background-color: #ccc !important;
border: none;
}
@@ -1407,7 +1408,7 @@ display:block;
padding: 2px 4px 4px 28px;
}
-.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input {
+.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 {
background-color: #f2f2f2 !important;
}