diff options
author | 0ip <me@factor.cc> | 2013-02-09 20:58:57 +0100 |
---|---|---|
committer | 0ip <me@factor.cc> | 2013-02-09 20:58:57 +0100 |
commit | 40734e677616a18cc9bc126755822fe7d1be6b9b (patch) | |
tree | c9de2d7b2d16a3da00f4d63dfeeb8c3146c098b6 /src/static/css/admin.css | |
parent | ad54369bf14beb776a462aec19eb1d7b06f29b5c (diff) | |
download | etherpad-lite-40734e677616a18cc9bc126755822fe7d1be6b9b.zip |
Fix table CSS
Diffstat (limited to 'src/static/css/admin.css')
-rw-r--r-- | src/static/css/admin.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/static/css/admin.css b/src/static/css/admin.css index c35aca31..33ec5710 100644 --- a/src/static/css/admin.css +++ b/src/static/css/admin.css @@ -191,10 +191,12 @@ a:focus, a:hover { }
td:before {
+ position: absolute;
+ top: 6px;
+ left: 6px;
+ text-align: left;
padding-right: 10px;
white-space: nowrap;
- float: left;
- margin-left: -100%;
font-weight: bold;
content: attr(data-label);
}
|