+
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 1555da1994..e179797597 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -1828,6 +1828,9 @@ fieldset .disabled-field td {
#placeholder {
position: relative;
+ border: 1px solid #aaa;
+ float: right;
+ overflow: hidden;
}
#placeholder .button {
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index b79eb6aa83..fa55b581bb 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -2184,6 +2184,9 @@ fieldset .disabled-field td {
#placeholder {
position: relative;
+ border: 1px solid #aaa;
+ float: right;
+ overflow: hidden;
}
#placeholder .button {