mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
chat: Set timestamp CSS font-size: smaller;
This commit is contained in:
parent
51907015ed
commit
99b7bdd176
1 changed files with 6 additions and 1 deletions
|
@ -98,7 +98,12 @@
|
||||||
#chattext .time {
|
#chattext .time {
|
||||||
float: right;
|
float: right;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: .85rem;
|
/*
|
||||||
|
* 'smaller' is relative to the parent element, so if the parent has its own
|
||||||
|
* 'font-size: smaller' rule then the timestamp will become even smaller (as
|
||||||
|
* desired).
|
||||||
|
*/
|
||||||
|
font-size: smaller;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
|
Loading…
Reference in a new issue