aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-09-01 13:58:41 +0000
committerplegall <plg@piwigo.org>2011-09-01 13:58:41 +0000
commitee7768f536c5802dd5d3874f808b3c2c45b4e08e (patch)
tree38b8d5efe57c472ad704cb14ac452f0e32b34299
parentc631612c1ff58cfc15dd6b90da7ca93eb3c1c17c (diff)
add rounded borders for chrome/IE9 on install.php buttons and input fields
git-svn-id: http://piwigo.org/svn/trunk@12028 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/template/install.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl
index 63ddf4676..2988cfd42 100644
--- a/admin/themes/default/template/install.tpl
+++ b/admin/themes/default/template/install.tpl
@@ -129,6 +129,8 @@ input[type="submit"], input[type="button"], a.bigButton {
color:#fff;
padding:5px;
-moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
}
input[type="submit"]:hover, input[type="button"]:hover, a.bigButton:hover {
@@ -140,6 +142,8 @@ input[type="text"], input[type="password"], select {
background-color:#ddd;
border:2px solid #ccc;
-moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
padding:2px;
}