2 Commits c285c6ccb8 ... 25b41d2a43

Author SHA1 Message Date
  Bachir Soussi Chiadmi 25b41d2a43 fixed header responsive 5 years ago
  Bachir Soussi Chiadmi eb20184257 updated npm package for aterio module and theme 5 years ago

File diff suppressed because it is too large
+ 490 - 224
sites/all/modules/gui/materiobasemod/package-lock.json


+ 2 - 2
sites/all/modules/gui/materiobasemod/package.json

@@ -9,8 +9,8 @@
   "devDependencies": {
     "gulp": "latest",
     "gulp-jsmin": "latest",
-    "gulp-rename": "^1.2.3",
+    "gulp-rename": "^1.4.0",
     "gulp-strip-debug": "^3.0.0",
-    "gulp-watch": "^5.0.0"
+    "gulp-watch": "^5.0.1"
   }
 }

+ 3 - 1
sites/all/themes/gui/materiobasetheme/css/styles.css

@@ -2914,7 +2914,8 @@ body.node-type-publication #footer {
     display: inline-block;
     vertical-align: top;
     zoom: 1;
-    *display: inline; }
+    *display: inline;
+    max-width: 150px; }
     #header .logo h1 {
       margin: 0;
       font-size: 36px;
@@ -2932,6 +2933,7 @@ body.node-type-publication #footer {
       font-size: 14px;
       margin-top: -3px;
       margin-left: -0.5em;
+      white-space: nowrap;
       font-weight: 900; }
       @media only screen and (max-width: 40em) {
         #header .logo span.slogan {

File diff suppressed because it is too large
+ 286 - 257
sites/all/themes/gui/materiobasetheme/package-lock.json


+ 1 - 1
sites/all/themes/gui/materiobasetheme/package.json

@@ -8,7 +8,7 @@
   "homepage": "https://materio.com",
   "devDependencies": {
     "gulp": "latest",
-    "gulp-autoprefixer": "^4.0.0",
+    "gulp-autoprefixer": "^4.1.0",
     "gulp-jsmin": "latest",
     "gulp-rename": "latest",
     "gulp-sass": "latest",

+ 3 - 0
sites/all/themes/gui/materiobasetheme/scss/styles.scss

@@ -211,6 +211,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
   .logo{
     //width:210px; //padding-left:5px; //margin-left:50px;
     @include inlineblock();
+    max-width: 150px;
     h1{
       margin:0;
       @include fs36;
@@ -221,8 +222,10 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
       @include fs14;
       margin-top:-3px;
       margin-left:-0.5em;
+      white-space: nowrap;
       @include fs900;
       @media #{$small-only} {display:none;}
+      // @media #{$medium-only} { display:none; }
       @media #{$medium-only} { display:block; margin-left:0.1em; }
       @media #{$large-only} { display:block; margin-left:0.1em; }
      .ie8 &{position: absolute; margin-top:22px;}

Some files were not shown because too many files changed in this diff