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