summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-06-29 00:48:00 +0000
committerluxagraf <sng@luxagraf.net>2014-06-29 00:48:00 +0000
commit6f35fe4495c349f1eb46261dbbd33d3b53976040 (patch)
tree39eafc08669858964b62b87905dec98ef58b8a15 /design/sass
parentf6c5a1d3e32fa2b9364318ad47f9ec913ad5de67 (diff)
Fixed bugs on IE and in photo maps
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_photos.scss2
-rw-r--r--design/sass/iev8.scss24
2 files changed, 23 insertions, 3 deletions
diff --git a/design/sass/_photos.scss b/design/sass/_photos.scss
index da0480e..00a8efd 100644
--- a/design/sass/_photos.scss
+++ b/design/sass/_photos.scss
@@ -179,7 +179,7 @@
}
}
.fig { position: relative;}
-.map-container {
+.image-gallery--wrapper .map-container {
left: -3%;
background: url("/media/img/mapbg-black.png") no-repeat top left !important;
@include breakpoint(beta) {
diff --git a/design/sass/iev8.scss b/design/sass/iev8.scss
index 1f191e9..574ab55 100644
--- a/design/sass/iev8.scss
+++ b/design/sass/iev8.scss
@@ -1,3 +1,23 @@
-body {
- background: #f3f;
+h1 a:before {
+ background: url("/media/logo-new-treeonly.png") center top no-repeat !important;
+}
+.logo {
+ zoom: expression(
+ this.runtimeStyle.zoom="1",
+ /* ::before polyfill - creates <i class="ie-before"></i> */
+ this.insertBefore( document.createElement("i"), this.firstChild ).className="ie-before",
+ /* ::after polyfill - creates <i class="ie-after"></i> */
+ this.appendChild( document.createElement("i") ).className="ie-after"
+ );
+}
+
+.ie-before {
+ background: url("/media/logo-new-treeonly.png") center top no-repeat !important;
+ content: "home-icon";
+ text-indent: -9999em;
+ width: 95px;
+ height: 85px;
+ display: block;
+ float: left;
+ margin-right: 20px;
}