changeset 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 c335675eef7c
children 447dc8ac181b
files public/libervia.css
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;