Fix up microthumb grid, changed unselect to deselect all, white space fixes.

This commit is contained in:
Chad Kieffer
2009-04-10 05:40:56 +00:00
parent 91bc1292da
commit 9f488446d9
3 changed files with 10 additions and 10 deletions

View File

@@ -14,6 +14,10 @@
margin-left: -1em !important;
}
#gMicroThumbGrid li div div {
float: left;
}
#gMicroThumbContainer #gMicroThumbGrid {
margin: 0;
}
@@ -90,7 +94,7 @@
#gOrganizeFormThumbs {
padding: .5em;
height: 7em;
height: 7em;
overflow: hidden;
}
@@ -116,5 +120,3 @@
.gOrganizeReorderDropTargetHover {
visibility: visible;
}