|
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 */ |
|
|
38 |
font: 13px bold Verdana, Verdana, Arial, Helvetica, sans-serif; |
|
|
39 |
} |
|
|
40 |
.ui-layout-toggler:hover { /* mouse-over */ |
|
|
41 |
background: #AAA; |
|
|
42 |
} |
|
|
43 |
/* class to make the 'draggable iframe mask' visible |
|
|
44 |
div.ui-draggable-iframeFix { |
|
|
45 |
opacity: 0.2 !important; |
|
|
46 |
filter: alpha(opacity=20) !important; |
|
|
47 |
background-color: #666 !important; |
|
|
48 |
}*/ |
|
|
49 |
/* override YUI's base for jquery tabs*/ |
|
|
50 |
.ui-tabs ul li { |
|
|
51 |
list-style: none; |
|
|
52 |
} |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
.outer-north, .inner-north{ |
|
|
56 |
font-size:90%; |
|
|
57 |
} |
|
|
58 |
|
|
|
59 |
#c_filter_btn { |
|
|
60 |
/* font-size:1.4em;*/ |
|
|
61 |
} |
|
|
62 |
|
|
|
63 |
#c-right-btn, #c-msg-wrapper { |
|
|
64 |
float:right; |
|
|
65 |
} |
|
|
66 |
.f-msg-cls { |
|
|
67 |
padding-right:2px; |
|
|
68 |
font-weight:normal; |
|
|
69 |
margin-left:5px ; |
|
|
70 |
margin-right:5px ; |
|
|
71 |
/* border:1px solid #000;*/ |
|
|
72 |
color:#0000C0 ; |
|
|
73 |
/* background-color:#0000C0 ;*/ |
|
|
74 |
} |
|
|
75 |
|
|
|
76 |
.f-msg-e { |
|
|
77 |
/* background-color:#C00000 ;*/ |
|
|
78 |
color:#C00000 ; |
|
|
79 |
} |
|
|
80 |
|
|
|
81 |
.f-msg { |
|
|
82 |
/* background-color:#00C000 ;*/ |
|
|
83 |
color:#00C000 ; |
|
|
84 |
} |
|
|
85 |
|
|
|
86 |
/* jquery custom overrides */ |
|
|
87 |
.inner-north { |
|
|
88 |
border-top : none ; |
|
|
89 |
border-right : none ; |
|
|
90 |
border-left : none ; |
|
|
91 |
padding : 0 ; |
|
|
92 |
} |
|
|
93 |
|
|
|
94 |
#header-nobck { |
|
|
95 |
background : none ; |
|
|
96 |
/* border : none ;*/ |
|
|
97 |
} |
|
|
98 |
|
|
|
99 |
.inner-north ul li {/* override YUI's base for jquery tabs*/ |
|
|
100 |
list-style: none; |
|
|
101 |
} |
|
|
102 |
.inner-north .ui-tabs-nav li a { |
|
|
103 |
padding:0.4em 2em; |
|
|
104 |
} |
|
|
105 |
.ui-layout-pane-north { |
|
|
106 |
overflow: hidden !important; |
|
|
107 |
} |
|
|
108 |
|
|
|
109 |
#outer-north { |
|
|
110 |
padding:4px; |
|
|
111 |
} |
|
|
112 |
|
|
|
113 |
/*#c_filter_results { |
|
|
114 |
font-weight:bold; |
|
|
115 |
}*/ |
|
|
116 |
|
|
|
117 |
.initially_hidden { |
|
|
118 |
display:none; |
|
|
119 |
} |
|
|
120 |
|
|
|
121 |
.frame_helptext { |
|
|
122 |
font-size:77%; |
|
|
123 |
} |
|
|
124 |
|
|
|
125 |
th, td { |
|
|
126 |
border:0; |
|
|
127 |
padding:0; |
|
|
128 |
} |
|
|
129 |
|
|
|
130 |
#c_filter input[type="text"], #c_filter select{ |
|
|
131 |
width:160px; |
|
|
132 |
} |
|
|
133 |
|
|
|
134 |
.ui-slider-horizontal { |
|
|
135 |
/*height:0.5em;*/ |
|
|
136 |
font-size:0.7em; |
|
|
137 |
} |
|
|
138 |
|
|
|
139 |
.ui-slider-handle { |
|
|
140 |
/*height:0.8em;*/ |
|
|
141 |
width:0.8em; |
|
|
142 |
} |
|
|
143 |
|
|
|
144 |
.ui-slider-handle { |
|
|
145 |
margin-left:-0.2em; |
|
|
146 |
top:-0.2em; |
|
|
147 |
} |
|
|
148 |
|
|
|
149 |
#print_export_form input, #print_export_form label { |
|
|
150 |
display: block ; |
|
|
151 |
} |
|
|
152 |
|
|
|
153 |
#c_f_res_details { |
|
|
154 |
font-size:77%; |
|
|
155 |
} |
|
|
156 |
#c_slider { |
|
|
157 |
border:1px solid #DDDDDD; |
|
|
158 |
} |
|
|
159 |
#c-right-btn img { |
|
|
160 |
margin-right:5px; |
|
|
161 |
} |
|
|
162 |
#dialog_print_export select { |
|
|
163 |
margin-bottom:10px; |
|
|
164 |
margin-top:4px; |
|
|
165 |
} |
|
|
166 |
|
|
|
167 |
#add_comment_btn { |
|
|
168 |
position:absolute; |
|
|
169 |
left:3px; |
|
|
170 |
z-index:999; |
|
|
171 |
cursor:pointer; |
|
|
172 |
} |