##// END OF EJS Templates
Fixed hierarchy appearance for subtasks and admin projects view (#8088)....
Toshi MARUYAMA -
r5488:daeebe144aee
parent child
Show More
@@ -1,66 +1,91
1 1 body, #wrapper { direction: rtl;}
2 2
3 3 #quick-search { float: left; }
4 4 #main-menu { margin-left: -500px; left: auto; right: 6px; margin-right: 0px;}
5 5 #main-menu li { float: right; }
6 6 #top-menu ul { float: right; }
7 7 #account { float: left; }
8 8 #top-menu #loggedas { float: left; }
9 9 #top-menu li { float: right; }
10 10 .tabular label.floating
11 11 {
12 12 margin-right: 0;
13 13 margin-left: auto;
14 14 text-align: right;
15 15 }
16 16 .tabular label
17 17 {
18 18 float: right;
19 19 margin-left: auto;
20 20 }
21 21 .tabular p
22 22 {
23 23 clear: right;
24 24 }
25 25 .tabular label.block { text-align: right; }
26 26 .icon
27 27 {
28 28 background-position: 100% 40%;
29 29 padding-right: 20px;
30 30 padding-left: 0px;
31 31 }
32 32 div#activity dt, #search-results dt
33 33 {
34 34 background-position: 100% 50%;
35 35 padding-right: 20px;
36 36 padding-left: 0px;
37 37 }
38 38 #content .tabs ul li { float: right; }
39 39 #content .tabs ul { padding-left: auto; padding-right: 1em; }
40 40 table.progress { float: right; }
41 41 .contextual { float: left; }
42 42 .icon22 { background-position: 100% 40%; padding-right: 26px; padding-left: auto; }
43 43 h3, .wiki h2 { padding: 10px 2px 1px 0; }
44 44 .tooltip span.tip { text-align: right; }
45 45 tr.issue td.subject { text-align: right; }
46 46 tr.time-entry td.subject, tr.time-entry td.comments { text-align: right; }
47 47 #sidebar { float: left; }
48 48 #main.nosidebar #content { border-width: 1px; border-style: solid; border-color: #D7D7D7 #BBBBBB #BBBBBB #D7D7D7;}
49 49 .tabular.settings label { margin-left: auto; }
50 50 .splitcontentleft { float: right; }
51 51 .splitcontentright { float: left; }
52 52 p.progress-info { clear: right; }
53 53 table.list td.buttons a { padding-right: 20px; }
54 54 .filecontent { direction: ltr; }
55 55 .entries { direction: ltr; }
56 56 .changeset-changes { direction: ltr; padding-left: 2em }
57 57 .changesets { direction: ltr; }
58 58 div#issue-changesets { float: left; margin-right: 1em; margin-left: 0 }
59 59 div#issue-changesets div.wiki { direction: ltr; padding-left: 2em }
60 60 #activity dt, .journal { clear: right; }
61 61 .journal-link { float: left; }
62 62 div.wiki pre { direction: ltr; }
63 63
64 64 ul.projects { padding-right: 1em; padding-left: 0; }
65 65 ul.projects ul.projects { border-right: 3px solid #e0e0e0; border-left: 0; }
66 .my-project { padding-right: 18px; padding-left: 0; background-position: top right; }
66 .my-project { padding-right: 18px; padding-left: 0; background-position: 100% 50%; }
67
68 #admin-menu a { background-position: 100% 40%; padding-right: 20px; padding-left: 0;}
69 input#openid_url { background-position: 100% 50%; padding-right: 18px; padding-left: 0; }
70
71 tr.project.idnt td.name span { background: url(../images/bullet_arrow_left.png) no-repeat 100% 50%; padding-right: 16px; padding-left: 0; }
72 tr.project.idnt-1 td.name { padding-right: 0.5em; }
73 tr.project.idnt-2 td.name { padding-right: 2em; }
74 tr.project.idnt-3 td.name { padding-right: 3.5em; }
75 tr.project.idnt-4 td.name { padding-right: 5em; }
76 tr.project.idnt-5 td.name { padding-right: 6.5em; }
77 tr.project.idnt-6 td.name { padding-right: 8em; }
78 tr.project.idnt-7 td.name { padding-right: 9.5em; }
79 tr.project.idnt-8 td.name { padding-right: 11em; }
80 tr.project.idnt-9 td.name { padding-right: 12.5em; }
81
82 tr.issue.idnt td.subject a { background: url(../images/bullet_arrow_left.png) no-repeat 100% 50%; padding-right: 16px; padding-left: 0; }
83 tr.issue.idnt-1 td.subject { padding-right: 0.5em; }
84 tr.issue.idnt-2 td.subject { padding-right: 2em; }
85 tr.issue.idnt-3 td.subject { padding-right: 3.5em; }
86 tr.issue.idnt-4 td.subject { padding-right: 5em; }
87 tr.issue.idnt-5 td.subject { padding-right: 6.5em; }
88 tr.issue.idnt-6 td.subject { padding-right: 8em; }
89 tr.issue.idnt-7 td.subject { padding-right: 9.5em; }
90 tr.issue.idnt-8 td.subject { padding-right: 11em; }
91 tr.issue.idnt-9 td.subject { padding-right: 12.5em; }
General Comments 0
You need to be logged in to leave comments. Login now