From: Ivan Kohler Date: Mon, 11 Jun 2012 22:11:27 +0000 (-0700) Subject: fix css names for single corner border-radius, for firefox 13 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6fb16b1c9f029ea99a9283c7c3399bccc11e04b6;p=freeside.git fix css names for single corner border-radius, for firefox 13 --- diff --git a/rt/share/html/NoAuth/css/freeside2.1/boxes.css b/rt/share/html/NoAuth/css/freeside2.1/boxes.css index 492dc4cbf..885b203d4 100644 --- a/rt/share/html/NoAuth/css/freeside2.1/boxes.css +++ b/rt/share/html/NoAuth/css/freeside2.1/boxes.css @@ -145,12 +145,12 @@ padding-top: 0.5em; -moz-border-radius-bottomleft: 0.25em; -webkit-border-bottom-left-radius: 0.25em; - border-radius-bottomleft: 0.25em; + border-bottom-left-radius: 0.25em; -moz-border-radius-topright: 0.25em; -webkit-border-top-right-radius: 0.25em; - border-radius-topright: 0.25em; + border-top-right-radius: 0.25em; } diff --git a/rt/share/html/NoAuth/css/freeside2.1/layout.css b/rt/share/html/NoAuth/css/freeside2.1/layout.css index e3395f3c7..3026c4233 100644 --- a/rt/share/html/NoAuth/css/freeside2.1/layout.css +++ b/rt/share/html/NoAuth/css/freeside2.1/layout.css @@ -153,10 +153,10 @@ div#footer { -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em; - border-radius-topleft: 0.5em; + border-top-left-radius: 0.5em; -moz-border-radius-bottomleft: 0.5em; -webkit-border-bottom-left-radius: 0.5em; - border-radius-bottomleft: 0.5em; + border-bottom-left-radius: 0.5em; } div#footer #time { diff --git a/rt/share/html/NoAuth/css/freeside2.1/nav.css b/rt/share/html/NoAuth/css/freeside2.1/nav.css index 64942d706..26f0e8796 100644 --- a/rt/share/html/NoAuth/css/freeside2.1/nav.css +++ b/rt/share/html/NoAuth/css/freeside2.1/nav.css @@ -54,13 +54,13 @@ div#nav { background: #fff; -moz-border-radius-bottomright: 0.5em; -webkit-border-bottom-right-radius: 0.5em; - border-radius-bottomright: 0.5em; + border-bottom-right-radius: 0.5em; border-left: 1px solid #999; border-top: 1px solid #999; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em; - border-radius-topright: 0.5em; + border-top-right-radius: 0.5em; z-index: 99; @@ -187,10 +187,10 @@ div#page-navigation ul#actions-menu { border-bottom: 2px solid #aaa; -moz-border-radius-bottomleft: 0.5em; -webkit-border-bottom-left-radius: 0.5em; - border-radius-bottomleft: 0.5em; + border-bottom-left-radius: 0.5em; -moz-border-radius-topright: 0.25em; -webkit-border-top-right-radius: 0.25em; - border-radius-topright: 0.25em; + border-top-right-radius: 0.25em; diff --git a/rt/share/html/NoAuth/css/freeside2.1/ticket-search.css b/rt/share/html/NoAuth/css/freeside2.1/ticket-search.css index a36f67c27..f11e5df43 100644 --- a/rt/share/html/NoAuth/css/freeside2.1/ticket-search.css +++ b/rt/share/html/NoAuth/css/freeside2.1/ticket-search.css @@ -169,7 +169,7 @@ border-bottom: 1px solid #999; -moz-border-radius-bottomleft: 0.5em; -webkit-border-bottom-left-radius: 0.5em; - border-radius-bottomleft: 0.5em; + border-bottom-left-radius: 0.5em; } diff --git a/rt/share/html/NoAuth/css/freeside2.1/ticket.css b/rt/share/html/NoAuth/css/freeside2.1/ticket.css index 726a04a44..634042a30 100644 --- a/rt/share/html/NoAuth/css/freeside2.1/ticket.css +++ b/rt/share/html/NoAuth/css/freeside2.1/ticket.css @@ -76,7 +76,7 @@ div#ticket-history { color: #ccc; -moz-border-radius-bottomleft: 0.5em; -webkit-border-bottom-left-radius: 0.5em; - border-radius-bottomleft: 0.5em; + border-bottom-left-radius: 0.5em; white-space: nowrap; }