mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +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;
|
height: auto;
|
||||||
}
|
}
|
||||||
.popup#users #myuser {
|
.popup#users #myuser {
|
||||||
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.popup#users #otherusers {
|
.popup#users #otherusers {
|
||||||
|
@ -42,7 +43,6 @@
|
||||||
/* --------------- */
|
/* --------------- */
|
||||||
|
|
||||||
#myswatchbox {
|
#myswatchbox {
|
||||||
float: left;
|
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#myusernameform {
|
#myusernameform {
|
||||||
margin-left: 30px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
input#myusernameedit {
|
input#myusernameedit {
|
||||||
height: 26px;
|
height: 26px;
|
||||||
|
|
Loading…
Reference in a new issue