|
|
|
|
@ -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, |
|
|
|
|
|