Add elements for blog system.

This commit is contained in:
Aditi 2013-07-31 14:37:00 +05:30
parent 3e32941299
commit ed46df89aa

View File

@ -288,6 +288,20 @@ text-align: center;
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 {
border-top: 6px dashed #D49086
}
@ -296,6 +310,10 @@ text-align: center;
width: 100%;
}
.blog_form_field_input input, .blog_form_field_input textarea {
width: 100%;
}
.form_field_input {
margin-bottom: 10px;
}