forked from GNUsocial/gnu-social
A few wee fixes for rebase and shiny themes.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user