Update the src of customized elements

This commit is contained in:
yflory
2016-09-26 17:35:27 +02:00
parent c16e8d603b
commit 1ac94105bb
10 changed files with 65 additions and 74 deletions

View File

@@ -65,14 +65,6 @@
padding-left: 5px;
}
}
.cryptpad-changeName {
float: left;
cursor: pointer;
button {
padding: 0;
margin-right: 5px;
}
}
.cryptpad-toolbar-leftside {
float: left;
@@ -91,4 +83,12 @@
.cryptpad-spinner {
float: left;
}
.cryptpad-readonly {
margin-right: 20px;
font-weight: bold;
text-transform: uppercase;
}
.cryptpad-toolbar-username {
font-style: italic;
}