Added the extra <div>s around all the administration pages too ...
[cocanwiki.git] / html / _css / easyweb.css
index 34a2dce..4c5d2dd 100644 (file)
@@ -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;
 }