From c71060dc5e1de38aebdf5d60fea7075ed946c170 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 07 Jul 2010 06:34:47 -0400 Subject: [PATCH] Implemented: FS#556 - See limits in control panel Implemented: FS#951 - Dashboard module --- interface/web/themes/default/css/screen/content_ispc.css | 30 +++++++++++++++++------------- 1 files changed, 17 insertions(+), 13 deletions(-) diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css index 74f982b..db36d66 100644 --- a/interface/web/themes/default/css/screen/content_ispc.css +++ b/interface/web/themes/default/css/screen/content_ispc.css @@ -233,8 +233,8 @@ /* Dashboard */ .dashboard-modules { float:left; - width:100px; - height: 100px; + width:60px; + height: 60px; border:1px dotted #888888; background-color: #cccccc; margin:10px; @@ -248,20 +248,24 @@ display:block; font-weight:bold; height:30px; - padding-top:70px; - width:100px; + padding-top:42px; + width:60px; text-decoration: none; } - .dashboard-modules.admin { background-image: url('../../icons/x64/system.png') !important; } - .dashboard-modules.client { background-image: url('../../icons/x64/client.png') !important; } - .dashboard-modules.mail { background-image: url('../../icons/x64/email.png') !important; } - .dashboard-modules.monitor { background-image: url('../../icons/x64/monitor.png') !important; } - .dashboard-modules.dns { background-image: url('../../icons/x64/dns.png') !important; } - .dashboard-modules.tools { background-image: url('../../icons/x64/tools.png') !important; } - .dashboard-modules.help { background-image: url('../../icons/x64/help.png') !important; } - .dashboard-modules.domain { background-image: url('../../icons/x64/domain.png') !important; } - .dashboard-modules.sites { background-image: url('../../icons/x64/sites.png') !important; } + .dashboard-modules.admin { background-image: url('../../icons/x32/system.png') !important; } + .dashboard-modules.client { background-image: url('../../icons/x32/client.png') !important; } + .dashboard-modules.mail { background-image: url('../../icons/x32/email.png') !important; } + .dashboard-modules.monitor { background-image: url('../../icons/x32/monitor.png') !important; } + .dashboard-modules.dns { background-image: url('../../icons/x32/dns.png') !important; } + .dashboard-modules.tools { background-image: url('../../icons/x32/tools.png') !important; } + .dashboard-modules.help { background-image: url('../../icons/x32/help.png') !important; } + .dashboard-modules.domain { background-image: url('../../icons/x32/domain.png') !important; } + .dashboard-modules.sites { background-image: url('../../icons/x32/sites.png') !important; } + + .panel_dashboard h2 { + font-size:20px; + } /* Image-Replacement */ .swap { background-repeat:no-repeat; } -- Gitblit v1.9.1