mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-22 09:29:53 -04:00
Improve IE grid compatibility by forcing a regular width/height for
thumbnails and using float: left.
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
.g-organize div.thumb {
|
||||
padding: 8px;
|
||||
margin: 8px;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
vertical-align: middle;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.g-organize div.selected {
|
||||
@@ -21,10 +25,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.g-organize div.thumb {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.g-organize div.thumb div.icon {
|
||||
position: relative;
|
||||
padding: 0px;
|
||||
|
||||
Reference in New Issue
Block a user