41 lines
571 B
CSS
41 lines
571 B
CSS
#sf_admin_container input.errors
|
|
{
|
|
border-color: #ff3333;
|
|
}
|
|
|
|
#admin_config_form
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
#image_config {
|
|
border-right-color: #fff !important;
|
|
border-bottom-right-radius: 0px !important;
|
|
border-top-right-radius: 0px !important;
|
|
z-index: 1;
|
|
position: relative;
|
|
right: -1px;
|
|
margin-right: 0;
|
|
min-width: 1px !important;
|
|
}
|
|
|
|
#image_config .content
|
|
{
|
|
float: left;
|
|
width: 60%;
|
|
}
|
|
|
|
|
|
#image_preview {
|
|
padding: 5px;
|
|
width: 34%;
|
|
margin: 0;
|
|
float: right;
|
|
}
|
|
|
|
#image_preview img
|
|
{
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|