summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2015-01-26 20:28:49 +0100
committerSimon Rettberg2015-01-26 20:28:49 +0100
commit5347ecd5ddb1803ec1c43240bafc84f5c427f855 (patch)
tree7a852cdaa44599dab5f4c98b9daa7c6443d81024 /style
parentFix stupid bug in update query, check DB version before handling callbacks (diff)
downloadslx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.tar.gz
slx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.tar.xz
slx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.zip
Add configtgz class. Fix dozens of bugs
Diffstat (limited to 'style')
-rw-r--r--style/default.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/style/default.css b/style/default.css
index f189a84a..c154a203 100644
--- a/style/default.css
+++ b/style/default.css
@@ -135,6 +135,17 @@ body {
max-width: 240px;
}
+.slx-dyn-ellipsis {
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ display: block;
+}
+
+.slx-nowrap {
+ white-space: nowrap;
+}
+
.slx-rotation {
animation-name: rotateThis;
animation-duration: .75s;
@@ -156,10 +167,6 @@ body {
padding: 5px;
}
-.slx-bold {
- font-weight: bold;
-}
-
.slx-fade {
opacity: 0.5;
}