Author: amal
Date: Tue Oct 21 02:45:32 2008
New Revision: 22654
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=22654

Log:
Added styles needed for new framework

Modified:
   trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css

Modified: 
trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css?rev=22654&r1=22653&r2=22654&view=diff
==============================================================================
--- trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css     
(original)
+++ trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css     
Tue Oct 21 02:45:32 2008
@@ -79,13 +79,6 @@
     border: solid 0px #ccc;
 }
 
-div#header {
-    background-image: url( ../../admin/images/header-bg.gif );
-    background-repeat: repeat-x;
-    background-position: left top;
-    height: 100px;
-}
-
 div#menu {
     margin-left: 18px;
     width: 236px;
@@ -1541,4 +1534,105 @@
     color: #505;
     text-decoration: none
 }
+/* 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
+/* ----------------- new styles ----------------------------- */
+/* ---------------- template styles ------------------------- */
+table#main-table {
+       width: 100%;
+}
+
+table#main-table td {
+       vertical-align: top;
+       text-align: left;
+       padding: 0px;
+}
+
+table#main-table td#header {
+       height: 100px;
+}
+
+table#main-table td#menu {
+       width: 10%;
+}
+
+td#menu table#menu-table {
+       width: 275px;
+}
+
+table#menu-table td {
+       vertical-align: top;
+       text-align: left;
+       padding: 0px;
+}
+
+table#menu-table td#region1 {
+       height: 125px;
+}
+
+table#menu-table td#region2 {
+       height: 125px;
+}
+
+table#menu-table td#region3 {
+       height: 125px;
+}
+
+table#main-table td#body {
+}
+
+table#main-table td#footer {
+       height: 30px;
+}
+
+/* ---------------- header styles ------------------ */
+div#header {
+    background-image: url( ../../admin/images/header-bg.gif );
+    background-repeat: repeat-x;
+    background-position: left top;
+    height: 100px;
+}
+div#header div#left-logo {
+       height: 60px;
+       width: 100px;
+       float: left;
+}
+div#header div#right-logo {
+       height: 60px;
+       float: right;
+       width: 100px;
+}
+div#header div#header-links {
+       height: 40px;
+       clear: both;
+}
+div#header-links ul#menu {
+       list-style: none;
+       margin: 0px;
+       padding: 0px;
+       float: right;
+}
+div#header-links ul#menu li {
+       position: relative;
+       float: left;
+       padding-left: 10px;
+       padding-right: 10px;
+       padding-top: 0px;
+       padding-bottom: 0px;
+}
+
+/* ------------- footer styles -------------------- */
+div#footer {
+height: 30px;
+}
+div#footer div#content {
+width: 100px;
+height: 30px;
+margin: auto;
+padding: 0px;
+}
+div#footer div#content div#copyright {
+
+}
+div#footer div#content div#powerdedby {
 
+}
\ No newline at end of file

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to