From 25a312e65ef1328bac4e72d26a3313cd1db7737c Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 26 Jul 2015 09:37:40 +0000 Subject: [PATCH] responsive self service --- lam/style/500_layout.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index d4c5ae48..b56264ca 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -104,15 +104,15 @@ select { background:#F5F5F5 none repeat-x scroll 50% 50%; border:1px solid #AAAAAA; color:#222222; - margin: 1px; + margin: 3px; } input { - margin: 1px; + margin: 3px; } .margin2 { - margin: 2px; + margin: 2px; } .align-middle { @@ -360,7 +360,7 @@ tr.account { float: left; } -#lamVerticalTabs .ui-widget-header { +#lamVerticalTabs .ui-widget-header { background: #CCCCCC url(images/ui-bg_highlight-soft_75_cccccc_1x150-vertical.png) repeat-y; }