diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-27 04:40:31 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-27 04:40:31 -0400 |
commit | c3388ad81336d45a40a66b69096f504ffa7e34cb (patch) | |
tree | d879de83eae69673313e7d067fa2d2f55b93242c /view/theme/dispy-dark | |
parent | 6cd56e0f3320f34c46eb83cf08dce05da798088b (diff) | |
download | volse-hubzilla-c3388ad81336d45a40a66b69096f504ffa7e34cb.tar.gz volse-hubzilla-c3388ad81336d45a40a66b69096f504ffa7e34cb.tar.bz2 volse-hubzilla-c3388ad81336d45a40a66b69096f504ffa7e34cb.zip |
more fixes for dispys
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark')
-rw-r--r-- | view/theme/dispy-dark/communityhome.tpl | 7 | ||||
-rw-r--r-- | view/theme/dispy-dark/screenshot.jpg (renamed from view/theme/dispy-dark/snapshot.jpg) | bin | 39101 -> 39101 bytes | |||
-rw-r--r-- | view/theme/dispy-dark/style.css | 5 |
3 files changed, 8 insertions, 4 deletions
diff --git a/view/theme/dispy-dark/communityhome.tpl b/view/theme/dispy-dark/communityhome.tpl index 0838fc757..dfc0467f7 100644 --- a/view/theme/dispy-dark/communityhome.tpl +++ b/view/theme/dispy-dark/communityhome.tpl @@ -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/snapshot.jpg b/view/theme/dispy-dark/screenshot.jpg Binary files differindex ada60ca61..ada60ca61 100644 --- a/view/theme/dispy-dark/snapshot.jpg +++ b/view/theme/dispy-dark/screenshot.jpg diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index dd0ce356d..8be441c8b 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -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; |