mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
User list: Use flexbox for #myuser div
This makes it easier for an eejsBlock_userlist plugin to add something to that row.
This commit is contained in:
parent
55f201a2aa
commit
9962be2450
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
height: auto;
|
||||
}
|
||||
.popup#users #myuser {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.popup#users #otherusers {
|
||||
|
@ -42,7 +43,6 @@
|
|||
/* --------------- */
|
||||
|
||||
#myswatchbox {
|
||||
float: left;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: 1px solid #ccc;
|
||||
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
#myusernameform {
|
||||
margin-left: 30px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
input#myusernameedit {
|
||||
height: 26px;
|
||||
|
|
Loading…
Reference in a new issue