Fix secure cursor and aside position in duepuntozero theme

This commit is contained in:
fabrixxm 2011-01-03 09:49:50 +01:00
parent 0e45c4332a
commit 9ebd34b703

View file

@ -119,6 +119,7 @@ nav .nav-link {
float: right; float: right;
margin: 0.2em 0em; margin: 0.2em 0em;
padding: 0em 0.5em; padding: 0em 0.5em;
background-color: transparent !important;
} }
@ -151,6 +152,7 @@ aside {
background-image: url(border.jpg); background-image: url(border.jpg);
background-position: top left; background-position: top left;
background-repeat: no-repeat; background-repeat: no-repeat;
position: absolute;
} }
@ -183,6 +185,12 @@ section {
margin-right: 1em; margin-right: 1em;
} }
/* footer */
footer {
display: none;
}
/* from defautlt */ /* from defautlt */
#jot-perms-icon, #jot-perms-icon,
@ -922,7 +930,7 @@ input#dfrn-url {
#profile-jot-perms-end { #profile-jot-perms-end {
/*clear: left;*/ /*clear: left;*/
height: 13px; height: 30px;
} }
#profile-jot-end { #profile-jot-end {
@ -1736,7 +1744,7 @@ a.mail-list-link {
} }
.sparkle { .sparkle {
cursor: url('lock.cur'), pointer; cursor: url('../default/lock.cur'), pointer;
/* cursor: pointer !important; */ /* cursor: pointer !important; */
} }