Improve the toolbar UI with the username displayed

This commit is contained in:
yflory
2016-09-22 17:56:47 +02:00
parent 79884e2400
commit d46bd1af5c
2 changed files with 16 additions and 14 deletions

View File

@@ -60,14 +60,6 @@
margin-right: 5px;
padding-left: 5px;
}
.cryptpad-changeName {
float: left;
cursor: pointer;
}
.cryptpad-changeName button {
padding: 0;
margin-right: 5px;
}
.cryptpad-toolbar-leftside {
float: left;
}
@@ -87,4 +79,7 @@
margin-right: 20px;
font-weight: bold;
text-transform: uppercase;
}
}
.cryptpad-toolbar-username {
font-style: italic;
};