2008-12-15 07:08:13 +00:00
|
|
|
/**
|
2010-08-16 22:39:54 -06:00
|
|
|
* Fix display in IE 6, 7, and 8
|
2008-12-15 07:08:13 +00:00
|
|
|
*/
|
2009-07-26 10:54:21 -06:00
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-banner {
|
2009-07-26 10:54:21 -06:00
|
|
|
z-index: 2;
|
2010-02-14 15:05:38 -07:00
|
|
|
zoom: 1;
|
2009-02-15 03:18:48 +00:00
|
|
|
}
|
|
|
|
|
|
2010-07-18 00:25:56 -06:00
|
|
|
#g-sidebar {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2010-02-15 19:05:45 -07:00
|
|
|
#g-photo,
|
|
|
|
|
#g-movie {
|
|
|
|
|
zoom: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#g-photo .g-context-menu,
|
|
|
|
|
#g-movie .g-context-menu {
|
|
|
|
|
width: 240px;
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
2010-08-16 22:39:54 -06:00
|
|
|
.g-short-form input.text,
|
|
|
|
|
.g-short-form input.submit {
|
|
|
|
|
font-size: 1em;
|
2010-07-18 00:25:56 -06:00
|
|
|
line-height: 1em;
|
|
|
|
|
padding: .38em .3em;
|
|
|
|
|
}
|
|
|
|
|
|
2010-08-16 22:39:54 -06:00
|
|
|
#g-search-form input#q {
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-add-tag-form input.textbox {
|
2010-07-18 00:25:56 -06:00
|
|
|
width: 110px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#g-add-tag-form input[type='submit'] {
|
|
|
|
|
padding: .3em 0 !important;
|
2009-05-30 23:15:02 -06:00
|
|
|
}
|
|
|
|
|
|
2009-10-09 12:07:27 -06:00
|
|
|
#g-dialog .g-cancel {
|
2009-05-30 23:04:55 -06:00
|
|
|
display: inline-block !important;
|
|
|
|
|
float: none !important;
|
2009-02-23 03:39:44 +00:00
|
|
|
}
|
|
|
|
|
|
2009-11-18 18:51:18 -07:00
|
|
|
.g-paginator .g-text-right {
|
2009-05-30 23:04:55 -06:00
|
|
|
width: 29%;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-18 18:51:18 -07:00
|
|
|
.g-paginator .ui-icon-right {
|
2009-05-30 23:04:55 -06:00
|
|
|
width: 60px;
|
2009-02-23 03:39:44 +00:00
|
|
|
}
|