Quellcode durchsuchen

Merge branch 'small-fixes' of Adyn/medgis-ru-assets into master

Alexander Larkin vor 8 Jahren
Ursprung
Commit
244d81bab5

+ 15 - 0
app/assets/styles/content/centerbar/full-news.scss

@@ -276,6 +276,21 @@
         }
     }
 
+  &__video {
+    position: relative;
+    width: 100%;
+    height: 0;
+    padding-bottom: 56%;
+
+    iframe {
+      position: absolute;
+      width: 100%;
+      height: 100%;
+      left: 0;
+      top: 0;
+    }
+  }
+
     .fotorama__nav-wrap {
         width: -moz-calc(100% - 80px);
         width: -webkit-calc(100% - 80px);

+ 15 - 0
app/www/css/all.css

@@ -2181,6 +2181,21 @@ body {
     .full-news__gallery-prevs-right:hover {
       background: url("../img/slider/sliderRight-hover.png"); }
 
+.full-news__video {
+    position: relative;
+    width: 100%;
+    height: 0;
+    padding-bottom: 56%;
+}
+
+.full-news__video iframe {
+    position: absolute;
+    width: 100%;
+    height: 100%;
+    left: 0;
+    top: 0;
+}
+
 .full-news .fotorama__nav-wrap {
   width: -moz-calc(100% - 80px);
   width: -webkit-calc(100% - 80px);

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
app/www/css/all.css.map


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
app/www/css/all.min.css


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.