Changed the header and link presentation.

This commit is contained in:
Jonathan Bernard
2011-02-11 17:09:58 -06:00
parent 6bdf0ab526
commit 9c645e9a88
3 changed files with 83 additions and 97 deletions

View File

@ -62,6 +62,30 @@ body {
border-width: $iBorWidth;
border-bottom-width: 0;
padding: 0.1em 1em 0.1em 1em;
overflow: hidden;
div.control-links {
color: lighten($greyTxt, 20%);
float: right;
display: block;
height: 100%;
font-weight: bold;
font-size: smaller;
&:hover { color: $txt; }
a {
color: inherit; //lighten($greyTxt, 20%);
text-decoration: none;
margin-right: 0.5em;
&:hover {
color: $obor;
text-decoration: underline;
}
}
}
}
.last-bar {
@ -70,56 +94,23 @@ body {
@include rounded2(bottom, left, 0.5em);
}
.left-header {
}
.right-header {
}
.control-links {
li {
a {
text-decoration: none
}
margin: 0;
padding: 0;
}
margin: 0;
padding: 0;
list-style-type: none;
}
#user {
div {
overflow: hidden;
margin: 0;
padding: 0;
}
#fullname, #username {
&:hover {
text-decoration: underline;
color: lighten($txt, 20%);
}
text-decoration: none;
font-size: x-large;
color: $txt;
}
#show-user-link, #fullname { float: left; }
#logout-link, #username { float: right; }
font-weight: bold;
@include rounded2(top, left, 0.5em);
@include rounded2(top, right, 0.5em);
#fullname, #username {
font-weight: bold;
font-size: x-large;
float: left;
}
#username {
padding-left: 0.2em;
color: $greyTxt;
}
.control-links { padding-top: 0.6em; }
}
#user-info {
@ -127,20 +118,12 @@ body {
}
#timeline {
font-weight: bold;
#timeline-name {
&:hover {
text-decoration: underline;
color: lighten($txt, 20%);
}
text-decoration: none;
color: $txt;
}
#timeline-name, #timeline-desc { font-weight: bold; }
#timeline-desc { color: $greyTxt; }
.control-links { padding-top: 0.2em; }
}
#timeline-info {