From 8faaa7d1d07990c36c92fe251a9296ca988cdeff Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 14 Aug 2012 09:59:46 +0200 Subject: Chrome requires child elements to define border-radius, too --- skins/larry/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'skins/larry/styles.css') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 1bdd30362..0a72c5048 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -824,6 +824,10 @@ table.layout td { overflow: hidden; } +.uibox .boxfooter { + border-radius: 0 0 4px 4px; +} + .boxfooter .listbutton { display: inline-block; text-decoration: none; @@ -834,6 +838,10 @@ table.layout td { margin-top: 1px; } +.uibox .boxfooter .listbutton:first-child { + border-radius: 0 0 0 4px; +} + .boxfooter .listbutton .inner { display: inline-block; width: 48px; -- cgit v1.2.3