]> git.joonet.de Git - adminer.git/commitdiff
Use ellipsis in overflowed texts
authorJakub Vrana <jakub@vrana.cz>
Tue, 2 Apr 2013 01:03:58 +0000 (18:03 -0700)
committerJakub Vrana <jakub@vrana.cz>
Tue, 2 Apr 2013 01:03:58 +0000 (18:03 -0700)
adminer/static/default.css

index 603bbe7ef3b89fc25cf79bf25471aad4269192fa..f58452c34ae4bd7aecdef0c7ede2a397db840050 100644 (file)
@@ -49,7 +49,7 @@ input[type=image] { vertical-align: middle; }
 #menu { position: absolute; margin: 10px 0 0; padding: 0 0 30px 0; top: 2em; left: 0; width: 19em; }
 #menu p { padding: .8em 1em; margin: 0; border-bottom: 1px solid #ccc; }
 #dbs { overflow: hidden; }
-#logins, #tables { white-space: nowrap; overflow: auto; }
+#logins, #tables { white-space: nowrap; overflow: auto; text-overflow: ellipsis; }
 #logins a, #tables a { background: #fff; }
 #logout { background: none; border: none; color: blue; font: inherit; padding: 0; text-decoration: underline; cursor: pointer; }
 #logout:hover { color: red; }