Remove form background images; replace them with regular border styles
This commit is contained in:
parent
92e8ca790b
commit
00996b9255
@ -277,8 +277,7 @@ h3.sidedata {
|
|||||||
|
|
||||||
.form_box,.form_box_xl {
|
.form_box,.form_box_xl {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
background-image: url("../images/background_lines.png");
|
border-top: 6px solid #D49086;
|
||||||
background-repeat: repeat-x;
|
|
||||||
padding: 3% 5%;
|
padding: 3% 5%;
|
||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
@ -293,7 +292,7 @@ h3.sidedata {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.edit_box {
|
.edit_box {
|
||||||
background-image: url("../images/background_edit.png");
|
border-top: 6px dashed #D49086
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_field_input input, .form_field_input textarea {
|
.form_field_input input, .form_field_input textarea {
|
||||||
@ -370,10 +369,10 @@ textarea#comment_content {
|
|||||||
/* media galleries */
|
/* media galleries */
|
||||||
|
|
||||||
.media_thumbnail {
|
.media_thumbnail {
|
||||||
|
display: inline-block;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
float: left;
|
|
||||||
margin: 0px 4px 10px 4px;
|
margin: 0px 4px 10px 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 221 B |
Binary file not shown.
Before Width: | Height: | Size: 158 B |
Loading…
x
Reference in New Issue
Block a user