]> git.mxchange.org Git - friendica.git/commitdiff
more fixes for dispys
authorSimon L'nu <simon.lnu@gmail.com>
Tue, 27 Mar 2012 08:40:31 +0000 (04:40 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Tue, 27 Mar 2012 08:40:31 +0000 (04:40 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/communityhome.tpl
view/theme/dispy-dark/screenshot.jpg [new file with mode: 0644]
view/theme/dispy-dark/snapshot.jpg [deleted file]
view/theme/dispy-dark/style.css
view/theme/dispy/communityhome.tpl
view/theme/dispy/style.css
view/theme/dispy/theme.php

index 0838fc7578a64319bce9a47d48a8fdaacf087052..dfc0467f79d6e9a18c98e8dd51b006953e25c915 100644 (file)
@@ -1,4 +1,9 @@
 {{ if $page }}
+<div>$page</div>
+{{ endif }}
+
 <h3>PostIt to Friendica</h3>
-<div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
+<div style="padding-left: 8px;">
+<span><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span>
+</div>
 {{ endif }}
diff --git a/view/theme/dispy-dark/screenshot.jpg b/view/theme/dispy-dark/screenshot.jpg
new file mode 100644 (file)
index 0000000..ada60ca
Binary files /dev/null and b/view/theme/dispy-dark/screenshot.jpg differ
diff --git a/view/theme/dispy-dark/snapshot.jpg b/view/theme/dispy-dark/snapshot.jpg
deleted file mode 100644 (file)
index ada60ca..0000000
Binary files a/view/theme/dispy-dark/snapshot.jpg and /dev/null differ
index dd0ce356dd6da35944c82c4b743d343bc97865b3..8be441c8b19509ead9aa35769418d149081663e1 100644 (file)
@@ -469,7 +469,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
        width: 170px;
        position: absolute;
        top: -19px;
-       left: 4px;
+       left: 15px;
 }
 #nav-floater {
     position: fixed;
@@ -2328,7 +2328,7 @@ div[id$="wrapper"] br {
 .field {
        /*margin-bottom: 10px;*/
        /*padding-bottom: 10px;*/
-       /*overflow: auto;*/
+       overflow: auto;
     width: 100%;
 }
 .field label, label {
@@ -2336,7 +2336,6 @@ div[id$="wrapper"] br {
     width: 275px;
        display: block;
        font-size: 1.077em;
-       /*font-weight: bold;*/
        margin: 0 10px 0.5em 0;
        border: 1px #2e2f2e solid;
        padding: 5px;
index 0838fc7578a64319bce9a47d48a8fdaacf087052..dfc0467f79d6e9a18c98e8dd51b006953e25c915 100644 (file)
@@ -1,4 +1,9 @@
 {{ if $page }}
+<div>$page</div>
+{{ endif }}
+
 <h3>PostIt to Friendica</h3>
-<div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
+<div style="padding-left: 8px;">
+<span><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span>
+</div>
 {{ endif }}
index 77b22d65ff45ac2d55b861d97a706c3afd9c7e63..74a7809a1f3ecc5e7c323678968e9e8bc5277d7b 100644 (file)
@@ -469,7 +469,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
        width: 170px;
        position: absolute;
        top: -19px;
-       left: 4px;
+       left: 15px;
 }
 #nav-floater {
     position: fixed;
@@ -1037,7 +1037,7 @@ section {
     border: 1px solid #729fcf;
        padding: 4px;
 }
-.tab:hover {
+.tab:hover, .tab.active:hover {
     background: #729fcf;
     color: #eeeeec;
 }
@@ -1050,7 +1050,7 @@ section {
     color: #eeeeec;
 }
 .tab.active a {
-       
+       color: #729fcf;
 }
 .tab a {
        border: 0;
@@ -2336,7 +2336,6 @@ div[id$="wrapper"] br {
     width: 275px;
        display: block;
        font-size: 1.077em;
-       /*font-weight: bold;*/
        margin: 0 10px 0.5em 0;
        border: 1px #999 solid;
        padding: 5px;
index 9db77d7f3e2f4c045f7d508af6b75cbcf0ab2e8b..db8cf5ccdfa6226c3ae731a1b0cbdc480019e6cf 100644 (file)
@@ -6,7 +6,7 @@
  * Version: 1.0
  * Author: unknown
  * Maintainer: Simon <http://simon.kisikew.org/>
- * Screenshot: <a href="screenshot.png">Screenshot</a>
+ * Screenshot: <a href="screenshot.jpg">Screenshot</a>
  */
 
 
@@ -154,3 +154,8 @@ function dispy_community_info() {
        $a->page['aside'] = replace_macros($tpl, $aside);
 }
 
+//right_aside at profile pages
+if ($a->argv[0] === "profile") {
+       // COMMUNITY
+       dispy_community_info();
+}