Add a share button and merge the viewers and editors buttons

This commit is contained in:
yflory
2016-10-25 18:34:23 +02:00
parent 87d86384ac
commit 54a63267cd
6 changed files with 73 additions and 59 deletions

View File

@@ -33,9 +33,9 @@
color: #000;
}
&.cryptpad-lag {
float: right;
float: left;
line-height: 26px;
margin: 2px 0px 2px 4px;
margin: 2px 0px;
}
}
@@ -203,6 +203,9 @@
.cryptpad-toolbar-leftside {
float: left;
margin-bottom: -1px;
.cryptpad-user-list {
float: right;
}
.cryptpad-dropdown-container {
position: relative;
display: inline-block;
@@ -255,7 +258,6 @@
}
.cryptpad-toolbar-rightside {
text-align: right;
margin-right: 30px;
//float: right;
}
.cryptpad-spinner {
@@ -267,7 +269,7 @@
font-size: 20px;
}
.cryptpad-readonly {
margin-right: 20px;
margin-right: 5px;
font-weight: bold;
text-transform: uppercase;
}