# HG changeset patch # User Adrien Vigneron # Date 1308352878 -7200 # Node ID dae64124ff248dc7e3e301f0a30bb2afec0be0b1 # Parent c335675eef7cb343ae9665adcbbeebc10aa70650 browser side: uniBox CSS + menu last popup corner diff -r c335675eef7c -r dae64124ff24 public/libervia.css --- a/public/libervia.css Fri Jun 17 22:38:48 2011 +0200 +++ b/public/libervia.css Sat Jun 18 01:21:18 2011 +0200 @@ -220,6 +220,17 @@ -moz-border-radius: 0 0 9px 9px; } +.menuLastPopup div tr:first-child td{ + border-radius: 0 9px 0 0 !important; + -webkit-border-radius: 0 9px 0 0 !important; + -moz-border-radius: 0 9px 0 0 !important; +} + +.menuLastPopup .gwt-MenuBar { + border-top-right-radius: 9px; + -webkit-border-top-right-radius: 9px; + -moz-border-top-right-radius: 9px; +} .gwt-AutoCompleteTextBox { width: 80%; @@ -294,6 +305,22 @@ width: 80%; } +.uniBox { + width: 100%; + height: 50px; + padding: 5px; + font-family: Arial, Helvetica, sans-serif; + border: 1px solid #bbb; + color: #444; + background: #fff url('unibox.png') top right no-repeat; + border-radius: 9px 9px 9px 9px; + -webkit-border-radius: 9px 9px 9px 9px; + -moz-border-radius: 9px 9px 9px 9px; + box-shadow:inset 0 0 10px #ddd; + -webkit-box-shadow:inset 0 0 10px #ddd; + -moz-box-shadow:inset 0 0 10px #ddd; +} + .statusPanel { margin: auto; text-align: center;