]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/static/css/_specifics.scss
add link to instagram
[panikweb.git] / panikweb_templates / static / css / _specifics.scss
index d2a13832496952eac77eb1131fe2cae55731f964..5703d3ea629813ac0734a5c93ba29be17e5b0917 100644 (file)
@@ -2036,22 +2036,29 @@ div.emission-tile {
        padding: 2px 10px;
 }
 
+#instagram,
 #twitter,
 #facebook {
        display: block;
-       position: fixed;
+       position: absolute;
        right: 0;
-       top: 20px;
+       top: 5px;
        height: 35px;
        width: 35px;
        background: $yellow url($data_uri_facebook) center center no-repeat;
+       z-index: 100;
 }
 
 #twitter {
-       top: 60px;
+       top: 45px;
        background: $yellow url($data_uri_twitter) center center no-repeat;
 }
 
+#instagram {
+       top: 85px;
+       background: $yellow url($data_uri_instagram) center center no-repeat;
+}
+
 #streamSymbol {
        background-repeat: no-repeat;
        width: 50px;