]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #2807 from Hypolite/frio-larger-view-develop
authorrabuzarus <rabuzarus@t-online.de>
Wed, 28 Sep 2016 18:32:11 +0000 (20:32 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2016 18:32:11 +0000 (20:32 +0200)
[frio] Changes to shared post display (width, base font size)

1  2 
view/theme/frio/css/style.css

index daabc0f95826f8b56a5a7ea247a1957708dcfca1,fb6bb7a89963c81e5ac9f3c33c6117374ba28f6e..7795a7e433028eb11dc219b889204b72fb5c5ed1
@@@ -60,6 -60,9 +60,9 @@@ section hr 
  iframe, img {
      max-width: 100%;
  }
+ blockquote {
+     font-size: inherit;
+ }
  .clear {
      clear: both;
  }
@@@ -967,14 -970,10 +970,14 @@@ aside .vcard .p-addr 
      white-space: nowrap;
      padding-bottom: 2px;
  }
 +
  aside .vcard .detail {
      display: table;
      padding: 5px 0;
  }
 +aside .xmpp {
 +    display: table;
 +}
  aside .vcard .icon {
      display: table-cell;
      padding-right: 10px;
@@@ -1419,8 -1418,6 +1422,6 @@@ section #jotOpen 
  
  .shared-wrapper,
  .vevent {
-     margin-left: 50px;
-     margin-right: 50px;
      padding: 10px;
      box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
  }
  }
  .shared_header {
      margin-left: 0px;
-         margin-top: 0px;
+     margin-top: 0px;
      padding-top: 0px;
+     margin-bottom: 10px;
      border-top: none;
      color: inherit;
  }
  blockquote.shared_content {
-     margin-left: 20px;
+     padding: 0px;
+     margin-left: 0px;
      color: inherit;
  }
  .wall-item-tags,