summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-28 18:39:30 +0100
committerSarven Capadisli <csarven@status.net>2010-01-28 18:39:30 +0100
commit22d9c32e7e755c36817912cb9e20554b23d211d4 (patch)
tree245c7700aab87a3547fbfd0bcdf1bd04269e9627 /theme
parentb4babedd29661a15a8dd135a20ffaf7059b7fa50 (diff)
Update to aside styles in biz theme
Diffstat (limited to 'theme')
-rw-r--r--theme/biz/css/base.css2
-rw-r--r--theme/biz/css/display.css16
2 files changed, 15 insertions, 3 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css
index 366339db2..2c2ab33a0 100644
--- a/theme/biz/css/base.css
+++ b/theme/biz/css/base.css
@@ -422,7 +422,7 @@ float:left;
width:29.917%;
min-height:259px;
float:left;
-margin-left:0.385%;
+margin-left:1%;
}
#form_notice {
diff --git a/theme/biz/css/display.css b/theme/biz/css/display.css
index 7768d5146..f133ac30b 100644
--- a/theme/biz/css/display.css
+++ b/theme/biz/css/display.css
@@ -138,10 +138,22 @@ color:#002FA7;
color:#87B4C8;
}
+
+
.notice,
-.profile {
-border-top-color:#CEE1E9;
+.profile,
+.application,
+#content tbody tr {
+border-top-color:#C8D1D5;
+}
+.mark-top {
+border-color:#AAAAAA;
}
+
+#aside_primary {
+background-color:#144A6E;
+}
+
.section .profile {
border-top-color:#87B4C8;
}