[bugzilla-newer] Bug 585036. Add CSS for WebKit border-radius support
- From: Olav Vitters <ovitters src gnome org>
- To: svn-commits-list gnome org
- Subject: [bugzilla-newer] Bug 585036. Add CSS for WebKit border-radius support
- Date: Mon, 8 Jun 2009 13:30:44 -0400 (EDT)
commit 02f1a7cfc416d024cef522e2af4370f85b033c0e
Author: Olav Vitters <olav bkor dhs org>
Date: Mon Jun 8 19:30:08 2009 +0200
Bug 585036. Add CSS for WebKit border-radius support
---
skins/standard/global.css | 2 ++
template/en/custom/browse/main.html.tmpl | 1 +
template/en/custom/reports/user.html.tmpl | 1 +
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 0dc5958..1143da3 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -290,7 +290,9 @@ table.pretty {
border-style: solid;
background-color: #ECECEC;
-moz-border-radius-bottomright: 20px;
+ -webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
+ -webkit-border-bottom-left-radius: 20px;
margin-bottom: 20px;
}
diff --git a/template/en/custom/browse/main.html.tmpl b/template/en/custom/browse/main.html.tmpl
index 84881fe..5729718 100644
--- a/template/en/custom/browse/main.html.tmpl
+++ b/template/en/custom/browse/main.html.tmpl
@@ -21,6 +21,7 @@ a.boogle_edit:hover { color: #4e9a06 }
%]
<div style="float: right; -moz-border-radius-topleft: 20px;
+-webkit-border-top-left-radius: 20px; -webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px; padding-right: 1em; margin-right: 0px;
background-color: #ffeafd; padding-left: 1em; padding-bottom: 1em">
diff --git a/template/en/custom/reports/user.html.tmpl b/template/en/custom/reports/user.html.tmpl
index 4da899e..bdfd12a 100644
--- a/template/en/custom/reports/user.html.tmpl
+++ b/template/en/custom/reports/user.html.tmpl
@@ -101,6 +101,7 @@
[%### The info in the right hand side bar ###%]
<div style="position: relative; float: right; -moz-border-radius-topleft: 20px;
+ -webkit-border-top-left-radius: 20px; -webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px; padding-right: 1em;
margin-right: 0px; margin-left: 1ex; background-color: #ffeafd;
padding-left: 1em; padding-bottom: 1em; width: 15em;">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]