aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/layout.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-21 21:35:36 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-21 21:35:36 +0000
commit376eaec4d23f72ad66027325e07461919814177a (patch)
tree81b5b90f298472b40ec30e9eac0456c5f19fc3b2 /views/default/css/elements/layout.php
parent5dc1d61143b56b1b7e429bd248a81b93c2c11a59 (diff)
downloadelgg-376eaec4d23f72ad66027325e07461919814177a.tar.gz
elgg-376eaec4d23f72ad66027325e07461919814177a.tar.bz2
Made a thorough pass over the css. Included todo's throughout to track what still needs to be done.
git-svn-id: http://code.elgg.org/elgg/trunk@7890 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/layout.php')
-rw-r--r--views/default/css/elements/layout.php17
1 files changed, 15 insertions, 2 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index 63e1dc1c8..6b4a98ae9 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -7,6 +7,7 @@
/* ***************************************
PAGE LAYOUT
*************************************** */
+<?php //@todo should be in base/reset ?>
body {
background-color: white;
}
@@ -24,6 +25,8 @@ body {
.elgg-page-topbar > .elgg-inner {
padding: 2px 10px 2px 8px;
}
+
+<?php //@todo location-dependent styles ?>
.elgg-page-topbar a {
color: #eeeeee;
float: left;
@@ -62,12 +65,16 @@ body {
background-repeat: repeat-x;
background-position: bottom left;
}
+
+<?php //@todo Put all elgg-classic styles together ?>
.elgg-classic .elgg-page-header > .elgg-inner {
width: 990px;
margin: 0 auto;
height: 90px;
position: relative;
}
+
+<?php //@todo location-dependent styles ?>
.elgg-page-header h1 a {
font-size: 2em;
line-height: 1.4em;
@@ -87,6 +94,8 @@ body {
width: 990px;
margin: 0 auto;
}
+
+<?php //@todo layout object is different from page object -- put in separate files? ?>
#elgg-layout-one-column {
padding: 10px 0;
}
@@ -123,9 +132,11 @@ body {
}
.elgg-main .elgg-header {
- border-bottom: 1px solid #CCCCCC;
- padding-bottom: 3px;
+ border-bottom: 1px solid #CCCCCC;
+ padding-bottom: 3px;
}
+
+<?php //@todo location-dependent styles ?>
.elgg-main .elgg-header h2 {
float: left;
max-width: 530px;
@@ -148,6 +159,8 @@ body {
padding: 5px 0;
border-top: 1px solid #DEDEDE;
}
+
+<?php //@todo location-dependent styles ?>
.elgg-page-footer a {
float: left;
}