Author: amal
Date: Thu Dec  4 23:16:07 2008
New Revision: 25902
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25902

Log:
Removed unnecessary images and styles, added header images

Added:
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-button-bg-hover.gif
   (contents, props changed)
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-home-bg.gif
   (contents, props changed)
Removed:
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/button_center.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/button_center_focus.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/button_center_over.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-menu-region-bg.gif
   trunk/esb/java/modules/styles/src/main/resources/web/admin/images/forum.gif
   trunk/esb/java/modules/styles/src/main/resources/web/admin/images/header.gif
   trunk/esb/java/modules/styles/src/main/resources/web/admin/images/jira.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/mailing_lists.gif
   trunk/esb/java/modules/styles/src/main/resources/web/admin/images/menu-bg.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/menu-bottom.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/sidemenu_header.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/user_guide-.gif
Modified:
   trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-bg.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-logo.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-region-bg.gif
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-mgt-logo.gif

Modified: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css?rev=25902&r1=25901&r2=25902&view=diff
==============================================================================
--- trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css     
(original)
+++ trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css     
Thu Dec  4 23:16:07 2008
@@ -1,1543 +1,149 @@
-body {
-    background-color: white;
-    padding: 0px;
-    margin: 0px;
-    font-size: .8em;
-    font-size-adjust: none;
-    font-family: "Lucida Grande","Lucida Sans","Microsoft Sans Serif", "Lucida 
Sans Unicode","Verdana","Sans-serif","trebuchet ms";
-    color: #111;
-}
-.cornerExpand {
-    position: relative;
-    top: 3px;
-    left: -12px;
-    cursor: pointer;
-}
+/* ---------------- template styles ------------------------- */
 
-.cornerCollapse {
-    position: relative;
-    top: 3px;
-    left: -12px;
-    cursor: pointer;
+table#main-table td#header {
+       background-image: url( ../images/esb-header-region-bg.gif);
 }
 
-a:link {
-    color: #386698;
-    text-decoration: none;
+table#main-table td#menu-panel {
+       border-right: solid 1px #73559D;
 }
+       
 
-a:visited {
-    color: #386698;
-    text-decoration: none;
+/* ---------------- header styles ------------------ */
+div#header-div {
+    background-image: url( ../images/esb-header-bg.gif);
 }
 
-a:hover {
-    color: #f47b20;
+div#header-div div.left-logo {
+       background-image: url( ../images/esb-header-logo.gif );
 }
 
-table tbody tr td {
-    padding-left: 10px;
-    padding-right: 10px;
-    padding-top: 4px;
-    padding-bottom: 4px;
-    border: solid 0px #ccc;
-}
+div#header-div div.right-logo {
+       background-image: url( ../images/esb-mgt-logo.gif);
+} 
 
+/* ------------- menu styles ---------------------- */
 div#menu {
-    margin-left: 0px;
-    margin-right: 0px;
-    width: 225px;
-    *width: 200px;
-}
-
-
-.form-table td{
-   padding-bottom:5px !important;
-   padding-left:5px !important;
-   padding-top:5px !important;
-   padding-right:10px !important;
-}
-.form-table td div.indented{
-    padding-left:7px !important;
-    color:#595959 !important;
-}
-.form-table-left{
-width:100px;
-}
-div#menu ul {
-    list-style: none;
-    margin: 0px;
-    padding: 0px;
 }
 
 div#menu ul.main {
-
 }
 
 div#menu ul.main li {
-    border-bottom: solid 0px #f47b20;
 }
 
 div#menu ul.main li.normal {
-    border-bottom: solid 0px #f47b20;
-    padding: 0px;
 }
 
 div#menu ul.main li a.menu-home {
-       font-weight:bold;
-    height:22px;
-    line-height:20px;
-    padding-top:0px;
-    padding-bottom:0px;
-    display: block;
-    width:215px;
-    *width: 215px;
-    padding-left: 10px;
-    color: #0067B1;
-       background-image: none;
-       background-color: #E7E4F1;
+       color: #0067B1;
+    background-image: url(../images/esb-home-bg.gif);
 }
 
 div#menu ul.main li a.menu-home:hover {
-       color: #542988;
+       color: #f47b20;
        background-image: none;
        background-color: #D7D0E5;
 }
 
-
-div#menu ul.main li a.menu-default {
-    background-image: url( ../images/default-menu-icon.gif );
-    background-repeat: no-repeat;
-    color: #333;
-}
 div#menu ul.main li.menu-header {
-    background-image:url(../images/header.gif);
-}
-div#menu ul.main li a.menu-default:hover {
-       color: #333;
 }
 
-div#menu ul.sub {
-    margin-left: 0px;
-    margin-top: 0px;
-    padding-bottom: 0px;
-    padding-top: 0px;
-    *margin-top: -15px;
+div#menu ul.main li a.menu-default {
 }
 
-div#menu ul.sub li {
-    border-bottom: 0px;
-    padding-bottom: 0px;
-    font-weight: normal;
-}
-div#menu ul.sub li a.menu-default {
-}
-div#menu ul.sub li a.menu-default:hover {
-       background-color: #f0ecf5;
-       border-bottom: solid 1px #bbaad1;
-       border-top: solid 1px #bbaad1;
-       color: #46345f;
-}
-div#menu ul.sub li.normal ul.sub li a.menu-default {
-}
-div#menu ul.sub li.normal ul.sub li a.menu-default:hover {
-       background-color: #f0ecf5;
-       border-bottom: solid 1px #bbaad1;
-       border-top: solid 1px #bbaad1;
-       color: #00447C;
-}
-div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
-}
-div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default:hover {
-       background-color: #f0ecf5;
-       border-bottom: solid 1px #bbaad1;
-       border-top: solid 1px #bbaad1;
+div#menu ul.main li a.menu-default:hover {
+       background-color: #EFECF5;
+       border-bottom: solid 1px #C2B7D8;
+       border-top: solid 1px #C2B7D8;
        color: #00447C;
 }
 
-div#menu ul.sub li a {
-    text-decoration: none;
-    color: #00447C;
-    padding-left: 25px;
-}
-
-div#menu ul.sub li a:hover {
-    color: #f47b20;
-}
-
-/////////////////
-/*styles after clicking on links*/
-
-div#menu ul.main li.home_clicked {
-    background-image: url( ../../admin/images/menu_home.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-    padding-left: 22px;
-}
-
-div#menu ul.sub li.list-ds_clicked {
-    background-image: url( ../../admin/images/menu_list_ds.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.global_clicked {
-    background-image: url( ../../admin/images/menu_global_config.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.add-ds_clicked {
-    background-image: url( ../../admin/images/menu_add_ds.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.upload-ds_clicked {
-    background-image: url( ../../admin/images/menu_upload_ds.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.logging_clicked {
-    background-image: url( ../../admin/images/menu_logging.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.transports_clicked {
-    background-image: url( ../../admin/images/menu_transports.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.user-stores_clicked {
-    background-image: url( ../../admin/images/menu_user_stores.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.user-groups_clicked {
-    background-image: url( ../../admin/images/menu_user_groups.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.users_clicked {
-    background-image: url( ../../admin/images/menu_users.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.keystores_clicked {
-    background-image: url( ../../admin/images/menu_keystore.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.logs_clicked {
-    background-image: url( ../../admin/images/menu_logs.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.tracer_clicked {
-    background-image: url( ../../admin/images/menu_tracer.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.stats_clicked {
-    background-image: url( ../../admin/images/menu_stats.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-div#menu ul.sub li.restart_clicked {
-    background-image: url( ../../admin/images/menu_restart.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-    font-weight: bold;
-    height: 16px;
-}
-
-//////////////////
-
-div#middle {
-    padding-left: 2px;
-    padding-right: 0px;
-    padding-top: 3px;
-    padding-bottom: 20px;
-    margin-top: 0px;
-    margin-right: 20px;
-    float: left;
-    background-image: none;
-    background-position: left top;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    width: 97%;
-}
-
-div#middle h2 {
-    color: #0D4d79;
-    margin-top: 0px;
-    margin-bottom: 10px;
-    font-size: 125%;
-    padding-bottom: 5px;
-    border-bottom: solid 1px #96A9CA;
-}
-
-div#middle h4 a {
-    text-decoration: none;
-}
-
-div#middle ul.list {
-    list-style: none;
-    margin-left: 20px;
-    padding-left: 0px;
-}
-
-div#middle ul.list li {
-    padding-bottom: 5px;
-    padding-top: 5px;
-    border-bottom: solid 1px #C7D0E3;
-}
-
-div#middle ul.list li.em {
-    font-weight: bold;
-}
-
-table.styled {
-    border-collapse: collapse;
-    margin-left: 2px;
-    font-size: 100%;
-}
-
-table.caching_style {
-    background-color: white;
-    padding: 0px;
-    margin: 0px;
-    font: 100%/1.5 "Lucida Grande","Lucida Sans","Microsoft Sans Serif", 
"Lucida Sans Unicode",verdana,sans-serif,"trebuchet ms" !important;
-    color: #111;
-}
-
-table.styled tbody tr td {
-    border: solid 1px #ccc;
-}
+div#menu ul.sub {
+} 
 
-div#formset {
-    padding: 0px;
-    margin: 0px;
-}
+/* -------------- child no-01 styles -------------- */
 
-div#formset p#legend {
-    margin-bottom: 1em;
-}
+div#menu ul.sub li.normal {
 
-div#formset p#legend em {
-    color: #C00;
-    font-style: normal;
 }
 
-div#formset form p {
-    margin: 0;
-}
-
-div#formset form fieldset {
-    position: relative;
-    margin-top: 1em;
-    margin-bottom: 0px;
-    margin-left: 0px;
-    margin-right: 0px;
-    padding-left: 20px;
-    padding-right: 20px;
-    padding-top: .75em;
-    padding-bottom: 7px;
-    border: #C7D0E3 1px solid;
-    background-color: #f7f7f7;
-}
-
-div#formset form fieldset#blank_border {
-    margin: 0 1em 1em 0;
-    padding: 0.5em;
-    border: 0px;
-}
-
-div#formset form fieldset legend {
-    position: absolute;
-    top: -.5em;
-    left: .5em;
-    font-weight: bold;
-    color: #666;
-}
-
-div#formset form fieldset div {
-    padding: 0.25em 0;
-}
-
-div#formset label,
-    div#formset span.label {
-    margin-right: 0.5em;
-    padding-right: 0.5em;
-    width: 10em;
-    display: block;
-    float: left;
-    text-align: right;
-    position: relative;
-}
-
-div#formset label.error,
-    div#formset span.error {
-    color: #C00;
-}
-
-div#formset label em,
-    div#formset span.label em {
-    position: absolute;
-    right: 0;
-    font-size: 120%;
-    font-style: normal;
-    color: #C00;
-}
-
-div#formset input.error {
-    border-color: #C00;
-    background-color: #FEF;
-}
-
-div#formset input:focus,
-    div#formset input.error:focus,
-    div#formset textarea:focus {
-    /*        background-color: #FFC;
-   border-color: #FC6;*/
-}
-
-div#formset div ul li {
-    float: none;
-}
-
-div#formset form {
-    margin: 0px;
-}
-
-div#formset form fieldset div.controlset label, div#formset form fieldset 
div.controlset input {
-    display: inline;
-    float: none;
-}
-
-div#formset form fieldset div.controlset div {
-    margin-left: 11em;
-}
-
-div#formset div.buttonrow {
-    margin-left: 11em;
-}
-
-div#formset div.buttonrowejb {
-    margin-left: 31em;
-}
-
-div#formset_button {
-    background-color: #C7D0E3;
-    padding-top: 5px;
-    padding-bottom: 5px;
-    padding-left: 10px;
-    padding-right: 10px;
-    margin-left: 0px;
-    margin-right: 0px;
-    margin-bottom: 20px;
-    margin-top: 0px;
-}
-
-div#dsPreviewDiv {
-    font-size: 95%;
-}
-
-div#header p#meta {
-    background: transparent url( ../../admin/images/right-nav-bk.gif ) 
no-repeat scroll right top;
-    bottom: 14px;
-    color: #666666;
-    line-height: 2em;
-    margin-right: 20px;
-    position: absolute;
-    right: 0px;
-}
-
-.addNewSecurity {
-    padding-left: 0px;
-}
-
-.helpNewSecurity {
-    padding-left: 0px;
-}
-
-a#cancel_link {
-background:transparent url(../../admin/images/cancel.gif) no-repeat scroll 0px;
-font-size:10pt;
-text-decoration:none;
-}
-/*.cornerExpand {*/
-/*position: relative;*/
-/*top: 3px;*/
-/*left: -12px;*/
-/*cursor: pointer;*/
-/*}*/
-
-/*.cornerCollapse {*/
-/*position: relative;*/
-/*top: 3px;*/
-/*left: -12px;*/
-/*cursor: pointer;*/
-/*}*/
-
-/* Forms*/
-/*-------------------------------------------------------------------------- */
-
-/* General Forms */
-
-/*div#formset p#legend {*/
-/*margin-bottom: 1em;*/
-/*}*/
-
-/*div#formset p#legend em {*/
-/*color: #C00;*/
-/*font-style: normal;*/
-/*}*/
-
-/*div#formset form p {*/
-/*margin: 0;*/
-/*}*/
-
-/*div#formset form fieldset {*/
-/*margin: 0 1em 1em 0;*/
-/*padding: 0.5em;*/
-/*border: #A3B2CC 1px solid;*/
-/*}*/
-
-/*div#formset form fieldset#blank_border {*/
-/*margin: 0 1em 1em 0;*/
-/*padding: 0.5em;*/
-/*border: 0px;*/
-/*}*/
-
-/*div#formset form fieldset legend {*/
-/*font-weight: bold;*/
-/*color: #666;*/
-/*}*/
-
-/*div#formset form fieldset div {*/
-/*padding: 0.25em 0;*/
-/*}*/
-
-/*div#formset label,*/
-/*div#formset span.label {*/
-/*margin-right: 0.5em;*/
-/*padding-right: 0.5em;*/
-/*width: 10em;*/
-/*display: block;*/
-/*float: left;*/
-/*text-align: right;*/
-/*position: relative;*/
-/*}*/
-
-/*div#formset label.error,*/
-/*div#formset span.error {*/
-/*color: #C00;*/
-/*}*/
-
-/*div#formset label em,*/
-/*div#formset span.label em {*/
-/*position: absolute;*/
-/*right: 0;*/
-/*font-size: 120%;*/
-/*font-style: normal;*/
-/*color: #C00;*/
-/*}*/
-
-/*div#formset input.error {*/
-/*border-color: #C00;*/
-/*background-color: #FEF;*/
-/*}*/
-
-/*div#formset input:focus,*/
-/*div#formset input.error:focus,*/
-/*div#formset textarea:focus {*/
-/*        background-color: #FFC;*/
-/*border-color: #FC6;*/
-/*}*/
-
-/*div#formset div ul li {*/
-/*float: none;*/
-/*}*/
-
-/*div#formset form fieldset div.controlset label, div#formset form fieldset 
div.controlset input {*/
-/*display: inline;*/
-/*float: none;*/
-/*}*/
-
-/*div#formset form fieldset div.controlset div {*/
-/*margin-left: 11em;*/
-/*}*/
-
-/*div#formset div.buttonrow {*/
-/*margin-left: 11em;*/
-/*}*/
-
-/*div#formset div.buttonrowejb {*/
-/*margin-left: 31em;*/
-/*}*/
-
-/* ---------- middle styles -------------- */
-/*div#middle {*/
-/*padding-left: 30px;*/
-/*padding-right: 0px;*/
-/*padding-top: 20px;*/
-/*padding-bottom: 20px;*/
-/*margin-top: 1px;*/
-/*margin-right: 20px;*/
-/*float: left;*/
-/* background-image: url( ../images/left-nav-top.gif );*/
-/*background-position: left top;*/
-/*background-repeat: no-repeat;*/
-/*background-attachment: scroll;*/
-/*}*/
-
-/*div#middle h1 {*/
-/*font-size: 200%;*/
-/*margin-top: 5px;*/
-/*margin-bottom: 5px;*/
-/*color: #00447C;*/
-/*}*/
-
-/*div#middle h2 {*/
-/*font-size: 140%;*/
-/*color: #666;*/
-/*margin-top: 5px;*/
-/*margin-bottom: 5px;*/
-/*}*/
-
-/*div#middle h3 {*/
-/*font-size: 130%;*/
-/*color: #666;*/
-/*margin-top: 5px;*/
-/*margin-bottom: 5px;*/
-/*}*/
-
-/*div#middle h4 {*/
-/*font-size: 120%;*/
-/*color: #666;*/
-/*margin-top: 5px;*/
-/*margin-bottom: 5px;*/
-/*}*/
-
-/*div#middle p {*/
-/*}*/
-
-/*div#middle a {*/
-/*text-decoration: none;*/
-/*}*/
-
-/*div#middle a:hover {*/
-/*color: #666;*/
-/*}*/
-
-/*div#middle ul {*/
-/*list-style: circle;*/
-/*padding-left: 20px;*/
-/*}*/
-
-a#search_link {
-background:transparent url(../../admin/images/magnifier.gif) no-repeat scroll 
0px;
-font-size:10pt;
-text-decoration:none;
-}
-
-/*------------------------------ WSAS Stylesheet 
-------------------------------*/
-
-/* Neutralize styling:
- Elements we want to clean out entirely: */
-    /* html, body, form, fieldset {
-        font: 100%/1.5 "Lucida Grande","Lucida Sans","Microsoft Sans Serif", 
"Lucida Sans Unicode",verdana,sans-serif,"trebuchet ms";
-       margin: 0;
-        padding: 0;
-       } */
-
-        /* Neutralize styling:
-   Elements with a vertical margin: */
-    h1, h2, h3, h4, h5, h6, p, pre,
-    blockquote, ol, dl, address {
-        margin: 0 0 0px;
-        padding: 5px 0 0;
-    }
-
-        /* Apply left margin:
-Only to the few elements that need it: */
-    li, dd, blockquote {
-        margin-left: 1em;
-    }
-
-    /* Clear floats without structural markup */
-    .clearfix:after {
-        content: ".";
-        display: block;
-        height: 0;
-        clear: both;
-        visibility: hidden;
-    }
-
-    /* Hides from IE-mac \*/
-    * html .clearfix {height: 1%;}
-    /* End hide from IE-mac */
-
-    h1 {
-    font-size: 16px;
-    font-weight: bold;
-    color:#315a69;
-    line-height:40px;
-    }
-
-       h2 {
-    font-size: 15px;
-    font-weight: normal;
-    }
-
-    h3 {
-    font-size: 13px;
-    color:#0a0a0a;
-    font-weight: bold;
-    }
-    
-       /* This is to make sure the cursor is visible in text boxes in FireFox. 
*/
-    div#content form fieldset div{
-       overflow: auto;
-    }
-
-       div#content div {
-        outline: none;
-    }
-
-    a:visited {
-    /* color: #969; */ /* No need to discolour visited links as this is a 
system */
-    }
-
-    div#wrapper {
-    }
-
-    /* div#header {
-        position: relative;
-        height: 94px;
-    } */
-
-    div#waitAnimationDiv {
-        position: absolute;
-        right: 19px;
-        top: 42px;
-        height: 8px;
-        width: 77px;
-        padding: 0px;
-        background: url(../../admin/images/orange_circles.gif) transparent 
no-repeat left top;
-       }
-
-    
-    div#container {
-        background: url(../../admin/images/container_bk.gif) transparent 
repeat-y left top;
-    }
-
-    div#navigation {
-       position: relative;
-       top: -29px;
-        min-height: 350px;
-        padding: 30px 20px 100px 0;
-        float: left;
-        background: url(../../admin/images/navigation_bk.gif) transparent 
no-repeat left top;
-/*        width: 160px;*/
-    }
-
-        /* Navigation menu styles
-       ------------------------------------------------------------------- */
-    div#navigation ul {
-        margin: 0;
-        padding: 0;
-        list-style-type: none;
-    }
-
-    div#navigation li {
-        margin: 0;
-        padding: 0;
-    }
-
-    div#navigation li.current {
-        font-weight: bold;
-    }
-
-    div#navigation a {
-        display: block;
-        padding: 5px 0px;
-        width: 200px;
-        text-decoration: none;
-    }
-
-    div#navigation a:hover {
-        color: #f7f7f7;
-        background-color: #A3B2CC;
-    }
-
-    div#navigation ul.menu span {
-        display: block;
-        padding: 10px 0px 5px 0px;
-        width: 200px;
-        color: #56709A;
-        border-bottom: #A3B2CC 1px solid;
-    }
-
-    div#navigation ul.submenu a {
-        /*padding: 5px 20px 5px 50px;*/
-        width: 130px;
-    }
-
-       /* Main area icons
-       
-------------------------------------------------------------------------- */
-    a#create_link {
-        background: url(../../admin/images/book_add.gif) transparent no-repeat 
0px 0px;
-        text-decoration: none;
-        font-size: 10pt;
-    }
-
-    a#help_link {
-        background: url(../../admin/images/help.gif) transparent no-repeat 0px 
0px;
-        text-decoration: none;
-        /*font-size: 10pt;*/
-    }
-
-    a#groups_link {
-        background: url(../../admin/images/group.gif) transparent no-repeat 
0px 0px;
-        text-decoration: none;
-        font-size: 10pt;
-    }
-
-    a#config_link {
-        background: url(../../admin/images/edit.gif) transparent no-repeat 0px 
0px;
-        text-decoration: none;
-        padding-left:20px;
-        cursor:pointer;
-    }
-
-    a#delete_link {
-        background: url(../../admin/images/delete.gif) transparent no-repeat 
0px 0px;
-        text-decoration: none;
-        padding-left:20px;
-        cursor:pointer;
-    }
-
-    a#cancel_link {
-        background: url(../../admin/images/cancel.gif) transparent no-repeat 
0px 0px;
-        text-decoration: none;
-        font-size: 10pt;
-    }
-
-    a#rss_link {
-        background: url(../../admin/images/rss.gif) transparent no-repeat 0px 
0px;
-        text-decoration: none;
-        font-size: 10pt;
-    }
-
-    a#atom_link {
-            background: url(../../admin/images/atom.gif) transparent no-repeat 
0px 0px;
-            text-decoration: none;
-            font-size: 10pt;
-    }
-
-    a#users_link {
-        background: url(../../admin/images/user.gif) transparent no-repeat 0px 
0px;
-        text-decoration: none;
-        font-size: 10pt;
-    }
-    a.zoom_out_link {
-        background: url(../../admin/images/zoom_out.gif) transparent no-repeat 
0px 0px;
-        text-decoration: none;
-        font-size: 10pt;
-    }
-
-    a.zoom_in_link {
-        background: url(../../admin/images/zoom_in.gif) transparent no-repeat 
0px 0px;
-        text-decoration: none;
-        font-size: 10pt;
-    }
-
-       a#edit_link {
-               background: url(../../admin/images/edit.gif) transparent 
no-repeat 0px 0px;
-               text-decoration: none;
-        font-size: 10pt;
-       }
-
-       a#module_edit_link {
-               background: url(../../admin/images/edit.gif) transparent 
no-repeat 0px 0px;
-               text-decoration: none;
-        font-size: 10pt;
-       }
-       a#module_view_link {
-               background: url(../../admin/images/bricks.gif) transparent 
no-repeat 0px 0px;
-               text-decoration: none;
-        font-size: 10pt;
-       }
-
-       a#module_engage_link {
-               background: url(../../admin/images/plugin_add.gif) transparent 
no-repeat 0px 0px;
-               text-decoration: none;
-        font-size: 10pt;
-       }
-
-       a#module_dis-engage_link {
-               background: url(../../admin/images/plugin_delete.gif) 
transparent no-repeat 0px 0px;
-               text-decoration: none;
-        font-size: 10pt;
-       }
-
-       a#try_it_link {
-               background: url(../../admin/images/control_play_blue.gif) 
transparent no-repeat 0px 0px;
-               text-decoration: none;
-        font-size: 10pt;
-       }
-
-       a#operations_link {
-               background: url(../../admin/images/calculator.gif) transparent 
no-repeat 0px 0px;
-               text-decoration: none;
-        font-size: 10pt;
-       }
-        a#add_link {
-                background: url(../../admin/images/add.gif) transparent 
no-repeat 0px 0px;
-                text-decoration: none;
-               font-size: 10pt;
-        }
-       /* Main content area
-    -------------------------------------------------------------------------- 
*/
-    div#content {
-    }
-
-       div#content h4{
-        z-index: 500;
-        position: relative;
-    }
-       div#content fieldset{
-        z-index: 10;
-        position: relative;
-        margin-top: 0px;
-        border-top: 0px;
-    }
-    /*{padding: #1 #2 #3 #4}    #1=top, #2=right, #3=bottom, #4=left*/
-
-    div#noMenuContainer {
-        padding: 10px;
-    }
-
-    div#noMenuContainer p,
-    div#noMenuContainer h1,
-    div#noMenuContainer h2,
-    div#noMenuContainer h3,
-    div#noMenuContainer h4,
-    div#noMenuContainer h5 {
-        padding: 5px 10px 5px 10px;
-    }
-
-       div#noMenuContainer h3{
-               font-weight: bold;
-       }
-
-    div#promocontent {
-        margin: 0 280px 0 20px;
-        padding: 20px 0;
-    }
-
-
-    /* Promotional buzz on login page */
-    div#promocontent dl dt {
-        font-weight: bold;
-        color: #56709A;
-        text-align:justify;
-    }
-
-    div#promocontent dl dd {
-        margin: 0 0 1em 0;
-        text-align:justify;
-    }
-
-     /* alert message box styles
-    div#alertMessageBox {
-        color: #000;
-        border: #000 1px solid;
-    }
-*/
-    div#alertMessageBox {
-        margin: 0 0 10px 0;
-        padding: 15px 20px 15px 45px;
-        border: #FC6 1px solid;
-        background: url(../../admin/images/oops.gif) #FFC no-repeat 15px 15px;
-        z-index: 510;
-    }
-
-    div#alertMessageBox p {
-        margin: 0;
-    }
-
-    div#alertMessageBox p#alertButton {
-        padding: 15px 0 15px 45px;
-    }
-
-    a.exlink {
-        background-image: url(../../admin/images/exlink.gif);
-        background-position: right center;
-        background-repeat: no-repeat;
-        background-attachment: scroll;
-        padding-right: 14px;
-    }
-
-    /* Forms
-   -------------------------------------------------------------------------- 
*/
-
-    /* Login form  */
-
-       div#loginform {
-               margin: 20px;
-               width: 260px;
-               float: left;
-       }
-
-       div#loginformwrap {
-               padding: 10px;
-               border: #A3B2CC 1px solid;
-               background-color: #fff;
-       }
-
-       div#metastuff {
-               margin-top: 10px;
-               padding: 5px;
-               text-align: center;
-               border: #A3B2CC 1px solid;
-       }
-
-       div#loginform div#metastuff p {
-               text-align: center;
-       }
-
-    div#loginform form div {
-        padding: 3px 0;
-    }
-
-    div#loginform form fieldset {
-        padding: 10px;
-        border: 0;
-    }
-
-    div#loginform form legend {
-        font-size: 120%;
-        color: #333;
-    }
-
-    div#loginform form label {
-        display: block;
-        float: left;
-        width: 100px;
-        text-align: right;
-    }
-
-    div#loginform form input#txtUserName,
-    div#loginform input#txtPassword {
-        margin-left: 10px;
-    }
-
-    div#loginform form div input{
-               clear : right;
-    }
-
-    div#loginform form input#signin {
-        margin-left: 85px;
-    }
-
-    div#loginform p {
-        padding: 1em 0 0 0;
-        text-align: right;
-    }
-
-    div#loginform a {
-        color: #555;
-    }
-
-    div#loginform a:hover {
-        color: #003366;
-    }
-
-    /* General Forms */
-
-    div#formset p#legend {
-        margin-bottom: 1em;
-    }
-
-    div#formset p#legend em {
-        color: #C00;
-        font-style: normal;
-    }
-
-    div#formset div#errors {
-        margin: 0 0 10px 0;
-        padding: 5px 10px 5px 35px;
-        border: #FC6 1px solid;
-        background: url(../../admin/images/oops.gif) #FFC no-repeat 5px 5px;
-    }
-
-    div#formset div#errors p {
-        margin: 0;
-    }
-
-    div#formset div#errors ul {
-        margin: auto;
-        margin-bottom: 0.5em;
-        list-style: disc;
-    }
-
-    div#formset div#errors p em {
-        color: #C00;
-        font-style: normal;
-        font-weight: bold;
-    }
-
-    div#formset form p  {
-        margin: 0;
-    }
-
-    div#formset form fieldset#blank_border {
-        margin: 0 1em 1em 0;
-        padding: 0.5em;
-        border: 0px;
-    }
-
-    div#formset label.error,
-    div#formset span.error {
-        color: #C00;
-    }
-
-    div#formset label em,
-    div#formset span.label em {
-        position: absolute;
-        right: 0;
-        font-size: 120%;
-        font-style: normal;
-        color: #C00;
-    }
-
-    div#formset input.error {
-        border-color: #C00;
-        background-color: #FEF;
-    }
-
-    div#formset input:focus,
-    div#formset input.error:focus,
-    div#formset textarea:focus {
-/*        background-color: #FFC;
-        border-color: #FC6;*/
-    }
-
-    div#formset div ul li {
-        float: none;
-    }
-
-    div#formset form fieldset div.controlset label, div#formset form fieldset 
div.controlset input {
-        display: inline;
-        float: none;
-    }
-
-    div#formset form fieldset div.controlset div {
-        margin-left: 11em;
-    }
-
-    div#formset div.buttonrow {
-        margin-left: 11em;
-    }
-       div#formset div.buttonrowejb{
-        margin-left: 31em;
-    }
-
-
-        /* Tables
-       
---------------------------------------------------------------------------------
 */
-
-    /* table {
-        margin-bottom: 1em;
-        margin-right: 1em;
-        border-collapse: collapse;
-    }
-
-    table th,
-    table td{
-        padding: 3px 15px;
-        font-size: 80%;
-    }
-
-    table thead th {
-        text-align: left;
-        vertical-align: middle;
-        padding: 0 15px;
-    }
-
-    table td {
-        text-align: left;
-        vertical-align: middle;
-    } */
-
-    /* Table: styled */
-
-    table.styled thead th {
-        color: #FFF;
-        background-color: #999999;
-        border: #999999 1px solid;
-        padding: 0 5px;
-        text-align:center;
-    }
-
-    table.styledLeft {
-        border-collapse: collapse;
-        margin-left: 2px;
-        font-size: 100%;
-        width:500px;
-    }
-
-    table.styledLeft tbody tr td {
-        border: solid 1px #ccc;
-        text-indent:8px;
-        line-height:20px;
-    }
-
-    table.styledLeft thead th {
-       background-image:url(../images/sidemenu_header.gif);
-       background-position:0 0;
-       background-repeat:repeat-x;
-       border:1px solid #cccccc;
-       font-size:11px;
-       height:20px;
-       line-height:20px;
-       margin-bottom:5px;
-       padding-left:8px; 
-
-        }
-.form-subtitle{
-    font-weight:bold;
-}
-.required{
-color:red;
-}
-.big-textarea{
-width:400px;
-height:300px;
-}
-   /* Table: semi */
-
-    table.semi tbody {
-        border-top: #A3B2CC 1px solid;
-    }
-
-       table.semi td#no_border, table.semi tbody td#no_border {
-               padding: 0 5px;
-       }
-
-       table.semi tbody td {
-               border-bottom: #A3B2CC 1px solid;
-               border-right: #A3B2CC 1px solid;
-               border-left: #A3B2CC 1px solid;
-               border-top: #A3B2CC 1px solid;
-               padding: 0 5px;
-       }
+div#menu ul.sub li a.menu-default {
+} 
 
-       table.semi td strong {
-               color: #56709A;
+/* ----------- child no-01 (disabled) styles ------------------- */
+       
+div#menu ul.sub li a.menu-disabled-link {
        }
+       
+       div#menu ul.sub li a.menu-disabled-link:hover {
+       } 
 
-    table.semi td strong {
-        color: #56709A;
-    }
-
-.fx-block {
-    margin-left: 1em;
-    text-indent: 0em;
-    margin-right: 1em;
-    font-size: 13px;
-    color: #555;
-    line-height: 140%;
-    font-family: "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", 
"Lucida Sans Unicode ",verdana,sans-serif," trebuchet ms "}
-    . fx-elnm { color: #005;
-}
-
-.fx-atnm {
-    color: #500;
-}
-
-.fx-att {
-    color: black
-}
+/* -------------- child no-02 styles -------------- */
 
-.fx-att a:link {
-    color: black;
-    text-decoration: none
-}
-
-.fx-att a:hover {
-    color: black;
-    text-decoration: underline
-}
-
-.fx-att a:active {
-    color: black;
-    text-decoration: underline
-}
-
-.fx-att a:visited {
-    color: black;
-    text-decoration: none
-}
-
-.fx-text {
-    color: black;
-}
-
-pre.fx-text {
-    margin-top: 0px;
-    margin-bottom: 0px;
-    margin-right: 1em;
-    margin-left: -1em;
-    text-indent: 0em;
-    line-height: 15px;
-}
-
-.fx-cmk {
-    margin-left: 1em;
-    text-indent: -1em;
-    margin-right: 1em;
-    color: #050;
-}
-
-.fx-com {
-    color: #050;
-}
+div#menu ul.sub li.normal ul.sub li a.menu-default {
 
-.fx-ns {
-    color: #505
 }
 
-.fx-nsval {
-    color: #505
-}
+/* -------------- child no-03 styles -------------- */
 
-.fx-nsval a:link {
-    color: #505;
-    text-decoration: none
+div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
 }
 
-.fx-nsval a:hover {
-    color: #505;
-    text-decoration: underline
-}
+/* ------------- footer styles -------------------- */
 
-.fx-nsval a:active {
-    color: #505;
-    text-decoration: underline
+div#footer-div div.footer-content div.poweredby {
+       background-image: url(../images/powered-synapse.gif);
+       background-position: right top;
 }
 
-.fx-nsval a:visited {
-    color: #505;
-    text-decoration: none
-}
-/* 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
-/* ----------------- new styles ----------------------------- */
-/* ---------------- template styles ------------------------- */
-table#main-table {
-       width: 100%;
-}
+/* ---- login styles ----- */
 
-table#main-table td {
-       vertical-align: top;
-       text-align: left;
-       padding: 0px;
-}
 
-table#main-table td#header {
-       background-image: url( ../images/esb-header-region-bg.gif);
-    background-repeat: repeat-x;
-    background-position: left top;
-       height: 100px;
-}
+/* --------------- table styles -------------------- */
 
-table#main-table td#menu-panel {
-       width: 10%;
-       background-image: none;
-    background-repeat: no-repeat;
-    background-position: left top;
-       background-color: #fff;
-       padding-bottom: 20px;
-       border-right: solid 1px #75579f;
-}
+.tableOddRow{background-color: white;}
+.tableEvenRow{background-color: #EFECF5;}
 
-td#menu-panel table#menu-table {
-       width: 225px;
+.button:hover{
+       background-image:url(../images/esb-button-bg-hover.gif);
+       border:solid 1px #8268A8;
 }
 
-table#menu-table td {
-       vertical-align: top;
-       text-align: left;
-       padding: 0px;
-}
+/* 
===============================================================================================================
 */
 
-table#menu-table td#region1 {
-}
 
-table#menu-table td#region2 {
-}
 
-table#menu-table td#region3 {
+.cornerExpand {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
 }
 
-table#main-table td#body {
-       padding-left: 20px;
-       padding-right: 20px;
-       padding-top: 15px;
-       background-color: #F4F4F4;
+.cornerCollapse {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
 }
 
-table#main-table td#footer {
-       height: 30px;
-       background-color: #bfbfbf;
-}
+/* chanaka */
 
-/* ---------------- header styles ------------------ */
-div#header-div {
-    background-image: url(../images/esb-header-bg.gif);
-    background-repeat: no-repeat;
-    background-position: left top;
-    height: 100px;
-}
-div#header-div div.left-logo {
-       background-image: url( ../images/esb-header-logo.gif);
-    background-repeat: no-repeat;
-    background-position: left top;
-       height: 34px;
-       width: 332px;
-       margin-top: 20px;
-       margin-left: 20px;
-       float: left;
-}
-div#header-div div.right-logo {
-       background-image: url( ../images/esb-mgt-logo.gif);
-    background-repeat: no-repeat;
-    background-position: left top;
-       height: 24px;
-       float: right;
-       width: 196px;
-       margin-top: 25px;
-}
-div#header-div div.header-links {
-       background-image: none;
-    background-repeat: no-repeat;
-    background-position: right top;
-       float: right;
-       height: 25px;
-       width: 450px;
-       margin-top: 70px;
-       margin-right: -186px;
-       padding-top: 5px;
-}
-div.header-links ul {
-}
-div.header-links ul li {
+.form-table td{
+   padding-bottom:5px !important;
+   padding-left:5px !important;
+   padding-top:5px !important;
+   padding-right:10px !important;
 }
-
-/* ------------- footer styles -------------------- */
-div#footer-div {
-       height: 35px;
-       width: 100%;
-}
-div#footer-div div.footer-content {
-       width: 490px;
-       height: 35px;
-       margin: auto;
-       padding: 0px;
-}
-div#footer-div div.footer-content div.copyright {
-       padding-top: 10px;
-       color: #fff;
-       width: 330px;
-       float: left;
+.form-table td div.indented{
+    padding-left:7px !important;
+    color:#595959 !important;
 }
-div#footer-div div.footer-content div.poweredby {
-       background-image: url(../images/powered-synapse.gif);
-    background-repeat: no-repeat;
-    background-position: left 7px;
-    width: 127px;
-    height: 30px;
-    float: left;
+.form-table-left{
+width:100px;
 }
-/* table styles */
-.tableOddRow{background-color: white;}
-.tableEvenRow{background-color: #ededed;}
 
-/* new UI styles */
-.actionLink{
-       padding-left:10px;
-}
-.button{
-       background-image:url(../images/button_center.gif);
-       background-repeat:repeat-x;
-       background-position:0 0;
-       margin-left:0px;
-       margin-top:0px;
-       margin-bottom:0px;
-       margin-right:10px;
-       padding:0px;
-       border:solid 1px #6e6e6e;
-}
-.button:focus{
-       background-image:url(../images/button_center_focus.gif);
-}
-.button:hover{
-       background-image:url(../images/button_center_over.gif);
-       border:solid 1px #0064A0;
-}
-div#middle div#workArea {
-    padding: 10px;
-    margin-top: 0px;
-    margin-right: 20px;
-    float: left;
-    background-color: white;
-    background-image: none;
-    background-position: left top;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    width: 97%;
-}
 .longTextField{
 width:270px;
 }
@@ -1551,3 +157,4 @@
 padding:10px;
 margin-bottom:10px;
 }
+/* chanaka end */
\ No newline at end of file

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/button_center.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/button_center_focus.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/button_center_over.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Added: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-button-bg-hover.gif
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-button-bg-hover.gif?pathrev=25902
==============================================================================
Binary file. No diff available.

Modified: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-bg.gif
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-bg.gif?rev=25902&r1=25901&r2=25902&view=diff
==============================================================================
Binary files. No diff available.

Modified: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-logo.gif
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-logo.gif?rev=25902&r1=25901&r2=25902&view=diff
==============================================================================
Binary files. No diff available.

Modified: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-region-bg.gif
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-header-region-bg.gif?rev=25902&r1=25901&r2=25902&view=diff
==============================================================================
Binary files. No diff available.

Added: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-home-bg.gif
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-home-bg.gif?pathrev=25902
==============================================================================
Binary file. No diff available.

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-menu-region-bg.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Modified: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-mgt-logo.gif
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-mgt-logo.gif?rev=25902&r1=25901&r2=25902&view=diff
==============================================================================
Binary files. No diff available.

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/forum.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/header.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/jira.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/mailing_lists.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/menu-bg.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/menu-bottom.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/sidemenu_header.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

Deleted: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/user_guide-.gif
URL: http://wso2.org/svn/browse/wso2/None?pathrev=25901

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to