]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/lilac/style.css
Merge pull request #1679 from fabrixxm/smallfixestothemes
[friendica.git] / view / theme / quattro / lilac / style.css
index d2cc2ec89f4c075ba5d59f128e4339a6f57fc925..baaa44c0a3479937f25becd6b8358623b1c7f9eb 100644 (file)
@@ -414,8 +414,7 @@ a:hover {
 .left {
   float: left;
 }
-.right,
-.pull-right {
+.right {
   float: right;
 }
 .hidden {
@@ -1966,6 +1965,27 @@ ul.tabs li .active {
   width: 50px;
   float: left;
 }
+/* videos page */
+.videos .video-top-wrapper {
+  width: 200px;
+  float: left;
+  margin: 0px 10px 10px 0px;
+  position: relative;
+}
+.videos .video-top-wrapper .video-js {
+  width: 200px!important;
+  height: 132px!important;
+}
+.videos .video-top-wrapper .video-delete {
+  position: absolute;
+  opacity: 0;
+  right: 0px;
+  top: 0px;
+  transition: opacity 0.5s;
+}
+.videos .video-top-wrapper:hover .video-delete {
+  opacity: 1;
+}
 /* photo albums */
 #photo-edit-link-wrap {
   margin-bottom: 10px;
@@ -2090,6 +2110,9 @@ ul.tabs li .active {
 #photo-like-div .like-rotator {
   float: right;
 }
+#photo_edit_form {
+  padding: 1em;
+}
 /* profile match wrapper */
 .profile-match-wrapper {
   float: left;