changeset 144:88512fbeb128

browser side: CSS fixe for last item's selection in main menu
author Goffi <goffi@goffi.org>
date Sun, 09 Dec 2012 23:30:27 +0100
parents 03c22ddd7c94
children c0035e5e2d08
files public/libervia.css
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/public/libervia.css	Sun Dec 09 23:28:49 2012 +0100
+++ b/public/libervia.css	Sun Dec 09 23:30:27 2012 +0100
@@ -232,9 +232,9 @@
 }
 
 .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; 
+    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 {