mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
editor: UI polish - Etherpad brand as reconnect & loading animation
This commit is contained in:
parent
6023117d29
commit
086b59b30d
4 changed files with 77 additions and 3 deletions
|
@ -70,3 +70,10 @@ input {
|
|||
@media (max-width: 800px) {
|
||||
.hide-for-mobile { display: none; }
|
||||
}
|
||||
|
||||
.etherpadBrand{
|
||||
width:20%;
|
||||
max-width:100px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
|
|
@ -130,7 +130,6 @@
|
|||
.buttonicon-microphone-alt-slash:before { content: '\e83e'; } /* '' */
|
||||
.buttonicon-compress:before { content: '\e83f'; } /* '' */
|
||||
.buttonicon-expand:before { content: '\e840'; } /* '' */
|
||||
.buttonicon-spin5:before { content: '\e841'; } /* '' */
|
||||
.buttonicon-eye-slash:before { content: '\e843'; } /* '' */
|
||||
.buttonicon-list-ol:before { content: '\e844'; } /* '' */
|
||||
.buttonicon-bold:before { content: '\e845'; } /* '' */
|
||||
|
@ -190,4 +189,4 @@
|
|||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue