mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Display the version in the web interface
In the settings drop-down this adds an “About” section that also shows the commit if "exposeVersion" is set to true. Fixes #2968
This commit is contained in:
parent
28a6f505c5
commit
357780d573
4 changed files with 90 additions and 75 deletions
|
@ -938,6 +938,13 @@ input[type=checkbox] {
|
|||
outline: none;
|
||||
width: 120px;
|
||||
}
|
||||
.row {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
.row + .row {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.column {
|
||||
float: left;
|
||||
width:50%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue