summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2017-06-23 15:48:27 +0200
committerSimon Rettberg2017-06-23 15:48:27 +0200
commit29bbc831497798125436e31cf19d180689f192f1 (patch)
tree92a2d5bf5ec28d5c0a32d13bfd1a407c793c50b6 /style
parent[inc/Database] Only fall back to global ignoreError setting if param was omitted (diff)
downloadslx-admin-29bbc831497798125436e31cf19d180689f192f1.tar.gz
slx-admin-29bbc831497798125436e31cf19d180689f192f1.tar.xz
slx-admin-29bbc831497798125436e31cf19d180689f192f1.zip
[default.css] Add slx-smallcol for table cells that should be narrow and not break text
Diffstat (limited to 'style')
-rw-r--r--style/default.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index 52ded3ae..81d40458 100644
--- a/style/default.css
+++ b/style/default.css
@@ -214,6 +214,12 @@ input[readonly] {
border-width: 1px 0px;
}
+.slx-smallcol {
+ width: 1px;
+ overflow: visible;
+ white-space: nowrap;
+}
+
.slx-visible-rows > div.row + div.row {
border-top: none;
}