svn commit: samba r9139 - in branches/SAMBA_4_0/swat: . esptest scripting style

tridge at samba.org tridge at samba.org
Fri Aug 5 21:07:48 GMT 2005


Author: tridge
Date: 2005-08-05 21:07:48 +0000 (Fri, 05 Aug 2005)
New Revision: 9139

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9139

Log:
cleanup the layout a bit



Modified:
   branches/SAMBA_4_0/swat/esptest/qooxdoo.esp
   branches/SAMBA_4_0/swat/menu.js
   branches/SAMBA_4_0/swat/scripting/header_columns.esp
   branches/SAMBA_4_0/swat/style/columns.css
   branches/SAMBA_4_0/swat/style/common.css


Changeset:
Modified: branches/SAMBA_4_0/swat/esptest/qooxdoo.esp
===================================================================
--- branches/SAMBA_4_0/swat/esptest/qooxdoo.esp	2005-08-05 20:08:17 UTC (rev 9138)
+++ branches/SAMBA_4_0/swat/esptest/qooxdoo.esp	2005-08-05 21:07:48 UTC (rev 9139)
@@ -23,7 +23,7 @@
 	    setWidth("40%");
 	    setMinHeight(400);
 	    setBottom(48);
-	    setMinWidth(700);
+	    setMinWidth(500);
     };
 
     var gl = new QxGridLayout("auto,auto,auto,auto,auto", "100%");

Modified: branches/SAMBA_4_0/swat/menu.js
===================================================================
--- branches/SAMBA_4_0/swat/menu.js	2005-08-05 20:08:17 UTC (rev 9138)
+++ branches/SAMBA_4_0/swat/menu.js	2005-08-05 21:07:48 UTC (rev 9139)
@@ -56,6 +56,6 @@
 	"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/");
 
-

Modified: branches/SAMBA_4_0/swat/scripting/header_columns.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/header_columns.esp	2005-08-05 20:08:17 UTC (rev 9138)
+++ branches/SAMBA_4_0/swat/scripting/header_columns.esp	2005-08-05 21:07:48 UTC (rev 9139)
@@ -77,9 +77,7 @@
 </div>
 
 <div id="links">
-  <div class="related">
      <% swat_menus.docs.display(); %>
-  </div>
 </div>
 
  

Modified: branches/SAMBA_4_0/swat/style/columns.css
===================================================================
--- branches/SAMBA_4_0/swat/style/columns.css	2005-08-05 20:08:17 UTC (rev 9138)
+++ branches/SAMBA_4_0/swat/style/columns.css	2005-08-05 21:07:48 UTC (rev 9139)
@@ -10,60 +10,6 @@
 */
 
 
-/* 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 {

Modified: branches/SAMBA_4_0/swat/style/common.css
===================================================================
--- branches/SAMBA_4_0/swat/style/common.css	2005-08-05 20:08:17 UTC (rev 9138)
+++ branches/SAMBA_4_0/swat/style/common.css	2005-08-05 21:07:48 UTC (rev 9139)
@@ -206,6 +206,53 @@
 }
 
 
+/* 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 {



More information about the samba-cvs mailing list