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

@@ -45,7 +45,7 @@
background: #bbb;
}
.dropdown-bar .dropdown-bar-content p {
width: 210px;
min-width: 160px;
padding: 5px;
margin: 0;
white-space: normal;
@@ -103,6 +103,9 @@
width: 100%;
z-index: 9001;
}
.cryptpad-toolbar .fa {
font-family: FontAwesome;
}
.cryptpad-toolbar a {
float: right;
}
@@ -357,11 +360,14 @@
font-weight: bold;
text-transform: uppercase;
}
.cryptpad-toolbar-username {
line-height: 32px;
.fa-user {
margin-right: 5px;
}
.cryptpad-toolbar-username button {
line-height: initial;
.cryptpad-user .buttonTitle .fa-user {
margin-right: 5px;
}
.cryptpad-user .buttonTitle .cryptpad-toolbar-username {
margin-right: 5px;
}
.lag {
height: 15px !important;