mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 13:46:10 +02:00
chat: Set timestamp CSS font-size: smaller;
This commit is contained in:
parent
51907015ed
commit
99b7bdd176
@ -98,7 +98,12 @@
|
||||
#chattext .time {
|
||||
float: right;
|
||||
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;
|
||||
margin-left: 3px;
|
||||
margin-right: 2px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user