diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 2f1cf0b45fc..114a2356c6d 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -3421,7 +3421,7 @@ class Form
// Year
if ($empty || $set_time == -1)
{
- $retstring.='';
+ $retstring.='';
}
else
{
diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php
index b81ae3a090e..7dd45121a00 100755
--- a/htdocs/theme/amarok/style.css.php
+++ b/htdocs/theme/amarok/style.css.php
@@ -256,6 +256,10 @@ input:-webkit-autofill {
background-image:none !important;
-webkit-box-shadow: 0 0 0 50px inset;
}
+::-webkit-input-placeholder { color:#ccc; }
+::-moz-placeholder { color:#ccc; } /* firefox 19+ */
+:-ms-input-placeholder { color:#ccc; } /* ie */
+input:-moz-placeholder { color:#ccc; }
legend { margin-bottom: 8px; }
@@ -2150,10 +2154,10 @@ div.ui-radio
{
display: inline-block;
}
-.ui-radio input {
+.ui-checkbox input, .ui-radio input {
height: auto;
width: auto;
- margin: 0;
+ margin: 4px;
position: static;
}
.ui-mobile fieldset
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index f61c8e9d3d0..e1aa84de0cb 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -148,6 +148,10 @@ input:-webkit-autofill {
background-image:none !important;
-webkit-box-shadow: 0 0 0 50px inset;
}
+::-webkit-input-placeholder { color:#ccc; }
+::-moz-placeholder { color:#ccc; } /* firefox 19+ */
+:-ms-input-placeholder { color:#ccc; } /* ie */
+input:-moz-placeholder { color:#ccc; }
legend { margin-bottom: 8px; }
@@ -2334,10 +2338,10 @@ div.ui-radio
{
display: inline-block;
}
-.ui-radio input {
+.ui-checkbox input, .ui-radio input {
height: auto;
width: auto;
- margin: 0;
+ margin: 4px;
position: static;
}
.ui-mobile fieldset
diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index 989d4988ec5..1c3ca899365 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -176,6 +176,10 @@ input.button[type=submit] {
font-size: 10px;
display: inline;
}
+::-webkit-input-placeholder { color:#ccc; }
+::-moz-placeholder { color:#ccc; } /* firefox 19+ */
+:-ms-input-placeholder { color:#ccc; } /* ie */
+input:-moz-placeholder { color:#ccc; }
legend { margin-bottom: 8px; }
@@ -2548,10 +2552,10 @@ div.ui-radio
{
display: inline-block;
}
-.ui-radio input {
+.ui-checkbox input, .ui-radio input {
height: auto;
width: auto;
- margin: 0;
+ margin: 4px;
position: static;
}
.ui-mobile fieldset
diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index 769d20dfee9..4225e7f822e 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -154,6 +154,10 @@ input.button[type=submit] {
font-size: 11px;
font-weight: bold;
}
+::-webkit-input-placeholder { color:#ccc; }
+::-moz-placeholder { color:#ccc; } /* firefox 19+ */
+:-ms-input-placeholder { color:#ccc; } /* ie */
+input:-moz-placeholder { color:#ccc; }
legend { margin-bottom: 8px; }
@@ -2380,10 +2384,10 @@ div.ui-radio
{
display: inline-block;
}
-.ui-radio input {
+.ui-checkbox input, .ui-radio input {
height: auto;
width: auto;
- margin: 0;
+ margin: 4px;
position: static;
}
.ui-mobile fieldset
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 92bea0dcc73..fdf48f71774 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -285,6 +285,10 @@ input:-webkit-autofill {
background-image:none !important;
-webkit-box-shadow: 0 0 0 50px inset;
}
+::-webkit-input-placeholder { color:#ccc; }
+::-moz-placeholder { color:#ccc; } /* firefox 19+ */
+:-ms-input-placeholder { color:#ccc; } /* ie */
+input:-moz-placeholder { color:#ccc; }
legend { margin-bottom: 8px; }
@@ -2708,10 +2712,10 @@ div.ui-radio, div.ui-checkbox
display: inline-block;
border-bottom: 0px !important;
}
-ui-checkbox input, .ui-radio input {
+.ui-checkbox input, .ui-radio input {
height: auto;
width: auto;
- margin: 0;
+ margin: 4px;
position: static;
}
.ui-mobile fieldset