]> git.mxchange.org Git - friendica.git/commitdiff
Make embedded videos look better. (better margin data)
authorMichael Vogel <icarus@dabo.de>
Sun, 18 May 2014 18:30:27 +0000 (20:30 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 18 May 2014 18:30:27 +0000 (20:30 +0200)
view/global.css
view/templates/oembed_video.tpl
view/theme/vier/style.css
view/theme/vier/templates/nav.tpl

index 769cfe818f076b07296915113bce55ac02690983..c643281354d87822a9207372f829316bcd0d4201 100644 (file)
@@ -57,12 +57,22 @@ span.connector {
 .type-link img, .type-video img {
 }
 
+.type-video .embed_video {
+  margin: 0em;
+}
+
 .type-link span.oembed + br, .type-video span.oembed + br,
 .type-link a + br, .type-video a + br,
 .type-link img + br, .type-video img + br{
   display: none;
 }
 
+.embed_video {
+  float:left;
+  margin: 1em;
+  position: relative;
+}
+
 /* Shared Messages */
 .shared_header {
   height: 32px;
index bdfa11509fb972dbceae657c5cf7dc685147e4a3..214f67f721504d5da02cdc0701bf9eea0ac4b674 100644 (file)
@@ -3,7 +3,7 @@
  *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
  *
  *}}
-<a href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); return false;' style='float:left; margin: 1em; position: relative;'>
+<a class="embed_video" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); return false;'>
        <img width='{{$tw}}' height='{{$th}}' src='{{$turl}}' >
        <div style='position: absolute; top: 0px; left: 0px; width: {{$twpx}}; height: {{$thpx}}; background: url({{$baseurl}}/images/icons/48/play.png) no-repeat center center;'></div>
 </a>
index c66b01bfb714bb10b89d4483d180003368210159..4a6a3fb9de215ff7e130bc2101970ac658fc4372 100644 (file)
@@ -1737,7 +1737,7 @@ h2 {
   width: 780px;
 }
 #profile-jot-wrapper {
-  margin-bottom: 20px;
+  margin-bottom: 10px;
 }
 
 /** buttons **/
@@ -1899,7 +1899,7 @@ ul.tabs a {
     padding-right: 10px;
     padding-top: 5px;
     padding-bottom: 5px;
-    margin-bottom: 10px;
+    margin-bottom: 0px;
 }
 
 div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
@@ -2147,6 +2147,7 @@ blockquote {
     /* font-size: large; */
     font-size: larger;
     font-weight: bold;
+    display: block;
 }
 
 /* ================== */
index 8932e7306ce9a2a3585c994e01dd14fa68672217..b573149679f3eb88e828775a61bd601ac35389a8 100644 (file)
        <li><a href="{0}"><img data-src="{1}">{2} <span class="notif-when">{3}</span></a></li>
 </ul>
 <!--
-<div style="position: fixed; bottom: 61px; left: 220px;">{{$langselector}}</div>
+<div class="icon-flag" style="position: fixed; bottom: 10px; left: 20px; z-index:9;">{{$langselector}}</div>
 -->
 {{*