← Back to team overview

dhis2-devs team mailing list archive

Re: [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2209: Css rounded corners fix

 

Very elegant - nice work!

On Mon, Nov 29, 2010 at 2:44 PM,  <noreply@xxxxxxxxxxxxx> wrote:
> ------------------------------------------------------------
> revno: 2209
> committer: Lars Helge Overland <larshelge@xxxxxxxxx>
> branch nick: dhis2
> timestamp: Mon 2010-11-29 14:43:05 +0100
> message:
>  Css rounded corners fix
> modified:
>  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css
>  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
>  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css
>  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css
>  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css
>  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css
>  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vista/vista.css
>
>
> --
> lp:dhis2
> https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
>
> Your team DHIS 2 developers is subscribed to branch lp:dhis2.
> To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
>
> === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css'
> --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css       2010-11-28 19:45:45 +0000
> +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css       2010-11-29 13:43:05 +0000
> @@ -249,7 +249,7 @@
>   margin-right: 17px;
>   margin-left: 17px;
>   background-color: #5F6F98;
> -  padding-top: 5px;
> +  padding-top: 6px;
>   padding-bottom: 5px;
>   padding-left: 10px;
>   color: white;
>
> === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css'
> --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css     2010-11-28 19:45:45 +0000
> +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css     2010-11-29 13:43:05 +0000
> @@ -249,7 +249,7 @@
>   margin-right: 17px;
>   margin-left: 17px;
>   background-color: #5c8760;
> -  padding-top: 5px;
> +  padding-top: 6px;
>   padding-bottom: 5px;
>   padding-left: 10px;
>   color: white;
>
> === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css'
> --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css     2010-11-28 19:45:45 +0000
> +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css     2010-11-29 13:43:05 +0000
> @@ -249,7 +249,7 @@
>   margin-right: 17px;
>   margin-left: 17px;
>   background-color: #f5790b; /*Add by Zafar, box background colorin left menu*/
> -  padding-top: 5px;
> +  padding-top: 6px;
>   padding-bottom: 5px;
>   padding-left: 10px;
>   color: white;
>
> === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css'
> --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css   2010-11-28 19:45:45 +0000
> +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css   2010-11-29 13:43:05 +0000
> @@ -200,6 +200,10 @@
>   z-index: 10;
>   filter: alpha(opacity=90);
>   opacity: 0.90;
> +  border-bottom-left-radius: 3px;
> +  border-bottom-right-radius: 3px;
> +  -moz-border-radius-bottomleft: 3px; /* Firefox */
> +  -moz-border-radius-bottomright: 3px; /* Firefox */
>  }
>
>  .menuDropDownBox
> @@ -216,6 +220,8 @@
>   padding-right: 10px;
>   border: 1px solid #265687;
>   cursor: pointer;
> +  border-radius: 3px;
> +  -moz-border-radius: 3px; /* Firefox */
>  }
>
>  /*----------------------------------------------------------------------------*/
> @@ -236,6 +242,8 @@
>   border-bottom: 1px solid #10375f;
>   filter: alpha(opacity=90);
>   opacity: 0.90;
> +  border-bottom-right-radius: 5px;
> +  -moz-border-radius-bottomright: 5px; /* Firefox */
>  }
>
>  #leftBarContents
> @@ -251,7 +259,7 @@
>   margin-right: 15px;
>   margin-left: 15px;
>   background-color: #265687;
> -  padding-top: 5px;
> +  padding-top: 6px;
>   padding-bottom: 5px;
>   padding-left: 10px;
>   color: white;
> @@ -259,6 +267,8 @@
>   border-width: 1px;
>   border-color: #e5e5e5;
>   font-weight: normal;
> +  border-radius: 3px;
> +  -moz-border-radius: 3px; /* Firefox */
>  }
>
>  #leftBarContents ul
> @@ -410,8 +420,8 @@
>   padding-bottom: 20px;
>   padding-left: 5px;
>   padding-right: 5px;
> -  -moz-border-radius: 5px;
> -  -webkit-border-radius: 5px;
> +  border-radius: 5px;
> +  -moz-border-radius: 5px; /* Firefox */
>  }
>
>  .introItem
> @@ -419,8 +429,8 @@
>   padding: 15px;
>   cursor: pointer;
>   border: 1px solid #d5efd5;
> -  -moz-border-radius: 5px;
> -  -webkit-border-radius: 5px;
> +  border-radius: 5px;
> +  -moz-border-radius: 5px; /* Firefox */
>  }
>
>  .introItemHeader
>
> === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css'
> --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css   2010-11-28 19:45:45 +0000
> +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css   2010-11-29 13:43:05 +0000
> @@ -248,7 +248,7 @@
>   margin-right: 17px;
>   margin-left: 17px;
>   background-color: #588db5;
> -  padding-top: 5px;
> +  padding-top: 6px;
>   padding-bottom: 5px;
>   padding-left: 10px;
>   color: white;
>
> === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css'
> --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2010-11-28 19:45:45 +0000
> +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2010-11-29 13:43:05 +0000
> @@ -244,7 +244,7 @@
>   margin-right: 17px;
>   margin-left: 17px;
>   background-color: #942d32;
> -  padding-top: 5px;
> +  padding-top: 6px;
>   padding-bottom: 5px;
>   padding-left: 10px;
>   color: #ffff00;
>
> === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vista/vista.css'
> --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vista/vista.css     2010-11-28 19:45:45 +0000
> +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vista/vista.css     2010-11-29 13:43:05 +0000
> @@ -248,7 +248,7 @@
>   margin-right: 17px;
>   margin-left: 17px;
>   background-color: #5B5B5B;
> -  padding-top: 5px;
> +  padding-top: 6px;
>   padding-bottom: 5px;
>   padding-left: 10px;
>   color: white;
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>



-- 
Cheers,
Knut Staring



References