mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Fix some minor mistakes.
This commit is contained in:
parent
2d0cf156af
commit
1466fa03a4
2 changed files with 1 additions and 2 deletions
|
@ -402,7 +402,6 @@ table#otheruserstable {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
#connectivitylink,
|
|
||||||
#connectivity {
|
#connectivity {
|
||||||
z-index: 600 !important;
|
z-index: 600 !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -221,7 +221,7 @@
|
||||||
<div id="connectivity" class="popup">
|
<div id="connectivity" class="popup">
|
||||||
<% e.begin_block("modals"); %>
|
<% e.begin_block("modals"); %>
|
||||||
<div class="connected visible">
|
<div class="connected visible">
|
||||||
<h2>Connected.<h2>
|
<h2>Connected.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="reconnecting">
|
<div class="reconnecting">
|
||||||
<h2>Reestablishing connection...</h2>
|
<h2>Reestablishing connection...</h2>
|
||||||
|
|
Loading…
Reference in a new issue