commit
ab696edba6
2 changed files with 11 additions and 7 deletions
|
@ -101,11 +101,18 @@ input[type="time"],
|
|||
textarea,
|
||||
select,
|
||||
button, .button,
|
||||
input[type="submit"],
|
||||
input[type="button"],
|
||||
#quota,
|
||||
.pager li a {
|
||||
width:10em; margin:.3em; padding:.6em .5em .4em;
|
||||
font-size:1em;
|
||||
background:#fff; color:#333; border:1px solid #ddd; outline:none;
|
||||
width: 130px;
|
||||
margin: 3px 3px 3px 0;
|
||||
padding: 7px 6px 5px;
|
||||
font-size: 13px;
|
||||
background: #fff;
|
||||
color: #333;
|
||||
border: 1px solid #ddd;
|
||||
outline: none;
|
||||
border-radius: 3px;
|
||||
}
|
||||
input[type="hidden"] {
|
||||
|
@ -170,14 +177,12 @@ input[type="submit"], input[type="button"],
|
|||
button, .button,
|
||||
#quota, select, .pager li a {
|
||||
width: auto;
|
||||
padding: .4em;
|
||||
padding: 5px;
|
||||
background-color: rgba(240,240,240,.9);
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
border: 1px solid rgba(190,190,190,.9);
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
outline: none;
|
||||
}
|
||||
input[type="submit"]:hover, input[type="submit"]:focus,
|
||||
input[type="button"]:hover, input[type="button"]:focus,
|
||||
|
|
|
@ -152,7 +152,6 @@ table.grid td.date{
|
|||
/* ADMIN */
|
||||
span.securitywarning {color:#C33; font-weight:bold; }
|
||||
span.connectionwarning {color:#933; font-weight:bold; }
|
||||
input[type=radio] { width:1em; }
|
||||
table.shareAPI td { padding-bottom: 0.8em; }
|
||||
|
||||
#mail_settings p label:first-child {
|
||||
|
|
Loading…
Reference in a new issue