Mercurial > libervia-web
comparison public/libervia.css @ 72:dae64124ff24
browser side: uniBox CSS + menu last popup corner
author | Adrien Vigneron <adrienvigneron@mailoo.org> |
---|---|
date | Sat, 18 Jun 2011 01:21:18 +0200 |
parents | 386d27dd3fbb |
children | 3df602cf700a |
comparison
equal
deleted
inserted
replaced
71:c335675eef7c | 72:dae64124ff24 |
---|---|
218 border-radius: 0 0 9px 9px; | 218 border-radius: 0 0 9px 9px; |
219 -webkit-border-radius: 0 0 9px 9px; | 219 -webkit-border-radius: 0 0 9px 9px; |
220 -moz-border-radius: 0 0 9px 9px; | 220 -moz-border-radius: 0 0 9px 9px; |
221 } | 221 } |
222 | 222 |
223 .menuLastPopup div tr:first-child td{ | |
224 border-radius: 0 9px 0 0 !important; | |
225 -webkit-border-radius: 0 9px 0 0 !important; | |
226 -moz-border-radius: 0 9px 0 0 !important; | |
227 } | |
228 | |
229 .menuLastPopup .gwt-MenuBar { | |
230 border-top-right-radius: 9px; | |
231 -webkit-border-top-right-radius: 9px; | |
232 -moz-border-top-right-radius: 9px; | |
233 } | |
223 | 234 |
224 .gwt-AutoCompleteTextBox { | 235 .gwt-AutoCompleteTextBox { |
225 width: 80%; | 236 width: 80%; |
226 border: 1px solid #87B3FF; | 237 border: 1px solid #87B3FF; |
227 margin-top: 20px; | 238 margin-top: 20px; |
290 /* UniBox & Status */ | 301 /* UniBox & Status */ |
291 | 302 |
292 .uniBoxPanel { | 303 .uniBoxPanel { |
293 margin: auto; | 304 margin: auto; |
294 width: 80%; | 305 width: 80%; |
306 } | |
307 | |
308 .uniBox { | |
309 width: 100%; | |
310 height: 50px; | |
311 padding: 5px; | |
312 font-family: Arial, Helvetica, sans-serif; | |
313 border: 1px solid #bbb; | |
314 color: #444; | |
315 background: #fff url('unibox.png') top right no-repeat; | |
316 border-radius: 9px 9px 9px 9px; | |
317 -webkit-border-radius: 9px 9px 9px 9px; | |
318 -moz-border-radius: 9px 9px 9px 9px; | |
319 box-shadow:inset 0 0 10px #ddd; | |
320 -webkit-box-shadow:inset 0 0 10px #ddd; | |
321 -moz-box-shadow:inset 0 0 10px #ddd; | |
295 } | 322 } |
296 | 323 |
297 .statusPanel { | 324 .statusPanel { |
298 margin: auto; | 325 margin: auto; |
299 text-align: center; | 326 text-align: center; |