diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 09:49:50 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 09:49:50 +0100 |
commit | 9ebd34b70398183cf86f095145c7066d8d4bb59e (patch) | |
tree | 1b099448d53bfd5299e08398bab585663990f0af /view | |
parent | 0e45c4332ae564ac0141848d448739dd053e4336 (diff) | |
download | volse-hubzilla-9ebd34b70398183cf86f095145c7066d8d4bb59e.tar.gz volse-hubzilla-9ebd34b70398183cf86f095145c7066d8d4bb59e.tar.bz2 volse-hubzilla-9ebd34b70398183cf86f095145c7066d8d4bb59e.zip |
Fix secure cursor and aside position in duepuntozero theme
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f90994749..dafc24360 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -119,6 +119,7 @@ nav .nav-link { float: right; margin: 0.2em 0em; padding: 0em 0.5em; + background-color: transparent !important; } @@ -151,6 +152,7 @@ aside { background-image: url(border.jpg); background-position: top left; background-repeat: no-repeat; + position: absolute; } @@ -183,6 +185,12 @@ section { margin-right: 1em; } +/* footer */ +footer { + display: none; + +} + /* from defautlt */ #jot-perms-icon, @@ -922,7 +930,7 @@ input#dfrn-url { #profile-jot-perms-end { /*clear: left;*/ - height: 13px; + height: 30px; } #profile-jot-end { @@ -1736,7 +1744,7 @@ a.mail-list-link { } .sparkle { - cursor: url('lock.cur'), pointer; + cursor: url('../default/lock.cur'), pointer; /* cursor: pointer !important; */ } |