]> git.mxchange.org Git - friendica.git/commitdiff
Vier: attached link descriptions (type-link, ...) are redesigned to make it look...
authorMichael Vogel <icarus@dabo.de>
Mon, 21 Apr 2014 23:03:08 +0000 (01:03 +0200)
committerMichael Vogel <icarus@dabo.de>
Mon, 21 Apr 2014 23:03:08 +0000 (01:03 +0200)
view/theme/vier/style.css

index 2ff3bbd15e92e5268a0932b03a2139f6e80393e5..ce1467844b496a3ab49837fc376efc615736a977 100644 (file)
@@ -1244,9 +1244,13 @@ position: relative;
   overflow: hidden;
   border-left: 0px;
   padding-left: 0px;
+  font-size: 13px;
+  line-height: normal;
 }
 .type-link .oembed, .type-video .oembed {
-  font-size: inherit;
+  font-size: 18px;
+  font-weight: 300;
+  line-height: normal;
 }
 .type-link img, .type-video img {
 /* position: absolute;
@@ -1259,6 +1263,10 @@ top: 0; */
   display: none;
 }
 
+h2 {
+  line-height: normal;
+}
+
 .wall-item-container .wall-item-content {
   /* font-size: 14px; */
   max-width: 660px;
@@ -1339,7 +1347,7 @@ top: 0; */
   transition: all 0.2s ease-in-out;
 }
 
-/* .wall-item-container .wall-item-content a, */
+.wall-item-container .wall-item-content a,
 .toplevel_item .fakelink,
 .wall-item-container .fakelink {
   color: black;
@@ -2024,7 +2032,7 @@ ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active
   width: 200px;
 }
 .field input, .field textarea {
-  width: 400px;
+  max-width: 400px;
 }
 .field textarea {
   height: 100px;
@@ -2069,6 +2077,12 @@ ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active
 .field.radio .field_help {
   margin-left: 0px;
 }
+aside form {
+  overflow-x: hidden;
+}
+aside form .field label {
+  float: inherit;
+}
 
 #profile-edit-links-end {
         clear: both;