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