# HG changeset patch # User Goffi # Date 1355166633 -3600 # Node ID a201e368fc868488ebf23efdab3c51d1f85bc563 # Parent f78761e1be8e94b8665a12ade6bdac07fd13ef24 browser: last menu CSS fix diff -r f78761e1be8e -r a201e368fc86 public/libervia.css --- 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;