RTL style fixes

This commit is contained in:
str4d
2015-05-31 02:54:31 +00:00
parent d1e56866ff
commit bbda270a4a
4 changed files with 48 additions and 2 deletions

View File

@@ -8,4 +8,16 @@ div#topbar #logo {
div#content .feed-icon {
float: left
}
}
/** Content **/
div#content .sidebar nav ol {
padding-left: 0;
padding-right: 1em;
}
div#content .sidebar nav ul {
padding-left: 0;
padding-right: 0.5em;
}

View File

@@ -57,6 +57,28 @@ div#content .main {
-o-transform: rotate(5deg);
}
/** Content **/
div#content .inner .fluid {
border-left: none;
border-right: 2px solid #abcc71;
margin-left: 0;
margin-right: 0.625rem;
}
div#content .inner .sidebar {
border-radius: 0 0 0 10px;
border-left: 2px solid #abcc71;
border-right: none;
float: right;
}
div#content .content-inner {
margin-left: 0;
margin-right: 252px;
}
/** Downloads list **/
.package .os {
@@ -73,4 +95,4 @@ div#content .main {
.details .hash {
float: left
}
}

View File

@@ -0,0 +1,11 @@
div#content .inner .fluid {
border-left: 2px solid #abcc71;
margin-left: 30%;
}
div#content .inner .meta {
position: absolute;
left: 2%;
right: 72%;
text-align: right;
}