-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtemplate-rtl.css
32 lines (29 loc) · 1.64 KB
/
template-rtl.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* This file is part of Lime Survey Template :a free template
you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This template is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
body{direction:rtl;}
blockquote {border-left: 0 none;border-right: 1px solid #ddd; }
ol, ul{ margin-left: 0;margin-right: 30px; }
ol ol, ol ul { margin: 4px 30px 5px 0;}
.button,button,input[type="submit"],input[type="reset"],input[type="button"]
,.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
border-left-color: #aaa;border-right-color: #ccc;}
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover
,.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border-left-color:#888;border-right-color:#aaa;
}
.ie6 .wrapper,.ie6 #content,.ie7 .wrapper,.ie7 #content{text-align:right;}
#head .sitename{float:right}
#head .tools{float:left;}
.question-help img{margin:1px -23px 5px 0;}
.progress-value{float:right;text-align:left;}
.progress-range{right:0;text-align:left}