From 057ca1f499109d068be9f493348111458336c3a8 Mon Sep 17 00:00:00 2001 From: rich Date: Mon, 20 Sep 2004 12:31:29 +0000 Subject: [PATCH] Added the extra
s around all the administration pages too ... Fixed the easyweb.css to understand the extra div around menu. --- html/_css/easyweb.css | 30 +++++++++++++----------------- templates/00-TEMPLATE.html | 4 ++++ templates/contact_show.html | 4 ++++ templates/contacts.html | 4 ++++ templates/create_form.html | 4 ++++ templates/delete_file_form.html | 4 ++++ templates/delete_image_form.html | 4 ++++ templates/diff.html | 4 ++++ templates/edit.html | 2 ++ templates/edit_conflict.html | 2 ++ templates/edit_page_css_form.html | 4 ++++ templates/edit_sitemenu.html | 4 ++++ templates/edit_user_form.html | 7 ++++++- templates/files.html | 4 ++++ templates/forgot_password_form.html | 4 ++++ templates/history.html | 4 ++++ templates/images.html | 4 ++++ templates/login_form.html | 4 ++++ templates/page_404.html | 4 ++++ templates/recent.html | 4 ++++ templates/restore_form.html | 4 ++++ templates/sitemap.html | 4 ++++ templates/undelete_file_form.html | 4 ++++ templates/undelete_image_form.html | 4 ++++ templates/upload_file_form.html | 4 ++++ templates/upload_image_form.html | 4 ++++ templates/users.html | 4 ++++ 27 files changed, 115 insertions(+), 18 deletions(-) diff --git a/html/_css/easyweb.css b/html/_css/easyweb.css index 34a2dce..4c5d2dd 100644 --- a/html/_css/easyweb.css +++ b/html/_css/easyweb.css @@ -1,5 +1,5 @@ /* Stylesheet for EWM. - * $Id: easyweb.css,v 1.2 2004/09/09 10:16:19 rich Exp $ + * $Id: easyweb.css,v 1.3 2004/09/20 12:31:29 rich Exp $ */ /* Based on the standard stylesheet. */ @@ -15,18 +15,22 @@ ul#topmenu { display: none; } -/* Put the bottom menu on the right, and revert it to a list style. */ -ul#bottommenu { +/* This div surrounds the bottom menu and edit menu. + * Put those menus on the right, and revert it to a list style. + */ +div#menu_div { position: absolute; margin: 0px; padding: 0px; border: 0px; - top: 4em; - left: 10px; - width: 7.4em; + top: 3em; + left: 0px; + width: 7.5em; +} +ul#bottommenu { list-style-type: square; } @@ -34,22 +38,14 @@ ul#bottommenu li { display: list-item; padding-left: 0px; - margin-left: 8px; + margin-left: 2px; border-left: none; margin-bottom: 0.7em; } -/* Edit menu. */ ul#editmenu { position: absolute; - - margin: 0px; - padding: 0px; - border: 0px; - - top: 24em; - left: 10px; - width: 7.4em; + top: 20em; list-style-type: square; } @@ -58,7 +54,7 @@ ul#editmenu li { display: list-item; padding-left: 0px; - margin-left: 8px; + margin-left: 2px; border-left: none; margin-bottom: 0.7em; } diff --git a/templates/00-TEMPLATE.html b/templates/00-TEMPLATE.html index 4d9b283..196365d 100644 --- a/templates/00-TEMPLATE.html +++ b/templates/00-TEMPLATE.html @@ -15,19 +15,23 @@
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/contact_show.html b/templates/contact_show.html index 3381b83..0c24651 100644 --- a/templates/contact_show.html +++ b/templates/contact_show.html @@ -81,19 +81,23 @@ your page to enable the form.
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/contacts.html b/templates/contacts.html index 5aafbe2..62d5b87 100644 --- a/templates/contacts.html +++ b/templates/contacts.html @@ -45,19 +45,23 @@
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/create_form.html b/templates/create_form.html index 049235f..07ddc45 100644 --- a/templates/create_form.html +++ b/templates/create_form.html @@ -52,19 +52,23 @@ content for that page.
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/delete_file_form.html b/templates/delete_file_form.html index ae99638..b4dc213 100644 --- a/templates/delete_file_form.html +++ b/templates/delete_file_form.html @@ -28,19 +28,23 @@ Name: ::name_html::
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/delete_image_form.html b/templates/delete_image_form.html index 42b68fd..48b73c5 100644 --- a/templates/delete_image_form.html +++ b/templates/delete_image_form.html @@ -26,19 +26,23 @@ Are you sure you want to delete this image?
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/diff.html b/templates/diff.html index 600f439..cd45690 100644 --- a/templates/diff.html +++ b/templates/diff.html @@ -24,19 +24,23 @@ Differences between
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/edit.html b/templates/edit.html index 927a13a..8aa5a14 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -74,12 +74,14 @@ update_preview_now ('content_::ordering::', 'preview_::ordering::'); + \ No newline at end of file diff --git a/templates/edit_conflict.html b/templates/edit_conflict.html index d176c57..1ff70ed 100644 --- a/templates/edit_conflict.html +++ b/templates/edit_conflict.html @@ -41,12 +41,14 @@ to an edit conflict which you have to fix by hand. + \ No newline at end of file diff --git a/templates/edit_page_css_form.html b/templates/edit_page_css_form.html index 59e8b81..d55ee3d 100644 --- a/templates/edit_page_css_form.html +++ b/templates/edit_page_css_form.html @@ -29,19 +29,23 @@ Editing the stylesheet for ::page_html:::
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/edit_sitemenu.html b/templates/edit_sitemenu.html index cf78141..9b9980d 100644 --- a/templates/edit_sitemenu.html +++ b/templates/edit_sitemenu.html @@ -52,19 +52,23 @@
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/edit_user_form.html b/templates/edit_user_form.html index d31e3cf..f5189be 100644 --- a/templates/edit_user_form.html +++ b/templates/edit_user_form.html @@ -53,17 +53,22 @@
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/files.html b/templates/files.html index 4b009fc..5c9bed2 100644 --- a/templates/files.html +++ b/templates/files.html @@ -57,19 +57,23 @@ Name: ::name_html:: (size: ::ksize_html:: K)
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/forgot_password_form.html b/templates/forgot_password_form.html index befd424..2cc6aed 100644 --- a/templates/forgot_password_form.html +++ b/templates/forgot_password_form.html @@ -37,19 +37,23 @@ username or email address on record, we will email you your password.
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/history.html b/templates/history.html index 1062cb2..b8c8ca3 100644 --- a/templates/history.html +++ b/templates/history.html @@ -26,19 +26,23 @@
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/images.html b/templates/images.html index 9f6e09b..4a73931 100644 --- a/templates/images.html +++ b/templates/images.html @@ -59,19 +59,23 @@ ALT text: ::alt_html::
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/login_form.html b/templates/login_form.html index 92f7cd8..d8f5da1 100644 --- a/templates/login_form.html +++ b/templates/login_form.html @@ -95,19 +95,23 @@ account for you.
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/page_404.html b/templates/page_404.html index 8849e58..603c82e 100644 --- a/templates/page_404.html +++ b/templates/page_404.html @@ -27,19 +27,23 @@ Search our site for this page:
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/recent.html b/templates/recent.html index 92eac4a..1fbfe01 100644 --- a/templates/recent.html +++ b/templates/recent.html @@ -27,19 +27,23 @@
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/restore_form.html b/templates/restore_form.html index 25413ee..04b7c55 100644 --- a/templates/restore_form.html +++ b/templates/restore_form.html @@ -30,19 +30,23 @@ be deleting.
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/sitemap.html b/templates/sitemap.html index 75ced71..89460ed 100644 --- a/templates/sitemap.html +++ b/templates/sitemap.html @@ -20,19 +20,23 @@
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/undelete_file_form.html b/templates/undelete_file_form.html index 8fe853a..e4b487f 100644 --- a/templates/undelete_file_form.html +++ b/templates/undelete_file_form.html @@ -28,19 +28,23 @@ Name: ::name_html::
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/undelete_image_form.html b/templates/undelete_image_form.html index 1f9f4b2..72bcbc3 100644 --- a/templates/undelete_image_form.html +++ b/templates/undelete_image_form.html @@ -26,19 +26,23 @@ Are you sure you want to restore this image?
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/upload_file_form.html b/templates/upload_file_form.html index 3dbdbe3..5ef5053 100644 --- a/templates/upload_file_form.html +++ b/templates/upload_file_form.html @@ -58,19 +58,23 @@ The title appears when users hover over a file link with their mouse. It is not
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/upload_image_form.html b/templates/upload_image_form.html index edf28f3..f06b6ea 100644 --- a/templates/upload_image_form.html +++ b/templates/upload_image_form.html @@ -91,19 +91,23 @@ Class is used with stylesheets. If in doubt, leave it blank.
  • Recent changes
  • + + \ No newline at end of file diff --git a/templates/users.html b/templates/users.html index 6a6e8aa..6248630 100644 --- a/templates/users.html +++ b/templates/users.html @@ -101,19 +101,23 @@ and delete contact forms.
  • Recent changes
  • + + \ No newline at end of file -- 1.8.3.1