summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/layout.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/layout.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/layout.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/frontend/beta/css/yui-extensions/layout.css b/frontend/beta/css/yui-extensions/layout.css
index 0c0feee..4f1fa03 100644
--- a/frontend/beta/css/yui-extensions/layout.css
+++ b/frontend/beta/css/yui-extensions/layout.css
@@ -87,25 +87,25 @@ refer to http://www.clipperz.com.
87 87
88} 88}
89.ylayout-split{ 89.ylayout-split{
90 position:absolute; 90 position:absolute;
91 height:5px; 91 height:5px;
92 width:5px; 92 width:5px;
93 line-height:1px; 93 line-height:1px;
94 font-size:1px; 94 font-size:1px;
95 z-index:3; 95 z-index:3;
96 background-color:#c3daf9; 96 background-color:#c3daf9;
97} 97}
98.ylayout-panel-hd{ 98.ylayout-panel-hd{
99 background-image: url(../images/default/layout/panel-title-light-bg.gif); 99 background-image: url(./images/default/layout/panel-title-light-bg.gif);
100 color: black; 100 color: black;
101 border-bottom:1px solid #98c0f4; 101 border-bottom:1px solid #98c0f4;
102 position:relative; 102 position:relative;
103} 103}
104.ylayout-panel-hd-text{ 104.ylayout-panel-hd-text{
105 font:normal 11px tahoma, verdana, helvetica; 105 font:normal 11px tahoma, verdana, helvetica;
106 padding: 4px; 106 padding: 4px;
107 padding-left: 4px; 107 padding-left: 4px;
108 display:block; 108 display:block;
109 white-space:nowrap; 109 white-space:nowrap;
110} 110}
111.ylayout-panel-hd-tools{ 111.ylayout-panel-hd-tools{
@@ -126,58 +126,58 @@ refer to http://www.clipperz.com.
126 border:1px solid #98c0f4; 126 border:1px solid #98c0f4;
127 background-color:white; 127 background-color:white;
128} 128}
129.ylayout-tools-button-inner{ 129.ylayout-tools-button-inner{
130 height:12px; 130 height:12px;
131 width:12px; 131 width:12px;
132 line-height:1px; 132 line-height:1px;
133 font-size:1px; 133 font-size:1px;
134 background-repeat:no-repeat; 134 background-repeat:no-repeat;
135 background-position:center; 135 background-position:center;
136} 136}
137.ylayout-close{ 137.ylayout-close{
138 background-image:url(../images/default/layout/layout-sprite.gif); 138 background-image:url(./images/default/layout/layout-sprite.gif);
139 background-repeat: no-repeat; 139 background-repeat: no-repeat;
140 background-position: 50% -48px; 140 background-position: 50% -48px;
141} 141}
142.ylayout-collapse-west,.ylayout-expand-east{ 142.ylayout-collapse-west,.ylayout-expand-east{
143 background-image:url(../images/default/layout/layout-sprite.gif); 143 background-image:url(./images/default/layout/layout-sprite.gif);
144 background-repeat: no-repeat; 144 background-repeat: no-repeat;
145 background-position: 50% 0; 145 background-position: 50% 0;
146} 146}
147.ylayout-expand-west,.ylayout-collapse-east{ 147.ylayout-expand-west,.ylayout-collapse-east{
148 background-image:url(../images/default/layout/layout-sprite.gif); 148 background-image:url(./images/default/layout/layout-sprite.gif);
149 background-repeat: no-repeat; 149 background-repeat: no-repeat;
150 background-position: 50% -12px; 150 background-position: 50% -12px;
151} 151}
152.ylayout-collapse-north,.ylayout-expand-south{ 152.ylayout-collapse-north,.ylayout-expand-south{
153 background-image:url(../images/default/layout/layout-sprite.gif); 153 background-image:url(./images/default/layout/layout-sprite.gif);
154 background-repeat: no-repeat; 154 background-repeat: no-repeat;
155 background-position: 50% -24px; 155 background-position: 50% -24px;
156} 156}
157.ylayout-expand-north,.ylayout-collapse-south{ 157.ylayout-expand-north,.ylayout-collapse-south{
158 background-image:url(../images/default/layout/layout-sprite.gif); 158 background-image:url(./images/default/layout/layout-sprite.gif);
159 background-repeat: no-repeat; 159 background-repeat: no-repeat;
160 background-position: 50% -36px; 160 background-position: 50% -36px;
161} 161}
162.ylayout-split-h{ 162.ylayout-split-h{
163 background-image:url(../images/default/sizer/e-handle.gif); 163 background-image:url(./images/default/sizer/e-handle.gif);
164 background-position: left; 164 background-position: left;
165} 165}
166.ylayout-split-v{ 166.ylayout-split-v{
167 background-image:url(../images/default/sizer/s-handle.gif); 167 background-image:url(./images/default/sizer/s-handle.gif);
168 background-position: top; 168 background-position: top;
169} 169}
170.ylayout-panel .ytab-wrap{ 170.ylayout-panel .ytab-wrap{
171 background:url(../images/default/layout/gradient-bg.gif); 171 background:url(./images/default/layout/gradient-bg.gif);
172} 172}
173.ylayout-panel .yui-ext-tabbody { 173.ylayout-panel .yui-ext-tabbody {
174 background-color:white; 174 background-color:white;
175 overflow:auto;height:100%; 175 overflow:auto;height:100%;
176} 176}
177.ylayout-component-panel, .ylayout-nested-layout { 177.ylayout-component-panel, .ylayout-nested-layout {
178 position:relative; 178 position:relative;
179 padding:0; 179 padding:0;
180 overflow:hidden; 180 overflow:hidden;
181 width:200px; 181 width:200px;
182 height:200px; 182 height:200px;
183} 183}
@@ -195,31 +195,31 @@ refer to http://www.clipperz.com.
195} 195}
196.ylayout-nested-layout .ylayout-panel-west { 196.ylayout-nested-layout .ylayout-panel-west {
197 border-right:1px solid #98c0f4; 197 border-right:1px solid #98c0f4;
198} 198}
199.yui-ext-repaint{ 199.yui-ext-repaint{
200 zoom:1; 200 zoom:1;
201 background-color: transparent; 201 background-color: transparent;
202} 202}
203.ylayout-panel-dragover { 203.ylayout-panel-dragover {
204 border: 2px solid #6593cf; 204 border: 2px solid #6593cf;
205} 205}
206.ylayout-panel-proxy { 206.ylayout-panel-proxy {
207 background-image: url(../images/default/layout/gradient-bg.gif); 207 background-image: url(./images/default/layout/gradient-bg.gif);
208 background-color:#c3daf9; 208 background-color:#c3daf9;
209 border:1px dashed #6593cf; 209 border:1px dashed #6593cf;
210 z-index:10001; 210 z-index:10001;
211 overflow:hidden; 211 overflow:hidden;
212 position:absolute; 212 position:absolute;
213 left:0;top:0; 213 left:0;top:0;
214} 214}
215.ylayout-slider { 215.ylayout-slider {
216 z-index:15; 216 z-index:15;
217 overflow:hidden; 217 overflow:hidden;
218 position:absolute; 218 position:absolute;
219} 219}
220 220
221.yunselectable{ 221.yunselectable{
222 -moz-user-select: none; 222 -moz-user-select: none;
223 -khtml-user-select: none; 223 -khtml-user-select: none;
224 cursor:default; 224 cursor:default;
225} 225}