From 42468a260ced96ad729386ad066d0d70272935e2 Mon Sep 17 00:00:00 2001 From: Cahit Ugur Date: Fri, 1 Mar 2013 14:26:01 +0100 Subject: [PATCH] New button type added - cu --- web/htdocs/layout/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/htdocs/layout/styles.css b/web/htdocs/layout/styles.css index aef2778..3e859d7 100644 --- a/web/htdocs/layout/styles.css +++ b/web/htdocs/layout/styles.css @@ -192,6 +192,10 @@ width: 89px; width:22px; } +.triggerbutton { + width:100px; +} + table#content.map td {border-bottom:none; margin-left:10px; text-align:right} table#content.map td:first-child {text-align:left;padding-left:10px; width:100px;} table#content.map td + td + td + td {width:200px;} -- 2.43.0