Skip to content

Commit

Permalink
Minor Wind IE tweaks. Load fix-ie.css for IE 8 too. Add padding to g-…
Browse files Browse the repository at this point in the history
…short-form submit inputs to make them same height as the text input.
  • Loading branch information
ckieffer committed Jul 18, 2010
1 parent a8c6294 commit 04c89ef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion themes/wind/css/fix-ie.css
Expand Up @@ -7,6 +7,10 @@
zoom: 1;
}

#g-sidebar {
overflow: hidden;
}

#g-photo,
#g-movie {
zoom: 1;
Expand All @@ -22,8 +26,17 @@ input.submit {
display: inline !important;
}

.g-short-form input[type='submit'] {
line-height: 1em;
padding: .38em .3em;
}

#g-add-tag-form input.textbox {
width: 110px;
width: 110px !important;
}

#g-add-tag-form input[type='submit'] {
padding: .3em 0 !important;
}

#g-dialog .g-cancel {
Expand Down
2 changes: 1 addition & 1 deletion themes/wind/views/page.html.php
Expand Up @@ -29,7 +29,7 @@
<?= $theme->css("themeroller/ui.base.css") ?>
<?= $theme->css("gallery.common.css") ?>
<?= $theme->css("screen.css") ?>
<!--[if lt IE 8]>
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>"
media="screen,print,projection" />
<![endif]-->
Expand Down

0 comments on commit 04c89ef

Please sign in to comment.