Fix upload panel overlap with thumbnail list
This commit is contained in:
@@ -100,8 +100,16 @@ div.navigation {
|
|||||||
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
|
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Ensure thumbnail list area clears its floated children (thumbs + pagination) */
|
||||||
|
#thumbs-list::after {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
/* Upload panel under thumbnails */
|
/* Upload panel under thumbnails */
|
||||||
.upload-panel {
|
.upload-panel {
|
||||||
|
clear: both; /* never overlap floated thumbnails/pagination */
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
border-top: 1px solid #e5e5e5;
|
border-top: 1px solid #e5e5e5;
|
||||||
|
|||||||
Reference in New Issue
Block a user