{{ 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 }}
width: 170px;
position: absolute;
top: -19px;
- left: 4px;
+ left: 15px;
}
#nav-floater {
position: fixed;
.field {
/*margin-bottom: 10px;*/
/*padding-bottom: 10px;*/
- /*overflow: auto;*/
+ overflow: auto;
width: 100%;
}
.field label, label {
width: 275px;
display: block;
font-size: 1.077em;
- /*font-weight: bold;*/
margin: 0 10px 0.5em 0;
border: 1px #2e2f2e solid;
padding: 5px;
{{ 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 }}
width: 170px;
position: absolute;
top: -19px;
- left: 4px;
+ left: 15px;
}
#nav-floater {
position: fixed;
border: 1px solid #729fcf;
padding: 4px;
}
-.tab:hover {
+.tab:hover, .tab.active:hover {
background: #729fcf;
color: #eeeeec;
}
color: #eeeeec;
}
.tab.active a {
-
+ color: #729fcf;
}
.tab a {
border: 0;
width: 275px;
display: block;
font-size: 1.077em;
- /*font-weight: bold;*/
margin: 0 10px 0.5em 0;
border: 1px #999 solid;
padding: 5px;
* 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>
*/
$a->page['aside'] = replace_macros($tpl, $aside);
}
+//right_aside at profile pages
+if ($a->argv[0] === "profile") {
+ // COMMUNITY
+ dispy_community_info();
+}