mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Nice looking user demo css
This commit is contained in:
parent
5050491018
commit
fc4ef5b430
1 changed files with 6 additions and 1 deletions
|
@ -1066,6 +1066,7 @@ margin-left:4px;
|
||||||
#users{
|
#users{
|
||||||
display:none;
|
display:none;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
height:30px;
|
||||||
top:42px;
|
top:42px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
@ -1073,9 +1074,13 @@ width:100%;
|
||||||
|
|
||||||
#userscont{
|
#userscont{
|
||||||
margin-left:8px;
|
margin-left:8px;
|
||||||
|
width:90%;
|
||||||
|
height:30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user{
|
.user{
|
||||||
|
padding-left:2px;
|
||||||
|
padding-right:2px;
|
||||||
height:20px;
|
height:20px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
|
@ -1083,8 +1088,8 @@ border-color:grey;
|
||||||
background-color:lightblue;
|
background-color:lightblue;
|
||||||
display:inline;
|
display:inline;
|
||||||
min-width:20px;
|
min-width:20px;
|
||||||
position:absolute;
|
|
||||||
display:inline;
|
display:inline;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username{
|
.username{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue