mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Fix that rascal IE. Added conditional HTML comment to use fix-ie.css for IE7 and earlier. Fixed bg images in album/item view buttons, IE 6/7 don't appear to handle background-position: center center :(
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Fix display in IE 7 and earlier
|
||||
*/
|
||||
.gClearFix {
|
||||
zoom: 1;
|
||||
}
|
||||
@@ -460,7 +460,7 @@ li.gError select {
|
||||
#gViewMenu #gFullsizeLink {
|
||||
background-color: #BDD2FF;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-position: 10px center;
|
||||
color: transparent;
|
||||
display: block;
|
||||
font-size: .9em;
|
||||
|
||||
@@ -24,6 +24,10 @@
|
||||
<?= $theme->head() ?>
|
||||
<?= html::script("lib/jquery-ui.packed.js") ?>
|
||||
<script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script>
|
||||
<!--[if lt IE 8]>
|
||||
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>"
|
||||
media="screen,print,projection" />
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user