[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 6fb16b1c9f029ea99a9283c7c3399bccc11e04b6
Ivan
ivan at 420.am
Mon Jun 11 15:11:30 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 6fb16b1c9f029ea99a9283c7c3399bccc11e04b6 (commit)
from 8a992b8bec73478203daed864294fada0f8bb652 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6fb16b1c9f029ea99a9283c7c3399bccc11e04b6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jun 11 15:11:27 2012 -0700
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 492dc4c..885b203 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 e3395f3..3026c42 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 64942d7..26f0e87 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 a36f67c..f11e5df 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 726a04a..634042a 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;
}
-----------------------------------------------------------------------
Summary of changes:
rt/share/html/NoAuth/css/freeside2.1/boxes.css | 4 ++--
rt/share/html/NoAuth/css/freeside2.1/layout.css | 4 ++--
rt/share/html/NoAuth/css/freeside2.1/nav.css | 8 ++++----
.../html/NoAuth/css/freeside2.1/ticket-search.css | 2 +-
rt/share/html/NoAuth/css/freeside2.1/ticket.css | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
More information about the freeside-commits
mailing list