more fixes for dispys
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
6cd56e0f33
commit
c3388ad813
|
@ -1,4 +1,9 @@
|
||||||
{{ if $page }}
|
{{ if $page }}
|
||||||
<h3>PostIt to Friendica</h3>
|
<div>$page</div>
|
||||||
<div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
|
{{ endif }}
|
||||||
|
|
||||||
|
<h3>PostIt to Friendica</h3>
|
||||||
|
<div style="padding-left: 8px;">
|
||||||
|
<span><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span>
|
||||||
|
</div>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
|
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
@ -469,7 +469,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
|
||||||
width: 170px;
|
width: 170px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -19px;
|
top: -19px;
|
||||||
left: 4px;
|
left: 15px;
|
||||||
}
|
}
|
||||||
#nav-floater {
|
#nav-floater {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -2328,7 +2328,7 @@ div[id$="wrapper"] br {
|
||||||
.field {
|
.field {
|
||||||
/*margin-bottom: 10px;*/
|
/*margin-bottom: 10px;*/
|
||||||
/*padding-bottom: 10px;*/
|
/*padding-bottom: 10px;*/
|
||||||
/*overflow: auto;*/
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.field label, label {
|
.field label, label {
|
||||||
|
@ -2336,7 +2336,6 @@ div[id$="wrapper"] br {
|
||||||
width: 275px;
|
width: 275px;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 1.077em;
|
font-size: 1.077em;
|
||||||
/*font-weight: bold;*/
|
|
||||||
margin: 0 10px 0.5em 0;
|
margin: 0 10px 0.5em 0;
|
||||||
border: 1px #2e2f2e solid;
|
border: 1px #2e2f2e solid;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
{{ if $page }}
|
{{ if $page }}
|
||||||
<h3>PostIt to Friendica</h3>
|
<div>$page</div>
|
||||||
<div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
|
{{ endif }}
|
||||||
|
|
||||||
|
<h3>PostIt to Friendica</h3>
|
||||||
|
<div style="padding-left: 8px;">
|
||||||
|
<span><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span>
|
||||||
|
</div>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
|
|
|
@ -469,7 +469,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
|
||||||
width: 170px;
|
width: 170px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -19px;
|
top: -19px;
|
||||||
left: 4px;
|
left: 15px;
|
||||||
}
|
}
|
||||||
#nav-floater {
|
#nav-floater {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -1037,7 +1037,7 @@ section {
|
||||||
border: 1px solid #729fcf;
|
border: 1px solid #729fcf;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
.tab:hover {
|
.tab:hover, .tab.active:hover {
|
||||||
background: #729fcf;
|
background: #729fcf;
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
}
|
}
|
||||||
|
@ -1050,7 +1050,7 @@ section {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
}
|
}
|
||||||
.tab.active a {
|
.tab.active a {
|
||||||
|
color: #729fcf;
|
||||||
}
|
}
|
||||||
.tab a {
|
.tab a {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -2336,7 +2336,6 @@ div[id$="wrapper"] br {
|
||||||
width: 275px;
|
width: 275px;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 1.077em;
|
font-size: 1.077em;
|
||||||
/*font-weight: bold;*/
|
|
||||||
margin: 0 10px 0.5em 0;
|
margin: 0 10px 0.5em 0;
|
||||||
border: 1px #999 solid;
|
border: 1px #999 solid;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Version: 1.0
|
* Version: 1.0
|
||||||
* Author: unknown
|
* Author: unknown
|
||||||
* Maintainer: Simon <http://simon.kisikew.org/>
|
* 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);
|
$a->page['aside'] = replace_macros($tpl, $aside);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//right_aside at profile pages
|
||||||
|
if ($a->argv[0] === "profile") {
|
||||||
|
// COMMUNITY
|
||||||
|
dispy_community_info();
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue