summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/managesieve/skins/default/managesieve.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/managesieve/skins/default/managesieve.css b/plugins/managesieve/skins/default/managesieve.css
index b38b400ee..53168c889 100644
--- a/plugins/managesieve/skins/default/managesieve.css
+++ b/plugins/managesieve/skins/default/managesieve.css
@@ -212,11 +212,20 @@ td.rowbuttons
{
text-align: right;
white-space: nowrap;
+ width: 1%;
}
-td.rowactions, td.rowtargets
+td.rowactions
{
white-space: nowrap;
+ width: 1%;
+}
+
+td.rowtargets
+{
+ white-space: nowrap;
+ width: 98%;
+ padding-left: 10px;
}
input.disabled, input.disabled:hover