mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 11:10:37 -04:00
Visual tweaks for IE8 compatibility.
Set the min width and min height to what IE8 wants the thumbnail's box to be when the inner image maxes out at 120 pixels (specified in Organize_Controller::album_info()). Avoid using inline-block.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
.g-organize div.thumb {
|
||||
padding: 8px;
|
||||
margin: 8px;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
width: 144px;
|
||||
height: 149px;
|
||||
vertical-align: middle;
|
||||
float: left;
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
.g-organize div.thumb img {
|
||||
border: 4px solid white;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.g-organize div.thumb:hover {
|
||||
@@ -55,10 +56,6 @@
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
div.multi-proxy div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.g-organize .x-tree-node-el {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
|
||||
Reference in New Issue
Block a user