Thumbnail styling edits to base theme and Airy theme
This commit is contained in:
parent
d56e82635f
commit
42d4763c7a
@ -408,10 +408,10 @@ textarea#comment_content {
|
|||||||
.media_thumbnail {
|
.media_thumbnail {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 180px;
|
width: 212px;
|
||||||
height: 156px;
|
height: 156px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0px 4px 10px;
|
margin: 0px 28px 24px 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
@ -431,6 +431,10 @@ textarea#comment_content {
|
|||||||
max-height: 135px;
|
max-height: 135px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thumb_entry_last {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/* collection media */
|
/* collection media */
|
||||||
|
|
||||||
.collection_thumbnail {
|
.collection_thumbnail {
|
||||||
|
@ -67,7 +67,7 @@ input, textarea {
|
|||||||
.media_thumbnail {
|
.media_thumbnail {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #e4e4e4;
|
border: 1px solid #e4e4e4;
|
||||||
margin: 0 3px 10px;
|
border-width: 1px 1px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media_thumbnail a {
|
.media_thumbnail a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user