summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-10-09 03:31:00 +0200
committerSem <sembrestels@riseup.net>2012-10-09 03:31:00 +0200
commitd37437afb55b90a0f6df6cb08d8b116473071941 (patch)
tree26c2bba59b2073eace903443146f08f5f594eddf
parent52f6ec1b22584366c9c9e37341501d226e337317 (diff)
downloadsaravea_theme-d37437afb55b90a0f6df6cb08d8b116473071941.tar.gz
saravea_theme-d37437afb55b90a0f6df6cb08d8b116473071941.tar.bz2
Reajusted layout widths.
-rw-r--r--_graphics/sidebar_background.gifbin1219 -> 1222 bytes
-rw-r--r--views/default/css/elements/layout.php14
2 files changed, 9 insertions, 5 deletions
diff --git a/_graphics/sidebar_background.gif b/_graphics/sidebar_background.gif
index 6ce7978..3534b5d 100644
--- a/_graphics/sidebar_background.gif
+++ b/_graphics/sidebar_background.gif
Binary files differ
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index 4813c01..a399857 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -25,18 +25,18 @@ body {
min-width: 998px;
}
.elgg-page-default .elgg-page-header > .elgg-inner {
- width: 990px;
+ width: 980px;
margin: 0 auto;
height: 90px;
}
.elgg-page-default .elgg-page-body > .elgg-inner {
- width: 990px;
+ width: 980px;
margin: 0 auto;
}
.elgg-page-default .elgg-page-footer > .elgg-inner {
- width: 990px;
+ width: 940px;
margin: 0 auto;
- padding: 5px 0;
+ padding: 5px 20px;
border-top: 1px solid #DEDEDE;
}
@@ -90,7 +90,7 @@ body {
position: relative;
padding: 20px 10px;
float: right;
- width: 210px;
+ width: 220px;
margin: 0 0 0 10px;
}
.elgg-sidebar-alt {
@@ -104,6 +104,7 @@ body {
position: relative;
min-height: 360px;
padding: 10px;
+ padding-left: 20px;
}
.elgg-main > .elgg-head {
padding-bottom: 3px;
@@ -117,6 +118,9 @@ body {
.elgg-page-footer {
color: #999;
}
+.elgg-page-footer .elgg-inner {
+ margin: 20px;
+}
.elgg-page-footer a:hover {
color: #666;
}