Skip to content
Snippets Groups Projects
Commit ef597cd8 authored by xaver's avatar xaver
Browse files

cut long text in lists with css and show ... + fix for combobox icon position if no space

parent 44cee2bf
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,8 @@ ...@@ -174,7 +174,8 @@
table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; } table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
table.full { width: 100%; } table.full { width: 100%; }
table.fixed { table-layout:fixed } table.fixed { table-layout:fixed }
table.list td{max-width: 350px;min-width: px;overflow:hidden;text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis;}
th,td { padding: 0.5em;text-align:left; } th,td { padding: 0.5em;text-align:left; }
thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff } thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
tbody th { background: #ccc; color: #333 } tbody th { background: #ccc; color: #333 }
......
table.list td {min-width:32px} .list .ui-widget{position:absolute}
/* /*
* jQuery UI CSS Framework 1.8.16 * jQuery UI CSS Framework 1.8.16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment