| author | gibus |
| Thu, 03 Jan 2013 11:00:26 +0100 | |
| changeset 477 | 504f199062df |
| parent 476 | 35a632ed9109 |
| child 482 | 00f61fe2430a |
| permissions | -rw-r--r-- |
| 0 | 1 |
/** |
2 |
* Basic Layout Theme |
|
3 |
*/ |
|
| 475 | 4 |
|
5 |
@import url("text_view_comments/fonts.css"); |
|
6 |
||
| 0 | 7 |
.ui-layout-pane { /* all 'panes' */ |
8 |
background: #FFF; |
|
9 |
/* border: 1px solid #BBB;*/ |
|
10 |
padding: 0; |
|
11 |
margin: 0; |
|
12 |
overflow: auto; |
|
13 |
} |
|
14 |
.ui-layout-pane-north .ui-tabs-nav { |
|
15 |
/* don't need border or rounded corners - tabs 'fill' the pane */ |
|
16 |
border-top: 0; |
|
17 |
border-left: 0; |
|
18 |
border-right: 0; |
|
19 |
padding-bottom: 0 !important; |
|
20 |
-moz-border-radius: 0; |
|
21 |
-webkit-border-radius: 0; |
|
22 |
} |
|
23 |
||
24 |
.ui-layout-resizer { /* all 'resizer-bars' */ |
|
25 |
border-bottom: 1px solid #BBB; |
|
26 |
background: #DDD; |
|
27 |
} |
|
28 |
.ui-layout-resizer-open:hover { /* mouse-over */ |
|
29 |
background: #9D9; |
|
30 |
} |
|
31 |
||
32 |
.ui-layout-toggler { /* all 'toggler-buttons' */ |
|
33 |
background: #E7E7E7; |
|
34 |
} |
|
35 |
.ui-layout-toggler-closed { /* closed toggler-button */ |
|
36 |
background: #E7E7E7; |
|
37 |
border-bottom: 1px solid #BBB; |
|
38 |
border-top: 1px solid #BBB; |
|
39 |
} |
|
40 |
.ui-layout-toggler .content { /* toggler-text */ |
|
| 475 | 41 |
font: 8px bold "Droid Sans", Verdana, Arial, Helvetica, sans-serif; |
|
385
c67ddb086074
better use images for arrows on toggle bar to avoid font size dofferences and ut8 non-compatible browsers
gibus
parents:
383
diff
changeset
|
42 |
margin-top: -4px; |
|
c67ddb086074
better use images for arrows on toggle bar to avoid font size dofferences and ut8 non-compatible browsers
gibus
parents:
383
diff
changeset
|
43 |
} |
|
c67ddb086074
better use images for arrows on toggle bar to avoid font size dofferences and ut8 non-compatible browsers
gibus
parents:
383
diff
changeset
|
44 |
.ui-layout-toggler .content-closed { /* toggler-text arrow up */ |
|
c67ddb086074
better use images for arrows on toggle bar to avoid font size dofferences and ut8 non-compatible browsers
gibus
parents:
383
diff
changeset
|
45 |
margin-top: -5px; |
| 0 | 46 |
} |
47 |
.ui-layout-toggler:hover { /* mouse-over */ |
|
48 |
background: #AAA; |
|
49 |
} |
|
50 |
/* class to make the 'draggable iframe mask' visible |
|
51 |
div.ui-draggable-iframeFix { |
|
52 |
opacity: 0.2 !important; |
|
53 |
filter: alpha(opacity=20) !important; |
|
54 |
background-color: #666 !important; |
|
55 |
}*/ |
|
56 |
/* override YUI's base for jquery tabs*/ |
|
57 |
.ui-tabs ul li { |
|
58 |
list-style: none; |
|
59 |
} |
|
60 |
||
61 |
||
62 |
.outer-north, .inner-north{ |
|
63 |
font-size:90%; |
|
64 |
} |
|
65 |
||
66 |
#c_filter_btn { |
|
67 |
/* font-size:1.4em;*/ |
|
68 |
} |
|
69 |
||
70 |
#c-right-btn, #c-msg-wrapper { |
|
71 |
float:right; |
|
72 |
} |
|
73 |
.f-msg-cls { |
|
74 |
padding-right:2px; |
|
75 |
font-weight:normal; |
|
76 |
margin-left:5px ; |
|
77 |
margin-right:5px ; |
|
78 |
/* border:1px solid #000;*/ |
|
79 |
color:#0000C0 ; |
|
80 |
/* background-color:#0000C0 ;*/ |
|
81 |
} |
|
82 |
||
83 |
.f-msg-e { |
|
84 |
/* background-color:#C00000 ;*/ |
|
85 |
color:#C00000 ; |
|
86 |
} |
|
87 |
||
88 |
.f-msg { |
|
89 |
/* background-color:#00C000 ;*/ |
|
90 |
color:#00C000 ; |
|
91 |
} |
|
92 |
||
93 |
/* jquery custom overrides */ |
|
94 |
.inner-north { |
|
95 |
border-top : none ; |
|
96 |
border-right : none ; |
|
97 |
border-left : none ; |
|
98 |
padding : 0 ; |
|
99 |
} |
|
100 |
||
101 |
#header-nobck { |
|
102 |
background : none ; |
|
103 |
/* border : none ;*/ |
|
104 |
} |
|
105 |
||
106 |
.inner-north ul li {/* override YUI's base for jquery tabs*/ |
|
107 |
list-style: none; |
|
108 |
} |
|
109 |
.inner-north .ui-tabs-nav li a { |
|
110 |
padding:0.4em 2em; |
|
111 |
} |
|
112 |
.ui-layout-pane-north { |
|
113 |
overflow: hidden !important; |
|
114 |
} |
|
115 |
||
116 |
#outer-north { |
|
117 |
padding:4px; |
|
118 |
} |
|
119 |
||
120 |
/*#c_filter_results { |
|
121 |
font-weight:bold; |
|
122 |
}*/ |
|
123 |
||
124 |
.initially_hidden { |
|
125 |
display:none; |
|
126 |
} |
|
127 |
||
128 |
.frame_helptext { |
|
129 |
font-size:77%; |
|
130 |
} |
|
131 |
||
132 |
th, td { |
|
133 |
border:0; |
|
134 |
padding:0; |
|
135 |
} |
|
136 |
||
137 |
#c_filter input[type="text"], #c_filter select{ |
|
| 430 | 138 |
width:100px; |
139 |
} |
|
140 |
||
141 |
#c_filter table { |
|
142 |
font-size: 10px; |
|
| 0 | 143 |
} |
144 |
||
145 |
.ui-slider-horizontal { |
|
146 |
/*height:0.5em;*/ |
|
147 |
font-size:0.7em; |
|
148 |
} |
|
149 |
||
150 |
.ui-slider-handle { |
|
151 |
/*height:0.8em;*/ |
|
152 |
width:0.8em; |
|
153 |
} |
|
154 |
||
155 |
.ui-slider-handle { |
|
156 |
margin-left:-0.2em; |
|
157 |
top:-0.2em; |
|
158 |
} |
|
159 |
||
160 |
#print_export_form input, #print_export_form label { |
|
161 |
display: block ; |
|
162 |
} |
|
163 |
||
164 |
#c_f_res_details { |
|
165 |
font-size:77%; |
|
166 |
} |
|
167 |
#c_slider { |
|
168 |
border:1px solid #DDDDDD; |
|
169 |
} |
|
170 |
#c-right-btn img { |
|
171 |
margin-right:5px; |
|
172 |
} |
|
173 |
#dialog_print_export select { |
|
174 |
margin-bottom:10px; |
|
175 |
margin-top:4px; |
|
176 |
} |
|
177 |
|
|
178 |
#add_comment_btn { |
|
| 375 | 179 |
position:absolute; |
180 |
left:3px; |
|
181 |
z-index:999; |
|
182 |
cursor:pointer; |
|
183 |
padding: 3px 5px; |
|
184 |
background-color: #fece46; |
|
185 |
color:#050; |
|
| 475 | 186 |
font: bold 70% "Droid Sans", 'trebuchet ms',helvetica,sans-serif; |
| 375 | 187 |
filter:progid:DXImageTransform.Microsoft.Gradient |
188 |
(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); |
|
| 380 | 189 |
-webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25); |
190 |
-moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25); |
|
191 |
box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25); |
|
192 |
-webkit-border-radius: 3px; |
|
193 |
-moz-border-radius: 3px; |
|
194 |
border-radius: 3px; |
|
|
391
284692d9d504
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
gibus
parents:
385
diff
changeset
|
195 |
display: inline-block; |
| 375 | 196 |
} |
197 |
||
198 |
#add_comment_btn:hover { |
|
199 |
color:#030; |
|
200 |
} |
|
201 |
||
| 381 | 202 |
#add_comment_btn:active { |
| 380 | 203 |
position: relative; |
204 |
top: 3px; |
|
205 |
-webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9); |
|
206 |
-moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9); |
|
207 |
box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9); |
|
208 |
} |
|
|
391
284692d9d504
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
gibus
parents:
385
diff
changeset
|
209 |
|
|
284692d9d504
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
gibus
parents:
385
diff
changeset
|
210 |
#add_comment_btn.initially_hidden { |
|
284692d9d504
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
gibus
parents:
385
diff
changeset
|
211 |
display:none; |
|
284692d9d504
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
gibus
parents:
385
diff
changeset
|
212 |
} |
|
284692d9d504
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
gibus
parents:
385
diff
changeset
|
213 |
|
| 475 | 214 |
#outer-north { |
215 |
font: 13px "Droid Sans", Verdana, sans-serif; |
|
216 |
} |
|
217 |
||
218 |
#header-nobck { |
|
219 |
font: 13px "Droid Sans", Verdana, sans-serif; |
|
220 |
} |
|
221 |
||
| 476 | 222 |
#c_filter, #c_filter select, #c_filter input, #c_filter button, |
223 |
#c_preferences, #c_preferences select, #c_preferences input, #c_preferences button, |
|
224 |
#c_text_preferences, #c_text_preferences select, #c_text_preferences input, #c_text_preferences button { |
|
| 475 | 225 |
font: 12px "Droid Sans", Verdana, sans-serif; |
226 |
} |