lib/client public_html/skins

Aleksander Machniak machniak at kolabsys.com
Mon Oct 22 14:10:12 CEST 2012


 lib/client/kolab_client_task_user.php |    1 +
 public_html/skins/default/style.css   |    4 ++++
 2 files changed, 5 insertions(+)

New commits:
commit b38a4e3888f3e049065d14a3b20a106ef0656013
Author: Aleksander Machniak <alec at alec.pl>
Date:   Mon Oct 22 14:09:50 2012 +0200

    Small style improvement

diff --git a/lib/client/kolab_client_task_user.php b/lib/client/kolab_client_task_user.php
index 2ab1647..d67e7e3 100644
--- a/lib/client/kolab_client_task_user.php
+++ b/lib/client/kolab_client_task_user.php
@@ -316,6 +316,7 @@ class kolab_client_task_user extends kolab_client_task
                     'content' => $this->translate('password.generate'),
                     'href'    => '#',
                     'onclick' => "kadm.generate_password('userpassword')",
+                    'class'   => 'nowrap',
                 ));
             }
         }
diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css
index 87a0a2e..4b9c6ec 100644
--- a/public_html/skins/default/style.css
+++ b/public_html/skins/default/style.css
@@ -444,6 +444,10 @@ div.vsplitter {
 
 /**** Common classes ****/
 
+.nowrap {
+  white-space: nowrap;
+}
+
 .clear {
   clear: both;
 }





More information about the commits mailing list