mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
Put up a more visually pleasing placeholder for items that are
missing a thumbnail. Fixes #1591.
This commit is contained in:
@@ -18,6 +18,18 @@
|
||||
border: 4px solid white;
|
||||
}
|
||||
|
||||
.g-organize div.thumb-missing span {
|
||||
display: block;
|
||||
background: #eee;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
padding-top: 8px;
|
||||
text-align: center;
|
||||
font: 14px arial, tahoma;
|
||||
border: 1px solid #ddd;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.g-organize div.thumb:hover {
|
||||
border: 2px solid #eee;
|
||||
margin: 2px;
|
||||
@@ -65,7 +77,7 @@
|
||||
}
|
||||
|
||||
.g-organize label.sort {
|
||||
font: 12px tahoma, arial;
|
||||
font: 12px arial, tahoma;
|
||||
vertical-align: middle;
|
||||
font-weight: bold;
|
||||
height: 22px;
|
||||
|
||||
Reference in New Issue
Block a user