[Carbon-dev] svn commit r42089 - trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/localstyles
rohitha at wso2.com
rohitha at wso2.com
Wed Jul 29 04:16:36 PDT 2009
Author: rohitha
Date: Wed Jul 29 04:16:36 2009
New Revision: 42089
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42089
Log:
Modified some style classes...
Modified:
trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/localstyles/gadget-server.css
Modified: trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/localstyles/gadget-server.css
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/localstyles/gadget-server.css?rev=42089&r1=42088&r2=42089&view=diff
==============================================================================
--- trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/localstyles/gadget-server.css (original)
+++ trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/localstyles/gadget-server.css Wed Jul 29 04:16:36 2009
@@ -8,10 +8,9 @@
background-image: url(../images/bgLeftTop.jpg);
background-repeat: no-repeat;
background-position: left top;
- background-color: #94C5DC;
+ background-color: #9DD4D1;
margin: 0px;
padding: 10px;
- height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
@@ -104,7 +103,7 @@
background-image: url(../images/addGadgetsBg.jpg);
background-repeat: repeat-x;
background-position: left top;
- border: 1px solid #C6DFEC;
+ border: 1px solid #C8E8E8;
height: 30px !important;
*height: 35px !important;
list-style-image: none;
@@ -115,7 +114,7 @@
.gadgets-top-links li {
height: 27px;
- background-color: #E4F0F6;
+ background-color: #E7F5F5;
float: left;
margin-left: 3px;
padding-right: 10px;
@@ -125,7 +124,7 @@
background-image: url(../images/tabsBg.jpg);
background-repeat: no-repeat;
background-position: left top;
- background-color: #94C5DC;
+ background-color: #9DD4D1;
border-bottom: 1px solid #666666;
color: #000000;
padding: 25px 0 0 10px !important;
@@ -169,4 +168,17 @@
margin-left: 7px;
margin-top: 7px;
width: 99%;
-}
\ No newline at end of file
+}
+
+div.footer-content {
+ background-color: #B5B5B5;
+ height: 27px;
+ width: 100%;
+}
+
+div.footer-content div.copyright {
+ color: #FFFFFF;
+ float: left;
+ margin-left: 10px;
+ padding-top: 6px;
+}
More information about the Carbon-dev
mailing list