27 lines
584 B
CSS
27 lines
584 B
CSS
#content .error {
|
|
background: #FFBABA url(../img/admin/icon-cancel.png) no-repeat scroll 6px 6px;
|
|
border: 1px solid #CC0000 !important;
|
|
color: #D8000C;
|
|
}
|
|
|
|
.alert {
|
|
padding-left: 15px!important;
|
|
}
|
|
|
|
.category-filter {
|
|
padding: 0!important;
|
|
}
|
|
|
|
input[type="text"], input[type="search"], input[type="password"] {
|
|
display: block;
|
|
width: 100%;
|
|
height: 31px;
|
|
padding: 6px 8px;
|
|
font-size: 12px;
|
|
line-height: 1.42857;
|
|
color: #555;
|
|
background-color: #F5F8F9;
|
|
background-image: none;
|
|
border: 1px solid #C7D6DB;
|
|
border-radius: 3px;
|
|
} |