Patch #2318 » application.css
1 |
@import url(../../alternate/stylesheets/application.css); |
---|---|
2 |
|
3 |
body, #wrapper { direction:rtl;} |
4 |
|
5 |
#quick-search { float:left; } |
6 |
#main-menu { margin-left:-500px; left:auto; right:6px; margin-right:0px;} |
7 |
#main-menu li { float: right; } |
8 |
#top-menu ul { float:right; } |
9 |
#account { float:left; } |
10 |
#top-menu #loggedas { float:left; } |
11 |
#top-menu li { float:right; } |
12 |
.tabular label.floating |
13 |
{
|
14 |
margin-right:0; |
15 |
margin-left:auto; |
16 |
text-align:right; |
17 |
}
|
18 |
.tabular label |
19 |
{
|
20 |
float:right; |
21 |
margin-left:auto; |
22 |
}
|
23 |
|
24 |
.icon { background-position:100% 40%; padding-right:20px; padding-left:0px; } |
25 |
div#activity dt, #search-results dt { background-position:100% 50%; padding-right:20px; padding-left:0px; } |
26 |
#content .tabs ul li { float: right; } |
27 |
#content .tabs ul { padding-left:auto; padding-right:1em; } |
28 |
table.progress { float:right; } |
29 |
.contextual { float: left; } |
30 |
.icon22 { background-position:100% 40%; padding-right:26px; padding-left:auto; } |
31 |
h3, .wiki h2 { padding:10px 2px 1px 0; } |
32 |
.tooltip span.tip { text-align:right; } |
33 |
tr.issue td.subject { text-align:right; } |
34 |
#sidebar { float: left; } |
35 |
#main.nosidebar #content { border-width: 1px; border-style: solid; border-color:#D7D7D7 #BBBBBB #BBBBBB #D7D7D7;} |
36 |
.tabular.settings label { margin-left:auto; } |