##// END OF EJS Templates
RTL theme for reference (thanks to Orgad Shaneh, #5972)...
Azamat Hackimov -
r3784:dbb864535353
parent child
Show More
@@ -0,0 +1,50
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 .tabular p { clear: right; }
24 .tabular label.block { text-align: right; }
25
26 .icon { background-position: 100% 40%; padding-right: 20px; padding-left: 0px; }
27 div#activity dt, #search-results dt { background-position: 100% 50%; padding-right: 20px; padding-left: 0px; }
28 #content .tabs ul li { float: right; }
29 #content .tabs ul { padding-left: auto; padding-right: 1em; }
30 table.progress { float: right; }
31 .contextual { float: left; }
32 .icon22 { background-position: 100% 40%; padding-right: 26px; padding-left: auto; }
33 h3, .wiki h2 { padding: 10px 2px 1px 0; }
34 .tooltip span.tip { text-align: right; }
35 tr.issue td.subject { text-align: right; }
36 tr.time-entry td.subject, tr.time-entry td.comments { text-align: right; }
37 #sidebar { float: left; }
38 #main.nosidebar #content { border-width: 1px; border-style: solid; border-color: #D7D7D7 #BBBBBB #BBBBBB #D7D7D7;}
39 .tabular.settings label { margin-left: auto; }
40 .splitcontentleft { float: right; }
41 .splitcontentright { float: left; }
42 p.progress-info { clear: right; }
43 table.list td.buttons a { padding-right: 20px; }
44 .filecontent { direction: ltr; }
45 .entries { direction: ltr; }
46 .changeset-changes { direction: ltr; padding-left: 2em }
47 .changesets { direction: ltr; }
48 div#issue-changesets { float: left; margin-right: 1em; margin-left: 0 }
49 #activity dt, .journal { clear: right; }
50 .journal-link { float: left; }
@@ -0,0 +1,6
1 @import url(../../../stylesheets/context_menu.css);
2
3 #context-menu li.folder ul { left:auto; right:168px; }
4 #context-menu li.folder>ul { left:auto; right:148px; }
5
6 #context-menu li a.submenu { background:url("../../../images/bullet_arrow_left.png") left no-repeat; }
@@ -3,6 +3,8
3 <p><%= link_to("#{l(:label_revision)} #{changeset.revision}",
3 <p><%= link_to("#{l(:label_revision)} #{changeset.revision}",
4 :controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br />
4 :controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br />
5 <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p>
5 <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p>
6 <div class="changeset-changes">
6 <%= textilizable(changeset, :comments) %>
7 <%= textilizable(changeset, :comments) %>
7 </div>
8 </div>
9 </div>
8 <% end %>
10 <% end %>
@@ -1,7 +1,7
1 <% reply_links = authorize_for('issues', 'edit') -%>
1 <% reply_links = authorize_for('issues', 'edit') -%>
2 <% for journal in journals %>
2 <% for journal in journals %>
3 <div id="change-<%= journal.id %>" class="journal">
3 <div id="change-<%= journal.id %>" class="journal">
4 <h4><div style="float:right;"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
4 <h4><div class="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
5 <%= avatar(journal.user, :size => "24") %>
5 <%= avatar(journal.user, :size => "24") %>
6 <%= content_tag('a', '', :name => "note-#{journal.indice}")%>
6 <%= content_tag('a', '', :name => "note-#{journal.indice}")%>
7 <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4>
7 <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4>
@@ -903,6 +903,10 td.username img.gravatar {
903 clear: left;
903 clear: left;
904 }
904 }
905
905
906 .journal-link {
907 float: right;
908 }
909
906 h2 img { vertical-align:middle; }
910 h2 img { vertical-align:middle; }
907
911
908 .hascontextmenu { cursor: context-menu; }
912 .hascontextmenu { cursor: context-menu; }
General Comments 0
You need to be logged in to leave comments. Login now