mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-27 17:12:43 +00:00
Monotone-Parent: 4e94693f8d0d9bd27638178db0ec3d7df3939ff0
Monotone-Revision: 908dd2a01c372da7b97236bb48618ef438a60982 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-26T19:22:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -666,14 +666,42 @@ TEXTAREA
|
||||
{ padding: 0px;
|
||||
padding-left: 2px; }
|
||||
|
||||
INPUT.textField
|
||||
{ margin: 2px; padding: 2px;
|
||||
INPUT.textField, INPUT.comboBoxField
|
||||
{ margin: 2px;
|
||||
padding: 2px;
|
||||
vertical-align: middle;
|
||||
width: 250px; }
|
||||
|
||||
INPUT.textField._invalid
|
||||
INPUT.comboBoxField
|
||||
{ margin-right: 0px; }
|
||||
|
||||
INPUT.textField._invalid, INPUT.comboBoxField._invalid
|
||||
{ background-color: #f00 !important; }
|
||||
|
||||
BUTTON.comboBoxButton
|
||||
{ background-image: url("arrow-down.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-color: #e6e7e6;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border-bottom: 1px solid #909090;
|
||||
border-right: 1px solid #909090;
|
||||
border-left: 1px solid #eff0ef;
|
||||
border-top: 1px solid #eff0ef;
|
||||
}
|
||||
|
||||
BUTTON.comboBoxButton:active
|
||||
{
|
||||
border-bottom: 1px solid #eff0ef;
|
||||
border-right: 1px solid #eff0ef;
|
||||
border-top: 1px solid #909090;
|
||||
border-left: 1px solid #909090;
|
||||
background-color: #d6d7d6;
|
||||
}
|
||||
|
||||
INPUT#searchValue
|
||||
{ margin-right: 1em;
|
||||
width: 20em;
|
||||
|
||||
Reference in New Issue
Block a user