Update to aside styles in biz theme

This commit is contained in:
Sarven Capadisli 2010-01-28 18:39:30 +01:00
parent 919dfeeb93
commit d0f3fee65b
2 changed files with 15 additions and 3 deletions

View File

@ -422,7 +422,7 @@ float:left;
width:29.917%; width:29.917%;
min-height:259px; min-height:259px;
float:left; float:left;
margin-left:0.385%; margin-left:1%;
} }
#form_notice { #form_notice {

View File

@ -138,10 +138,22 @@ color:#002FA7;
color:#87B4C8; color:#87B4C8;
} }
.notice, .notice,
.profile { .profile,
border-top-color:#CEE1E9; .application,
#content tbody tr {
border-top-color:#C8D1D5;
} }
.mark-top {
border-color:#AAAAAA;
}
#aside_primary {
background-color:#144A6E;
}
.section .profile { .section .profile {
border-top-color:#87B4C8; border-top-color:#87B4C8;
} }