mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
first semi working alt f9 functionality
This commit is contained in:
parent
a67664055d
commit
5761e998de
4 changed files with 57 additions and 6 deletions
|
@ -70,10 +70,6 @@ a img {
|
|||
.toolbar ul li {
|
||||
float: left;
|
||||
margin-left: 2px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
height:32px;
|
||||
}
|
||||
.toolbar ul li.separator {
|
||||
|
@ -197,6 +193,7 @@ li[data-key=showusers] > a #online_count {
|
|||
#editbar{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#editorcontainer {
|
||||
position: absolute;
|
||||
top: 37px; /* + 1px border */
|
||||
|
@ -742,13 +739,19 @@ table#otheruserstable {
|
|||
height: 16px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
||||
border: none;
|
||||
padding: 0;
|
||||
background: none;
|
||||
font-family: "fontawesome-etherpad";
|
||||
font-size: 15px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.buttonicon:focus{
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.buttonicon-bold:before {
|
||||
content: "\e81c";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue