From 9efdbd704ea05be8940dc094c7102388e2c64467 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Tue, 17 Jul 2012 13:45:31 +0200 Subject: [PATCH] Just some simple css spelling corrections on colors and other minor things --- webcit/static/styles/iconbar.css | 2 +- webcit/static/styles/service.css | 2 +- webcit/static/styles/webcit.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webcit/static/styles/iconbar.css b/webcit/static/styles/iconbar.css index 12e51e8e3..38c840890 100644 --- a/webcit/static/styles/iconbar.css +++ b/webcit/static/styles/iconbar.css @@ -52,7 +52,7 @@ .iconbar_text > span { cursor: pointer } -div.iconbar_text select { border: 1px solid #424b5; } +div.iconbar_text select { border: 1px solid #424b52; } #iconbar_menu {} diff --git a/webcit/static/styles/service.css b/webcit/static/styles/service.css index 4b32be3ee..cea175465 100644 --- a/webcit/static/styles/service.css +++ b/webcit/static/styles/service.css @@ -7,7 +7,7 @@ padding: 0 0.5em; width: 95%; font-family: monospace; - background-color: #ffff; + background-color: #fff; border: 1px solid #5C646B; -webkit-box-shadow: #666 0px 1px 2px; -moz-box-shadow: #666 0px 2px 3px; diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index ca7ac7e05..c34aa6f22 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -425,7 +425,7 @@ body { background-color: #3E65AF; color: #FFF; position: absolute; - top: 25; + top: 25px; z-index: 4; padding: 3px; margin: 0px auto; @@ -484,7 +484,7 @@ body { -o-text-overflow: ellipsis; } -.new_message { font-weight: bold; !important } +.new_message { font-weight: bold !important } #loading { text-align: center} -- 2.30.2