forked from Public/pics
EditTag: introduce featured thumbnail manager
This commit is contained in:
@@ -355,6 +355,36 @@ i.space-invader.alt-7::before {
|
||||
}
|
||||
|
||||
|
||||
/* Featured thumbnail selection
|
||||
---------------------------------*/
|
||||
#featuredThumbnail {
|
||||
list-style: none;
|
||||
margin: 2.5% 0 0;
|
||||
padding: 0;
|
||||
clear: both;
|
||||
overflow: auto;
|
||||
}
|
||||
#featuredThumbnail li {
|
||||
float: left;
|
||||
width: 18%;
|
||||
line-height: 0;
|
||||
margin: 0 1% 2%;
|
||||
min-width: 200px;
|
||||
height: 149px;
|
||||
position: relative;
|
||||
}
|
||||
#featuredThumbnail input {
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 0.5rem;
|
||||
z-index: 100;
|
||||
}
|
||||
#featuredThumbnail img {
|
||||
width: 100%;
|
||||
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
|
||||
/* Footer
|
||||
-----------*/
|
||||
footer {
|
||||
|
||||
Reference in New Issue
Block a user