mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: 437fac2430280df37d483569496666d9d69454cd
Monotone-Revision: e433ae535cede58cecc04ea6e4733015deeea548 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-16T19:38:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -33,7 +33,7 @@ IMG#progressIndicator
|
||||
margin-top: 1.5em;
|
||||
margin-right: 1em; }
|
||||
|
||||
SPAN#toolbar IMG#progressIndicator
|
||||
DIV#toolbar IMG#progressIndicator
|
||||
{ margin-top: 0.75em; }
|
||||
|
||||
DIV#pageContent
|
||||
@@ -232,12 +232,14 @@ SPAN.toolbarSeparator
|
||||
width: 0px;
|
||||
padding: 0px; }
|
||||
|
||||
A.toolbarButton
|
||||
BUTTON.toolbarButton,
|
||||
SPAN.toolbarButton,
|
||||
SPAN.disabledToolbarButton
|
||||
{ color: #000;
|
||||
text-decoration: none; }
|
||||
|
||||
SPAN.toolbarButton, SPAN.disabledToolbarButton
|
||||
{ cursor: default;
|
||||
font-family: Lucida Grande, Bitstream VeraSans, Tahoma;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
display: inline;
|
||||
float: left;
|
||||
text-align: center;
|
||||
@@ -249,12 +251,16 @@ SPAN.toolbarButton, SPAN.disabledToolbarButton
|
||||
border-bottom: 1px solid transparent;
|
||||
padding: 1px 2px;
|
||||
background-color: transparent;
|
||||
color: -moz-DialogText; }
|
||||
color: -moz-DialogText;
|
||||
overflow: visible;
|
||||
margin: 0px; }
|
||||
|
||||
SPAN.disabledToolbarButton
|
||||
{ -moz-opacity: 0.4;
|
||||
opacity: 0.4; }
|
||||
opacity: 0.4;
|
||||
padding-top: 2px; }
|
||||
|
||||
BUTTON.toolbarButton:hover,
|
||||
SPAN.toolbarButton:hover
|
||||
{ color: -moz-buttonhovertext;
|
||||
border-top: 1px solid #fff;
|
||||
@@ -262,6 +268,7 @@ SPAN.toolbarButton:hover
|
||||
border-bottom: 1px solid #828482;
|
||||
border-right: 1px solid #828482; }
|
||||
|
||||
BUTTON.toolbarButton:active,
|
||||
SPAN.toolbarButton:active
|
||||
{ color: -moz-buttonhovertext;
|
||||
border-top: 1px solid #828482;
|
||||
|
||||
Reference in New Issue
Block a user