Add elements for blog system.
This commit is contained in:
parent
3e32941299
commit
ed46df89aa
@ -288,6 +288,20 @@ text-align: center;
|
|||||||
max-width: 460px;
|
max-width: 460px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blog_form_box_xl {
|
||||||
|
background-color: #222;
|
||||||
|
border-top: 6px solid #D49086;
|
||||||
|
padding: 3% 5%;
|
||||||
|
display: block;
|
||||||
|
float: none;
|
||||||
|
width: 90%;
|
||||||
|
max-width: 700px;
|
||||||
|
min-height: 500px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.edit_box {
|
.edit_box {
|
||||||
border-top: 6px dashed #D49086
|
border-top: 6px dashed #D49086
|
||||||
}
|
}
|
||||||
@ -296,6 +310,10 @@ text-align: center;
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blog_form_field_input input, .blog_form_field_input textarea {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.form_field_input {
|
.form_field_input {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user