From e6e5c60aae745a580a2d7fca1e2b7104c3907352 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 01 Jul 2008 05:23:36 -0400 Subject: [PATCH] -added lost label --- skins/default/common.css | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/skins/default/common.css b/skins/default/common.css old mode 100755 new mode 100644 index 32105ef..38aebd5 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -10,6 +10,7 @@ body.iframe { margin: 0px; + background-color: #FFF; } body.extwin @@ -69,6 +70,7 @@ padding: 1px; padding-left: 3px; padding-right: 3px; + color: #333333; background-color: #ffffff; border: 1px solid #666666; } @@ -78,6 +80,7 @@ { border: 0; padding: 0; + background-color: transparent; } input.button @@ -106,6 +109,11 @@ font-size: 11px; } +.hint +{ + color: #666; + font-size: 11px; +} /** common user interface objects */ @@ -127,7 +135,7 @@ width: 600px; height: 37px; background: url(images/taskbar.gif) top right no-repeat; - padding: 10px 14px 10px 0px; + padding: 10px 4px 10px 0px; text-align: right; white-space: nowrap; z-index: 2; @@ -140,7 +148,7 @@ font-size: 11px; color: #666666; text-decoration: none; - padding: 6px 16px 6px 30px; + padding: 6px 16px 6px 25px; background-repeat: no-repeat; } @@ -310,7 +318,7 @@ { position: absolute; top: 60px; - right: 30px; + right: 20px; width: 182px; height: 20px; text-align: right; @@ -378,8 +386,9 @@ padding-top: 3px; padding-bottom: 3px; font-size: 11px; - opacity: 0.6; - -moz-opacity: 0.6; + opacity: 0.7; + -moz-opacity: 0.7; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); } a.rcmContactAddress -- Gitblit v1.9.1