From af1daf0eb86551ec3d27fcade0ca03316a1576a0 Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Sun, 19 Aug 2007 09:43:36 +0000 Subject: [PATCH] Applying style to login box/table --- interface/web/themes/default/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/interface/web/themes/default/style.css b/interface/web/themes/default/style.css index d83383d12a..27c1dffff0 100644 --- a/interface/web/themes/default/style.css +++ b/interface/web/themes/default/style.css @@ -1,3 +1,9 @@ +body{ + margin: 0px auto; + background-color: #ffffff; + font-family: sans-serif; +} + .navTopSelected { background-color: #FFFFFF; border-top: 1px solid #BFCBD9; @@ -88,6 +94,26 @@ color: #FFFFFF; text-decoration: none; } + +/* Listing table */ +table.table{ + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +table.table th{ + color: #496FA8; + font-size: 10pt; + text-align: left; + background-color: #DEE4F2; + border: 1px solid #C0CCDA; + padding: 2px 2px 2px 5px; +} + +table.table td{ + font-size: 8pt; + padding: 3px; +} + .tblHead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; -- GitLab