From: levinse Date: Tue, 18 Jan 2011 04:16:01 +0000 (+0000) Subject: improve wholesale SS UI, RT10883 X-Git-Tag: freeside_2_3_0~740 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1a5166dc8db54e731edabb4507b475b82f1bfdef improve wholesale SS UI, RT10883 --- diff --git a/fs_selfservice/FS-SelfService/cgi/header.html b/fs_selfservice/FS-SelfService/cgi/header.html index 692348f44..984030dee 100644 --- a/fs_selfservice/FS-SelfService/cgi/header.html +++ b/fs_selfservice/FS-SelfService/cgi/header.html @@ -24,6 +24,19 @@ color: <%= $hlink_color || '' %>; <%= $menu_nounderline ? 'text-decoration: none' : '' %> } + + .svctable { + border: 1px solid black; + padding: 0; + border-spacing: 0; + background-color: <%= $box_bgcolor ||= '#c0c0c0' %> + } + + .svctable td, .svctable th { + border-bottom: 1px solid black; + padding: 4px; + } +