mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Fix table CSS
This commit is contained in:
parent
ad54369bf1
commit
40734e6776
1 changed files with 4 additions and 2 deletions
|
@ -191,10 +191,12 @@ a:focus, a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
td:before {
|
td:before {
|
||||||
|
position: absolute;
|
||||||
|
top: 6px;
|
||||||
|
left: 6px;
|
||||||
|
text-align: left;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
float: left;
|
|
||||||
margin-left: -100%;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
content: attr(data-label);
|
content: attr(data-label);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue