We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cee2b commit ef597cdCopy full SHA for ef597cd
2 files changed
interface/web/themes/default/css/screen/content.css
@@ -174,7 +174,8 @@
174
table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
175
table.full { width: 100%; }
176
table.fixed { table-layout:fixed }
177
-
+
178
+ 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;}
179
th,td { padding: 0.5em;text-align:left; }
180
thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
181
tbody th { background: #ccc; color: #333 }
interface/web/themes/default_combobox/css/additional.css
@@ -1,4 +1,4 @@
1
-table.list td {min-width:32px}
+.list .ui-widget{position:absolute}
2
3
/*
4
* jQuery UI CSS Framework 1.8.16
0 commit comments