# HG changeset patch # User Goffi # Date 1355092227 -3600 # Node ID 88512fbeb1288f4c9401130c44c97d5f7bb1ddfd # Parent 03c22ddd7c94ef23865bb6c4aa758333fd49120c browser side: CSS fixe for last item's selection in main menu diff -r 03c22ddd7c94 -r 88512fbeb128 public/libervia.css --- 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 {