aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-11 17:54:53 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-11 17:54:53 +0000
commit66e281c8094d0e5882baa7c3a76a4b23b312329d (patch)
treeaf6e66eb2b7fa4d8a2a3246e10ce6d58ac6a4cad /views/default/css.php
parent7be113be2092be8741b31b5a4de428e5e07f5d43 (diff)
downloadelgg-66e281c8094d0e5882baa7c3a76a4b23b312329d.tar.gz
elgg-66e281c8094d0e5882baa7c3a76a4b23b312329d.tar.bz2
css, dashboard and topmenu tweaks
git-svn-id: https://code.elgg.org/elgg/trunk@170 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php30
1 files changed, 20 insertions, 10 deletions
diff --git a/views/default/css.php b/views/default/css.php
index a53d12069..9b5fa6126 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -27,17 +27,30 @@ body {
text-align:center;
}
+#container {
+ width:990px;
+ border-left:2px solid #555;
+ border-right:2px solid #555;
+ margin:auto;
+}
+
#header {
- background:#000;
- color:#fff;
margin:0 0 20px 0;
padding:10px;
+ text-align:left;
+ position:relative;
+ border-bottom:1px solid #555;
}
-#container {
- width:990px;
- border:1px solid #000;
- margin:auto;
+#topmenu {
+ position:absolute;
+ top:2px;
+ right:10px;
+}
+
+#topmenu li {
+ display:inline;
+ list-style:none;
}
#sidebar_toolbox {
@@ -53,9 +66,7 @@ body {
#mainContent_nosidebar {
margin:0 0 0 180px;
width:750px;
- background:#000;
padding:20px;
- color:#fff;
}
#login-box {
@@ -68,8 +79,7 @@ body {
}
#footer {
- background:#555;
- color:#fff;
+ border-top:1px solid #555;
margin:20px 0 0 0;
padding:10px;
} \ No newline at end of file