]> git.mxchange.org Git - friendica.git/commitdiff
tweak sizing of <section> and <aside> more; fix link in 'view contacts' in sidebar
authorSimon L'nu <simon.lnu@gmail.com>
Mon, 5 Mar 2012 18:16:28 +0000 (13:16 -0500)
committerSimon L'nu <simon.lnu@gmail.com>
Mon, 5 Mar 2012 18:16:28 +0000 (13:16 -0500)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/contact_block.tpl [changed mode: 0755->0644]
view/theme/dispy/style.css

old mode 100755 (executable)
new mode 100644 (file)
index eb46c6c..df56143
@@ -1,7 +1,7 @@
 <div id="contact-block">
 <h4 class="contact-block-h4">$contacts</h4>
 {{ if $micropro }}
-               <a class="allcontact-link" href="viewcontacts/$nickname">$viewcontacts</a>
+               <a class="allcontact-link" href="contacts/$nickname">$viewcontacts</a>
                <div class='contact-block-content'>
                {{ for $micropro as $m }}
                        $m
index 308a2ff38a694324a73683248abae459462ebf9e..13f7d2d5649a4327f86b888e52ef437300d51b9d 100644 (file)
@@ -232,7 +232,8 @@ nav a:hover {
 nav #banner {
        display: block;
        position: absolute;
-       margin-left: 20px;      
+       left: 51px;
+       top: 25px;
 }
 nav #banner #logo-text a {
        font-size: 40px;
@@ -956,7 +957,7 @@ aside #viewcontacts {
  * section
  */
 section {
-    margin: 20px 5% 0 6%;
+    margin: 20px 6% 0 4%;
     font-size: 0.8em;
     padding-right: 250px;
        min-width: 475px;