Improve IE grid compatibility by forcing a regular width/height for

thumbnails and using float: left.
This commit is contained in:
Bharat Mediratta
2011-01-05 20:11:32 -08:00
parent 372905bd13
commit 28760daaef

View File

@@ -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;