first semi working alt f9 functionality

This commit is contained in:
John McLear 2015-03-25 11:03:45 +00:00
parent a67664055d
commit 5761e998de
4 changed files with 57 additions and 6 deletions

View file

@ -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";
}