mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
Feature 940 : improve ordering by rank by clip thumbnail to a square
git-svn-id: http://piwigo.org/svn/trunk@5187 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -17,16 +17,23 @@
|
||||
margin: 10px;
|
||||
}
|
||||
.content ul.thumbnails li.rank-of-image img {
|
||||
margin: 0 20px;
|
||||
padding: 4px 2px;
|
||||
float: left;
|
||||
}
|
||||
.clipwrapper {
|
||||
position:relative;
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
margin: 4px;
|
||||
float: left;
|
||||
}
|
||||
.clip {
|
||||
position:absolute;
|
||||
}
|
||||
.content ul.thumbnails li.rank-of-image input {
|
||||
height: 12px;
|
||||
width: 50px;
|
||||
position: relative;
|
||||
top: 0;
|
||||
top: 4px;
|
||||
}
|
||||
.content UL.thumbnails SPAN.wrap1 {
|
||||
margin: 0 5px 5px 5px;
|
||||
|
||||
Reference in New Issue
Block a user