From 9ebd34b70398183cf86f095145c7066d8d4bb59e Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Mon, 3 Jan 2011 09:49:50 +0100 Subject: [PATCH] Fix secure cursor and aside position in duepuntozero theme --- view/theme/duepuntozero/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f909947493..dafc24360d 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; */ }