From 66e281c8094d0e5882baa7c3a76a4b23b312329d Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 11 Mar 2008 17:54:53 +0000 Subject: css, dashboard and topmenu tweaks git-svn-id: https://code.elgg.org/elgg/trunk@170 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/dashboard/index.php | 11 +++++++++ mod/dashboard/start.php | 22 +++++++++++++++++ mod/dashboard/views/default/dashboard/welcome.php | 1 + views/default/css.php | 30 +++++++++++++++-------- views/default/navigation/topmenu.php | 12 ++++++--- 5 files changed, 63 insertions(+), 13 deletions(-) create mode 100644 mod/dashboard/index.php create mode 100644 mod/dashboard/start.php create mode 100644 mod/dashboard/views/default/dashboard/welcome.php diff --git a/mod/dashboard/index.php b/mod/dashboard/index.php new file mode 100644 index 000000000..9f70ff6c0 --- /dev/null +++ b/mod/dashboard/index.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/mod/dashboard/start.php b/mod/dashboard/start.php new file mode 100644 index 000000000..8eb99a37c --- /dev/null +++ b/mod/dashboard/start.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/mod/dashboard/views/default/dashboard/welcome.php b/mod/dashboard/views/default/dashboard/welcome.php new file mode 100644 index 000000000..527ea88ba --- /dev/null +++ b/mod/dashboard/views/default/dashboard/welcome.php @@ -0,0 +1 @@ +

This will be a dashboard.

\ No newline at end of file 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 diff --git a/views/default/navigation/topmenu.php b/views/default/navigation/topmenu.php index 571e3e7dc..4f50a409c 100644 --- a/views/default/navigation/topmenu.php +++ b/views/default/navigation/topmenu.php @@ -15,11 +15,17 @@ ?> +
-
\ No newline at end of file + + \ No newline at end of file -- cgit v1.2.3