]> git.mxchange.org Git - friendica.git/commitdiff
New layout for connector settings. New global CSS for things that seems to be identic...
authorMichael Vogel <icarus@dabo.de>
Thu, 24 Apr 2014 08:17:19 +0000 (10:17 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 24 Apr 2014 08:17:19 +0000 (10:17 +0200)
view/templates/head.tpl
view/templates/settings_connectors.tpl
view/theme/vier/style.css

index 1b01b71a05dafd9ac9fa6cc5d56a8c792cfcb446..6a1e7167038e7159fc6e3ad78e6da28112c5ed2f 100644 (file)
@@ -6,6 +6,7 @@
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <base href="{{$baseurl}}/" />
 <meta name="generator" content="{{$generator}}" />
+<link rel="stylesheet" href="{{$baseurl}}/view/global.css" type="text/css" media="all" />
 {{*<!--<link rel="stylesheet" href="{{$baseurl}}/library/fancybox/jquery.fancybox.css" type="text/css" media="screen" />-->*}}
 <link rel="stylesheet" href="{{$baseurl}}/library/colorbox/colorbox.css" type="text/css" media="screen" />
 <link rel="stylesheet" href="{{$baseurl}}/library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" />
index a61ae4f584e625f7c9c3fb86044e14169c31fecd..ad462fb674481d1c2769591a3812366cb801c963 100644 (file)
 
 {{else}}
        <span id="settings_mail_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose('settings_mail_expanded'); openClose('settings_mail_inflated');">
-               <h3 class="settings-heading">{{$h_imap}}</h3>
+               <img class="connector" src="images/mail.png" /><h3 class="settings-heading connector">{{$h_imap}}</h3>
        </span>
        <div id="settings_mail_expanded" class="settings-block" style="display: none;">
        <span class="fakelink" onclick="openClose('settings_mail_expanded'); openClose('settings_mail_inflated');">
-               <h3 class="settings-heading">{{$h_imap}}</h3>
+               <img class="connector" src="images/mail.png" /><h3 class="settings-heading connector">{{$h_imap}}</h3>
        </span>
        <p>{{$imap_desc}}</p>
        {{include file="field_custom.tpl" field=$imap_lastcheck}}
index ce1467844b496a3ab49837fc376efc615736a977..2f05b07e080873068e5cd84b53f36b52c4c4066f 100644 (file)
@@ -1208,60 +1208,7 @@ section.minimal {
   width: 350px;
   float: left;
   font-size: 12px;
-}
-
-.type-link, .type-video {
-  border-top: 1px solid #D2D2D2;
-  border-bottom: 1px solid #D2D2D2;
-  display: block;
-  padding-top: 5px;
-  padding-bottom: 5px;
-  margin-top: 10px;
-/*
-padding-left: 170px;
-min-height: 90px;
-position: relative;
-*/
-}
-.type-link:after, .type-video:after {
-    content: ".";
-    display: block;
-    height: 0;
-    clear: both;
-    visibility: hidden;
-}
-.wall-item-container .wall-item-content .type-link img,
-.type-link img, .type-video img {
-  max-width: 160px;
-  max-height: 160px;
-  float: left;
-  margin-right: 10px;
-}
-.type-link blockquote, .type-video blockquote {
-  /* margin-left: 160px; */
-  margin-left: 0px;
-  max-height: 160px;
-  overflow: hidden;
-  border-left: 0px;
-  padding-left: 0px;
-  font-size: 13px;
-  line-height: normal;
-}
-.type-link .oembed, .type-video .oembed {
-  font-size: 18px;
-  font-weight: 300;
-  line-height: normal;
-}
-.type-link img, .type-video img {
-/* position: absolute;
-left: 0;
-top: 0; */
-}
-.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;
-}
+}}
 
 h2 {
   line-height: normal;
@@ -2429,9 +2376,9 @@ a.mail-list-link {
 }
 
 .settings-block {
-        border: 1px solid #AAA;
-        margin: 10px;
-        padding: 10px;
+        /* border: 1px solid #AAA; */
+        padding-left: 5px;
+        padding-right: 5px;
 }
 
 .app-title {