A few wee fixes for rebase and shiny themes.
This commit is contained in:
parent
0fc46d1629
commit
8bc296bdbb
@ -1399,7 +1399,7 @@ display:block;
|
|||||||
padding: 4px 4px 4px 26px;
|
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;
|
background-color: #ccc !important;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@ -1408,7 +1408,7 @@ display:block;
|
|||||||
padding: 2px 4px 4px 28px;
|
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;
|
background-color: #f2f2f2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -295,8 +295,8 @@ h6 {font-size: 1em;}
|
|||||||
#site_nav_local_views {
|
#site_nav_local_views {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0px 0px 20px 0px;
|
margin: 0px;
|
||||||
width: 290px;
|
width: 290px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -331,7 +331,7 @@ h6 {font-size: 1em;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
#site_nav_local_views li:first-child a {
|
#site_nav_local_views li:first-child a {
|
||||||
border-radius-topright:4px;
|
border-top-right-radius:4px;
|
||||||
-moz-border-radius-topright:4px;
|
-moz-border-radius-topright:4px;
|
||||||
-webkit-border-top-right-radius:4px;
|
-webkit-border-top-right-radius:4px;
|
||||||
}
|
}
|
||||||
@ -368,7 +368,7 @@ h6 {font-size: 1em;}
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius-topright: 0px;
|
border-top-right-radius: 0px;
|
||||||
-moz-border-radius-topright: 0px;
|
-moz-border-radius-topright: 0px;
|
||||||
-webkit-border-top-right-radius: 0px;
|
-webkit-border-top-right-radius: 0px;
|
||||||
padding: 14px 10px 20px 10px;
|
padding: 14px 10px 20px 10px;
|
||||||
@ -382,9 +382,8 @@ h6 {font-size: 1em;}
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-top: -20px;
|
|
||||||
background-color: #262626;
|
background-color: #262626;
|
||||||
border-radius-bottomright: 6px;
|
border-bottom-right-radius: 6px;
|
||||||
-moz-border-radius-bottomright: 6px;
|
-moz-border-radius-bottomright: 6px;
|
||||||
-webkit-border-bottom-right-radius: 6px;
|
-webkit-border-bottom-right-radius: 6px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user