summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@migration.vz.lan>2012-10-19 11:04:11 +0000
committerroot <root@migration.vz.lan>2012-10-19 11:04:11 +0000
commitb7dda9e68b890303bd6b0bcef6612db28b032940 (patch)
treef2e63568709f3ca52472a12af1298317286916b5
parent364d5be815bf8ccddb3bd8bc9ab3c532c6e22d6a (diff)
parent59fceeded43537b558d244d534ed341ce3e4cdf1 (diff)
downloadsaravea_theme-b7dda9e68b890303bd6b0bcef6612db28b032940.tar.gz
saravea_theme-b7dda9e68b890303bd6b0bcef6612db28b032940.tar.bz2
Merge branch 'master' of git://gitorious.org/lorea/n1_theme
-rw-r--r--views/default/css/elements/layout.php13
-rw-r--r--views/default/css/n1_theme/landing.php6
2 files changed, 11 insertions, 8 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index e475ea5..31d3b49 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -81,19 +81,18 @@ body {
.elgg-page-body .elgg-inner {
position: relative; /* This fixes the IE7 overflow hidden bug */
clear: both;
- float: left;
- width: 100%; /* width of whole page */
overflow: hidden; /* This chops off any overhanging divs */
background-color: #dedede;
}
.elgg-layout {
- right: 25%;
background-color: #eee;
float: left;
position: relative;
- width: 100%;
min-height: 500px;
}
+.elgg-layout-one-sidebar {
+ right: 25%;
+}
.elgg-sidebar {
left: 31%;
width: 21%;
@@ -107,10 +106,12 @@ body {
margin: 0 10px 0 0;
}
.elgg-main {
+ left: 2%;
+ width: 96%;
+}
+.elgg-layout-one-sidebar .elgg-main {
left: 27%;
width: 71%;
- padding: 10px;
- padding-left: 20px;
}
.elgg-main > .elgg-head {
padding-bottom: 3px;
diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php
index 1343d51..965a1a5 100644
--- a/views/default/css/n1_theme/landing.php
+++ b/views/default/css/n1_theme/landing.php
@@ -3,7 +3,8 @@
background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1.png');
background-repeat: no-repeat;
display: table;
- margin: 30px 0 50px 0;
+ margin: 30px auto 50px;
+ min-width: 80%;
}
#n1-landing-inner {
@@ -14,8 +15,9 @@
}
#n1-landing-title {
- font-size: 1.7em;
+ font-size: 2.1em;
font-weight: bold;
+ line-height: 0.9em;
}
#n1-landing-subtitle {