changeset 150:a201e368fc86

browser: last menu CSS fix
author Goffi <goffi@goffi.org>
date Mon, 10 Dec 2012 20:10:33 +0100
parents f78761e1be8e
children a159cc29b556
files public/libervia.css
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/public/libervia.css	Mon Dec 10 00:35:37 2012 +0100
+++ b/public/libervia.css	Mon Dec 10 20:10:33 2012 +0100
@@ -225,17 +225,18 @@
     cursor: pointer;
 }
 
+/*.menuLastPopup div tr:first-child td{
+    border-radius: 0 0 9px 9px !important; 
+    -webkit-border-radius: 0 0 9px 9px !important; 
+    -moz-border-radius: 0 0 9px 9px !important; 
+}*/
+
 .gwt-MenuBar tr:last-child td {
     border-radius: 0 0 9px 9px !important;
     -webkit-border-radius: 0 0 9px 9px !important;
     -moz-border-radius: 0 0 9px 9px !important;
 }
 
-.menuLastPopup div tr:first-child td{
-    border-radius: 0 0 9px 9px !important; 
-    -webkit-border-radius: 0 0 9px 9px !important; 
-    -moz-border-radius: 0 0 9px 9px !important; 
-}
 
 .menuLastPopup .gwt-MenuBar {
     border-top-right-radius: 9px 9px 9px 9px;