2008-12-15 07:08:13 +00:00
|
|
|
/**
|
2009-05-30 23:04:55 -06:00
|
|
|
* Fix display in IE 6, 7
|
2008-12-15 07:08:13 +00:00
|
|
|
*/
|
2009-07-26 10:54:21 -06:00
|
|
|
|
|
|
|
|
#gBanner,
|
2009-02-20 14:11:33 +00:00
|
|
|
.gBreadcrumbs,
|
2009-01-02 20:07:05 +00:00
|
|
|
#gAlbumGrid,
|
2009-02-12 04:25:43 +00:00
|
|
|
#gPager,
|
2009-07-26 10:54:21 -06:00
|
|
|
#gViewMenu {
|
2008-12-15 07:08:13 +00:00
|
|
|
zoom: 1;
|
|
|
|
|
}
|
2009-02-12 04:25:43 +00:00
|
|
|
|
2009-07-26 10:54:21 -06:00
|
|
|
#gBanner {
|
|
|
|
|
z-index: 2;
|
2009-02-15 03:18:48 +00:00
|
|
|
}
|
|
|
|
|
|
2009-05-30 23:04:55 -06:00
|
|
|
input.submit {
|
|
|
|
|
clear: none !important;
|
|
|
|
|
display: inline !important;
|
2009-02-12 04:25:43 +00:00
|
|
|
}
|
2009-02-23 03:39:44 +00:00
|
|
|
|
2009-05-30 23:15:02 -06:00
|
|
|
#gAddTagForm input.textbox {
|
|
|
|
|
width: 110px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-05-30 23:04:55 -06:00
|
|
|
#gDialog a.gCancel {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
float: none !important;
|
2009-02-23 03:39:44 +00:00
|
|
|
}
|
|
|
|
|
|
2009-05-30 23:04:55 -06:00
|
|
|
.gPager .txtright {
|
|
|
|
|
width: 29%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gPager .ui-icon-right {
|
|
|
|
|
width: 60px;
|
2009-02-23 03:39:44 +00:00
|
|
|
}
|
2009-05-30 23:10:18 -06:00
|
|
|
|
2009-07-21 13:39:40 -07:00
|
|
|
.gQuickPane {
|
2009-05-30 23:10:18 -06:00
|
|
|
height: 32px !important;
|
2009-07-26 10:54:21 -06:00
|
|
|
}
|