sorry. Thought css changes were ok.

thanks,
Chanaka

On Tue, Apr 5, 2011 at 10:53 AM, Selvaratnam Uthaiyashankar <
[email protected]> wrote:

> Hi Chanka,
>
> Please refrain from committing stuff which are not related to build breaks.
> Please see the mail by Azeez.
>
> Regards,
> Shankar
>
>
> ---------- Forwarded message ----------
> From: <[email protected]>
> Date: Tue, Apr 5, 2011 at 10:37 AM
> Subject: [Carbon-commits] [Carbon-Core] svn commit r91675 -
> trunk/carbon/core/org.wso2.carbon.ui/src/main/resources/web/admin/css
> To: [email protected]
>
>
> Author: chanaka
> Date: Mon Apr  4 22:07:09 2011
> New Revision: 91675
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=91675
>
> Log:
> button design revert to old button design
>
> Modified:
>
> trunk/carbon/core/org.wso2.carbon.ui/src/main/resources/web/admin/css/global.css
>
> Modified:
> trunk/carbon/core/org.wso2.carbon.ui/src/main/resources/web/admin/css/global.css
> URL:
> http://wso2.org/svn/browse/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/resources/web/admin/css/global.css?rev=91675&r1=91674&r2=91675&view=diff
>
> ==============================================================================
> ---
> trunk/carbon/core/org.wso2.carbon.ui/src/main/resources/web/admin/css/global.css
>    (original)
> +++
> trunk/carbon/core/org.wso2.carbon.ui/src/main/resources/web/admin/css/global.css
>    Mon Apr  4 22:07:09 2011
> @@ -882,14 +882,30 @@
>  /* ---------------- table styles --------------------------- */
>  .tableOddRow{background-color: white;}
>  .tableEvenRow{background-color: #ededed;}
> -
> -.button, .button:visited {
> -       background: #e7e7e7 url(../images/overlay.png) repeat-x;
> +.button{
> +       background-image:url(../images/button-bg.gif);
> +       background-repeat:repeat-x;
> +       background-position:0 0;
> +       padding-left: 5px;
> +       padding-right: 5px;
> +       padding-top:0px;
> +       padding-bottom:0px;
> +       border:solid 1px #9D9FA1;
> +}
> +.button:focus{
> +       background-image:url(../images/button-bg-focus.gif);
> +}
> +.button:hover{
> +       background-image:url(../images/button-bg-hover.gif);
> +       border:solid 1px #9D9FA1;
> +}
> +/*.button, .button:visited {
> +       background: #e7e7e7 url(../images/overlay.png) repeat-x;
>        display: inline-block;
> -       padding: 2px 5px 2px;
> -       color: #000;
> +       padding: 2px 5px 2px;
> +       color: #000;
>        text-decoration: none;
> -       -moz-border-radius: 6px;
> +       -moz-border-radius: 6px;
>        -webkit-border-radius: 6px;
>        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
>        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
> @@ -900,11 +916,11 @@
>  }
>
>  .button:hover{
> -       background-color: #d9d9d9; color: #000;
> +       background-color: #d9d9d9; color: #000;
>  }
>  .button:active{
> -       top: 1px;
> -}
> +       top: 1px;
> +}*/
>
>  a.icon-link {
>  background-image: url(../images/default-menu-icon.gif);
> _______________________________________________
> Carbon-commits mailing list
> [email protected]
> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>
>
>
> --
> S.Uthaiyashankar
> Senior Architect & Senior Manager
> WSO2 Inc.
> http://wso2.com/ - "lean . enterprise . middleware"
>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to