Replace the username button by a dropdown menu

This commit is contained in:
yflory
2017-01-13 16:42:30 +01:00
parent 4adde0f0c0
commit 2afdc11327
11 changed files with 167 additions and 87 deletions

View File

@@ -63,7 +63,7 @@
}
p {
width: 210px;
min-width: 160px;
padding: 5px;
margin: 0;
white-space: normal;

View File

@@ -26,6 +26,8 @@
box-sizing: border-box;
padding: 0px 6px;
.fa {font-family: FontAwesome;}
.unselectable;
font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
@@ -287,10 +289,17 @@
font-weight: bold;
text-transform: uppercase;
}
.cryptpad-toolbar-username {
line-height: 32px;
button {
line-height: initial;
.fa-user {
margin-right: 5px;
}
.cryptpad-user {
.buttonTitle {
.fa-user {
margin-right: 5px;
}
.cryptpad-toolbar-username {
margin-right: 5px;
}
}
}
.lag {