From 04825c95668d3ef814fcc12004e798fb013dec13 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 14 Aug 2006 20:31:08 +0000 Subject: [PATCH] Monotone-Parent: d09e531b223359ae63e2198ec126138aff0422d8 Monotone-Revision: edc1f01e5cb91e7694dd281ec3e06bcfd9a3c5f1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-14T20:31:08 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/generic.css | 51 ++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 55354cba0..485f1191f 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -285,6 +285,55 @@ DIV.linkbanner A:hover text-align: right; } +DIV.contactSelector DIV.contactList IMG +{ margin: 0px .5em; } + +DIV.contactSelector DIV.contactList +{ + font-size: smaller; + white-space: nowrap; + width: 40em; + height: 3em; + overflow: auto; + border: 1px solid #444; + background: #eee; + text-align: left; +} + +TEXTAREA +{ + border-bottom: 1px solid #fff; + border-right: 1px solid #fff; + border-top: 2px solid #222; + border-left: 2px solid #222; + -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent; + -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent; +} + +INPUT.button, INPUT.button:hover +{ + border-top: 2px solid #fffffb; + border-left: 2px solid #fffffb; + border-bottom: 2px solid #888; + border-right: 2px solid #888; + -moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight; + -moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight; + -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; + -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; +} + +INPUT.button:active +{ + -moz-outline: 0px; + margin: 0px; + padding: 0px .5em; + color: -moz-buttonhovertext; + -moz-border-bottom-colors: -moz-buttonhoverface ThreeDHighlight; + -moz-border-right-colors: -moz-buttonhoverface ThreeDHighlight; + -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; + -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; +} + .toolbar { left: 0px; @@ -466,7 +515,7 @@ DIV#logConsole -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent; font-family: monospace; font-weight: bold; - position: absolute; + position: fixed; background: #000; color: #ddd; bottom: 0px;