]> nos-oignons.net Git - website.git/commitdiff
Fix some responsive issue on homepage.
authoropi <opi@no-log.org>
Thu, 2 Jul 2015 11:59:44 +0000 (13:59 +0200)
committeropi <opi@no-log.org>
Thu, 2 Jul 2015 12:00:00 +0000 (14:00 +0200)
assets/home.css
local.css

index 96717f5e351b11d4cc440d35d376cd104cbf86a6..d3bf66ffd9d27eefc5eb2c31b1c5ab66c7db1a71 100644 (file)
@@ -16,6 +16,14 @@ h1.title {display: none;}
        text-align: right;
        margin-top: 1em;
 }
+@media screen and (max-width: 45em) {
+       #logo-home-subtext-fr,
+       #logo-home-subtext-en {
+               font-size: 1.3em;
+               text-align: center;
+       }
+}
+
 #logo-home-subtext-fr {
 }
 #logo-home-subtext-en {
index b33de8f61147aac61822b26594343a60ba5efe59..c7c2ebc86093621cac82afd9626cc3b7e3e5f16e 100644 (file)
--- a/local.css
+++ b/local.css
@@ -357,22 +357,28 @@ main .header a {
 }
 
 main .feedlink a {
-       text-decoration: none;
+  text-decoration: none;
+  /*color: #ffa430;*/
 }
 
 main .feedlink {
-       text-align: right;
-       margin-top: -2.8em;
-       min-height: 2.8em;
+  float: right;
+       text-align: left;
+  margin-top: -3.5em;
+}
+@media screen and (max-width: 400px) {
+  main .feedlink {
+    float: none;
+    margin-top: -2em;
+    margin-bottom: 2em;
+  }
 }
 main .feedlink .feedbutton {
        font-size: 0.8em;
-       color: #57075f !important;
        background: transparent;
        border: none;
 }
 main .feedlink .feedbutton:hover {
-       color: #57075f !important;
        background: transparent;
        text-decoration: underline;
 }
@@ -435,8 +441,9 @@ main .footnotes {
 .progress-bar-wrapper {
   margin: 2em auto;
   height: 85px;
-  width: 600px;
+  max-width: 600px;
   background: lightGrey url(assets/progress_bar.png) top left repeat-x;
+  background-size: 16.666667% 300%;
   border: 1px solid #ccc;
   border-bottom: 0;
   position: relative;
@@ -445,6 +452,7 @@ main .footnotes {
     position: absolute;
     height: 85px;
     background: grey url(assets/progress_bar.png) left -85px repeat-x;
+    background-size: 16.666667% 300%;
     z-index: 2;
     /* animate progress bar */
     -webkit-animation: progress-bar 1.5s;
@@ -452,7 +460,7 @@ main .footnotes {
     animation: progress-bar 1.5s;
   }
   .progress-bar-wrapper .progress-bar-promises {
-    background: grey url(assets/progress_bar.png) left bottom repeat-x;
+    background-position: left bottom;
     z-index: 1;
   }