View | Details | Raw Unified | Return to bug 8061
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/css/right-to-left.css (+184 lines)
Line 0 Link Here
1
/* Adjust text directions */
2
body,
3
body #doc,
4
#doc2,
5
#doc3,
6
#doc4,
7
.yui-t1,
8
.yui-t2,
9
.yui-t3,
10
.yui-t4,
11
.yui-t5,
12
.yui-t6,
13
.yui-t7
14
{
15
   text-align:right;
16
   direction: rtl;
17
}
18
19
caption,
20
table#marc th
21
{
22
   text-align: right;
23
}
24
25
/* Swap floats */
26
27
body#advsearch #cartmenulink, 
28
body#advsearch #listsmenulink,
29
#renewcontrols,
30
.commentline .avatar,
31
.resort,
32
.yui-t1 #yui-main,
33
.yui-t2 #yui-main,
34
.yui-t3 #yui-main
35
{
36
   float: left;
37
}
38
39
div.lang,
40
fieldset.rows label,
41
fieldset.rows span.label,
42
#auth,
43
#bookcover,
44
.left,
45
.nav_results ul.pg_menu li,
46
.ui-tabs-nav li,
47
.yui-g div.first,
48
.yui-gc div.first,
49
.yui-gc div.first div.first,
50
.yui-gd div.first,
51
.yui-ge div.first,
52
.yui-gf div.first,
53
.yui-t1 .yui-b
54
{
55
   float: right;
56
}
57
58
h1#libraryname
59
{
60
   float: right !important;
61
}
62
63
#fluid-offset
64
{
65
   float: none;
66
}
67
68
/* Adjust margins, padding, alignment and table-element widths */
69
70
div#menu li a 
71
{
72
   margin-left: -1px;
73
}
74
75
.yui-t1 #yui-main,
76
.yui-t1 #yui-main .yui-b,
77
.yui-t2 #yui-main,
78
.yui-t3 #yui-main
79
{
80
   margin-left: 0;
81
}
82
83
h1,
84
h2,
85
h3,
86
h4,
87
h5,
88
h6 
89
{
90
   margin-left: 0.5em;
91
}
92
93
.results_summary .label
94
{
95
   margin-left: 0.5em;
96
}
97
98
ul li 
99
{
100
   margin-right: 1.5em;
101
}
102
103
ul.pg_menu li,
104
.author,
105
.nav_results
106
{
107
   margin-right: 0.5em;
108
}
109
110
#usershowreviews 
111
{
112
   margin-right: 15em;
113
}
114
115
#moresearches 
116
{
117
   margin: .6em 10em .3em 0;
118
}
119
120
#menu ul
121
{
122
   padding-left:0;
123
}
124
125
#custom-doc,
126
#opac-main-search 
127
{
128
   padding-right: 2em;
129
}
130
131
.nav_results .l_Results a 
132
{
133
   padding: 8px 3px 8px 28px;
134
}
135
136
body#advsearch #moresearches 
137
{
138
   clear:none;
139
}
140
141
span.koha_url
142
{
143
   left: 2em;
144
   right:auto;
145
}
146
147
.yui-u first 
148
{
149
   right: 15em;
150
}
151
152
table#marc td:first-child
153
{
154
   width: 15em;
155
}
156
157
.yui-t1 #yui-main,
158
.yui-t2 #yui-main,
159
.yui-t3 #yui-main {
160
   width: 80%;
161
}
162
163
/* Borders */
164
165
div#menu {
166
   border-right: 0;
167
   border-left: 1px solid #979797;
168
}
169
170
#menu ul li.active a {
171
   border-left: 0;
172
   border-right: 1px solid #979797;
173
}
174
175
/* flip over breadcrumb image */
176
177
h3 img {
178
        -moz-transform: scaleX(-1);
179
        -o-transform: scaleX(-1);
180
        -webkit-transform: scaleX(-1);
181
        transform: scaleX(-1);
182
        filter: FlipH;
183
        -ms-filter: "FlipH";
184
}
(-)a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc (+3 lines)
Lines 24-29 Link Here
24
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/persona-buttons.css" />
24
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/persona-buttons.css" />
25
[% END %]
25
[% END %]
26
[% IF ( OPACMobileUserCSS ) %]<style type="text/css" media="screen and (max-width:700px)">[% OPACMobileUserCSS %]</style>[% END %]
26
[% IF ( OPACMobileUserCSS ) %]<style type="text/css" media="screen and (max-width:700px)">[% OPACMobileUserCSS %]</style>[% END %]
27
[% IF ( bidi ) %]
28
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
29
[% END %]
27
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
30
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
28
<!-- yui js --> 
31
<!-- yui js --> 
29
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
32
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-addbybiblionumber.tt (-1 / +1 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Add to your list
2
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Add to your list
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css">
3
<style type="text/css">
5
   #custom-doc { width:34.62em;*width:33.78em;min-width:450px; margin:auto; margin-top: .4em;text-align:left; }
4
   #custom-doc { width:34.62em;*width:33.78em;min-width:450px; margin:auto; margin-top: .4em;text-align:left; }
6
   </style>
5
   </style>
6
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
7
</head>
8
<body id="addtolist">
8
<body id="addtolist">
9
<div id="custom-doc" class="yui-t7">
9
<div id="custom-doc" class="yui-t7">
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt (-2 / +1 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'doc-head-open.inc' %][% LibraryNameTitle or "Koha online" %] catalog &rsaquo; Comments on [% title |html %]
1
[% INCLUDE 'doc-head-open.inc' %][% LibraryNameTitle or "Koha online" %] catalog &rsaquo; Comments on [% title |html %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
<style type="text/css">
2
<style type="text/css">
4
  #custom-doc { width:37.08em;*width:36.16em;min-width:485px; margin:1em auto; text-align:left; }
3
  #custom-doc { width:37.08em;*width:36.16em;min-width:485px; margin:1em auto; text-align:left; }
5
</style>
4
</style>
5
[% INCLUDE 'doc-head-close.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
	 $(document).ready(function() {
8
	 $(document).ready(function() {
9
- 

Return to bug 8061