Author: amal Date: Fri Nov 21 01:22:26 2008 New Revision: 24450 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=24450
Log: Modified help styles Modified: trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css trunk/wsas/java/carbon/styles/src/main/resources/web/admin/images/wsas-mgt-logo.gif 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=24450&r1=24449&r2=24450&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 Fri Nov 21 01:22:26 2008 @@ -1,11 +1,4 @@ body { - background-color: #f3f4f6; - 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; @@ -80,10 +73,6 @@ } div#menu { - margin-left: 0px; - margin-right: 0px; - width: 275px; - font-size:.8em; } /*div#menu div.menu-content { @@ -289,124 +278,46 @@ color: #00447C; }*/ div#menu ul.main li a.menu-default { - background-image: url( ../images/default-menu-icon.gif ); - background-repeat: no-repeat; - background-position: 20px 7px; - background-color: #C1CEE9; - height: 11px; - display: block; - width:230px; - *width: 275px; - padding-left: 45px; - padding-top: 6px; - padding-bottom: 6px; - cursor: text; - border-bottom: solid 1px #94AFDA; color: #333; } div#menu ul.main li.menu-header { - background-image:url(../images/header.gif); - background-position:0 0; - background-repeat:repeat-x; - border:1px solid #6E6E6E; - font-weight:normal; - height:20px; - line-height:20px; - padding-top:0px; - padding-bottom:0px; - display: block; - width:264px; - *width: 280px; - padding-left: 10px; - cursor: text; + } 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.sub li { - border-bottom: 0px; - padding-bottom: 0px; - font-weight: normal; } div#menu ul.sub li a.menu-default { - background-image: url( ../images/default-menu-icon.gif ); - background-repeat: no-repeat; - background-position: 36px 5px; - background-color: transparent; - height: 12px; - display: block; - width:214px; - *width: 275px; - padding-left: 61px; - padding-top: 5px; - padding-bottom: 5px; - border-bottom: 0px; - cursor: pointer; - border-bottom: solid 1px #fff; - border-top: solid 1px #fff; } div#menu ul.sub li a.menu-default:hover { background-color: #EEF1F9; border-bottom: solid 1px #B9C9E7; border-top: solid 1px #B9C9E7; color: #00447C; - height: 12px; + height: 16px; } div#menu ul.sub li.normal ul.sub li a.menu-default { - background-image: url( ../images/default-menu-icon.gif ); - background-repeat: no-repeat; - background-position: 52px 5px; - background-color: transparent; - height: 12px; - display: block; - width:197px; - *width: 275px; - padding-left: 78px; - padding-top: 5px; - padding-bottom: 5px; - border-bottom: 0px; - cursor: pointer; - border-bottom: solid 1px #fff; - border-top: solid 1px #fff; } div#menu ul.sub li.normal ul.sub li a.menu-default:hover { background-color: #F7F8FC; border-bottom: solid 1px #B9C9E7; border-top: solid 1px #B9C9E7; - height: 12px; + height: 16px; color: #00447C; } div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default { - background-image: url( ../images/default-menu-icon.gif ); - background-repeat: no-repeat; - background-position: 68px 5px; - background-color: transparent; - height: 12px; - display: block; - width:181px; - *width: 275px; - padding-left: 94px; - padding-top: 5px; - padding-bottom: 5px; - border-bottom: 0px; - cursor: pointer; - border-bottom: solid 1px #fff; - border-top: solid 1px #fff; } div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default:hover { background-color: #F7F8FC; border-bottom: solid 1px #B9C9E7; border-top: solid 1px #B9C9E7; - height: 12px; + height: 16px;s color: #00447C; } @@ -1484,7 +1395,6 @@ } table#main-table td#menu { - width: 10%; background-image: none; background-repeat: no-repeat; background-position: left top; @@ -1494,7 +1404,6 @@ } td#menu table#menu-table { - width: 275px; } table#menu-table td { @@ -1510,22 +1419,18 @@ } table#menu-table td#region3 { -} - -table#main-table td#content { - padding-left: 20px; - padding-right: 20px; - padding-top: 15px; - background-color: #efecf5; -} -td#content table#content-table { - width: 100%; -} -table#content-table td#bread-crumb { - height: 35px; - valign: middle; -} -table#content-table td#body { +} + +table#main-table td#content { + padding-left: 20px; + padding-right: 20px; + padding-top: 15px; + background-color: #efecf5; +} +td#content table#content-table { + width: 100%; +} +table#content-table td#body { } table#main-table td#body { Modified: trunk/wsas/java/carbon/styles/src/main/resources/web/admin/images/wsas-mgt-logo.gif URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/styles/src/main/resources/web/admin/images/wsas-mgt-logo.gif?rev=24450&r1=24449&r2=24450&view=diff ============================================================================== Binary files. No diff available. _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
