Replace the username button by a dropdown menu
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
}
|
||||
|
||||
p {
|
||||
width: 210px;
|
||||
min-width: 160px;
|
||||
padding: 5px;
|
||||
margin: 0;
|
||||
white-space: normal;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user