Minor tweaks to new Account section.

master
Nick Sergeant 2013-02-11 00:50:48 -05:00
parent 141814cbb8
commit 576afe19b9
4 changed files with 8 additions and 7 deletions

View File

@ -21,7 +21,7 @@
<a href="/account/">Profile</a>
</li>
<li>
<a href="/password/change/">Change Password</a>
<a href="/password/change/">Change password</a>
</li>
<li class="nav-header">Pro</li>
<li ng-class="{active: route.current.scope.section == 'Blogging'}">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1526,8 +1526,9 @@ body.account {
}
&.active {
a {
background: #43A8C6;
color: white;
background: #DDDDDD;
color: #797979;
text-shadow: 0 1px 0 white;
}
}
}
@ -1536,7 +1537,7 @@ body.account {
section.content {
background: white;
border-bottom: 1px solid #DDDDDD;
border-left: 4px solid #43A8C6;
border-left: 4px solid #DDDDDD;
float: right;
min-height: 308px;
padding: 30px 0 0 0;
@ -1556,7 +1557,7 @@ body.account {
color: #43A8C6;
content: attr(data-title);
left: -1px;
font: bold 12px $Helvetica;
font: normal 12px $Helvetica;
padding: 3px 7px;
position: absolute;
top: -1px;