diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-05 13:16:28 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-05 13:16:28 -0500 |
commit | 02f825ca3cc55fa0e9fe7e3e7df6a37b32968b8a (patch) | |
tree | 8eba416a4e5b5b88114bb41aba1aeb3e94a05665 /view | |
parent | e05313f88f1b61c4d5e21230f58e53f654c88605 (diff) | |
download | volse-hubzilla-02f825ca3cc55fa0e9fe7e3e7df6a37b32968b8a.tar.gz volse-hubzilla-02f825ca3cc55fa0e9fe7e3e7df6a37b32968b8a.tar.bz2 volse-hubzilla-02f825ca3cc55fa0e9fe7e3e7df6a37b32968b8a.zip |
tweak sizing of <section> and <aside> more; fix link in 'view contacts' in sidebar
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view')
-rw-r--r--[-rwxr-xr-x] | view/contact_block.tpl | 2 | ||||
-rw-r--r-- | view/theme/dispy/style.css | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/view/contact_block.tpl b/view/contact_block.tpl index eb46c6c43..df5614398 100755..100644 --- a/view/contact_block.tpl +++ b/view/contact_block.tpl @@ -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 diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 308a2ff38..13f7d2d56 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -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; |