r9139: cleanup the layout a bit
authorAndrew Tridgell <tridge@samba.org>
Fri, 5 Aug 2005 21:07:48 +0000 (21:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:22 +0000 (13:31 -0500)
(This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5)

swat/esptest/qooxdoo.esp
swat/menu.js
swat/scripting/header_columns.esp
swat/style/columns.css
swat/style/common.css

index 5ab39d807d931236287d2438a6373e1a9df94868..063fb7bd938a42267a620dc714c85ab423f9e871 100644 (file)
@@ -23,7 +23,7 @@
            setWidth("40%");
            setMinHeight(400);
            setBottom(48);
-           setMinWidth(700);
+           setMinWidth(500);
     };
 
     var gl = new QxGridLayout("auto,auto,auto,auto,auto", "100%");
index 38052091d6f0056c2f24737183c32f4fca58e17e..7e8281349f176e4cf46e815035cff67cdb0f23bc 100644 (file)
@@ -56,6 +56,6 @@ swat_menus.docs = simple_menu(
        "XHTML Spec", "http://www.w3.org/TR/xhtml1/",
        "JavaScript Spec", "http://www.ecma-international.org/publications/files/ecma-st/ECMA-262.pdf",
        "CSS Specs", "http://www.w3.org/Style/CSS/#specs",
-       "CSS1/2 Reference", "http://www.w3schools.com/css/css_reference.asp");
-
+       "CSS1/2 Reference", "http://www.w3schools.com/css/css_reference.asp",
+       "qooxdoo info", "http://qooxdoo.sourceforge.net/");
 
index 062e1ee4834cd027345829bc69ae898a7c58066b..2fd57c400cf2d209efd99aa1bac2559302ca3705 100644 (file)
@@ -77,9 +77,7 @@ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png'
 </div>
 
 <div id="links">
-  <div class="related">
      <% swat_menus.docs.display(); %>
-  </div>
 </div>
 
  
index c3be8cbf65b268371b8c93f8ec1325b1ef8dc185..e78da9b3d77079e30e908ff5e38bccee7d06ecfa 100644 (file)
 */
 
 
-/* Right-side column 
-***********************************************************/
-#links {
-       float:left;
-       margin:115px 0 0 81%;  
-       padding:0;
-    width:18%;
-}
-* html #links {
-       position:absolute;
-       top:115px;
-       left:82%;
-       float:none;
-       width:17%;
-       margin:0;
-}
-#links h4 {
-       margin-top:10px;
-       margin-left:1.5px;
-       font-size:small;
-}
-#links ul {
-       list-style-type:none;
-       padding:0;
-       padding-top:5px;
-       margin-left:20px;
-}
-#links a {
-       font-size:small;
-}
-#links p {
-       margin-top:25px;
-       margin-left:20px;
-}
-.releases {
-       padding:2px;
-       margin-top:35px;
-       border:1px solid #CCC;
-       background-color:#E5E9F5;
-}
-.beyond, .related, .intl {
-       padding:2px;
-       margin-top:25px;
-       border:1px solid #CCC;
-       background-color:#E5E9F5;
-}
-.beyond li {
-       margin-bottom:10px;
-}
-.contacts li{
-       list-style-type:disc;
-}
-
-
 /* Middle content column
 ***********************************************************/
 #content {
index 6b4fa65a4cf98025d050eab7cdd6fe5594d9ac6b..545ffe930c19ad4f823c173de25cf69c35323f1c 100644 (file)
@@ -206,6 +206,53 @@ html>body .slogan {        /**** Opera needs its own rule *********/
 }
 
 
+/* links menu
+***********************************************************/
+#links {
+       position:absolute;
+       top:152px;
+       left:81%;
+       width:180px;
+       padding:0;
+       width:18%;
+       background-color:#F5F8FF;
+       border:2px groove #3878CD;
+       padding:0;
+       padding-bottom:5px;
+       margin:0;
+       z-index:1;
+}
+#links ul {
+       list-style-type:none;
+       text-align:center;
+       padding:0;
+       margin:0;
+}
+#links a,
+#links a:link,
+#links a:visited {
+       display:block;
+       height:20px;
+       font-size:small;
+       color:#2B5C9F;
+}
+#links a:hover {
+       color:#FFF;
+       background-color:#3878CD;
+}
+#links a:active {
+       color:#FFFF64;
+       background-color:#3878CD;
+       font-size:14px;
+}
+#links img {
+       padding:0;
+       margin:0;
+       width:180px;
+       height:30px;
+}
+
+
 /* Text and alignment formats
 ***********************************************************/
 .punch {