first commit
This commit is contained in:
53
modules/ph_simpleblog/css/ph_simpleblog-15.less
Normal file
53
modules/ph_simpleblog/css/ph_simpleblog-15.less
Normal file
@@ -0,0 +1,53 @@
|
||||
.ph_simpleblog {
|
||||
.simpleblog-posts {
|
||||
.post-title {
|
||||
h2 {
|
||||
margin: 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.post-read-more {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&.simpleblog-recent {
|
||||
.title_block {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
#simpleblog-post-comments {
|
||||
form {
|
||||
fieldset {
|
||||
border: 0; margin: 0;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
label {
|
||||
display: block;
|
||||
color: #222;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
input[type=text], textarea {
|
||||
background: #f0f0f0;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
input[readonly] {
|
||||
background: #f0f0f0;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user