summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-11 15:11:27 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-11 15:11:27 -0700
commit6fb16b1c9f029ea99a9283c7c3399bccc11e04b6 (patch)
tree4307f2445017785891cbb5db3dbf1bbc42829db9
parent8a992b8bec73478203daed864294fada0f8bb652 (diff)
fix css names for single corner border-radius, for firefox 13
-rw-r--r--rt/share/html/NoAuth/css/freeside2.1/boxes.css4
-rw-r--r--rt/share/html/NoAuth/css/freeside2.1/layout.css4
-rw-r--r--rt/share/html/NoAuth/css/freeside2.1/nav.css8
-rw-r--r--rt/share/html/NoAuth/css/freeside2.1/ticket-search.css2
-rw-r--r--rt/share/html/NoAuth/css/freeside2.1/ticket.css2
5 files changed, 10 insertions, 10 deletions
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;
}