plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Wed Mar 12 10:54:10 CET 2014


 plugins/kolab_files/skins/larry/style.css |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 1be5ece476addec135eba6be1d3bddb5b5a70be9
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Wed Mar 12 10:53:50 2014 +0100

    Add text-overflow for file info box

diff --git a/plugins/kolab_files/skins/larry/style.css b/plugins/kolab_files/skins/larry/style.css
index 2aa2735..d566a10 100644
--- a/plugins/kolab_files/skins/larry/style.css
+++ b/plugins/kolab_files/skins/larry/style.css
@@ -255,12 +255,21 @@
 }
 */
 
+#fileinfobox table {
+  table-layout: fixed;
+}
+
 #fileinfobox table td.label {
-  width: 1%;
+  width: 60px;
   font-weight: bold;
   padding-right: 0;
 }
 
+#fileinfobox table td.data {
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
+
 #fileinfobox table td.data.filename {
   font-weight: bold;
 }




More information about the commits mailing list