mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
more css for users stuff
This commit is contained in:
parent
5558e23107
commit
3b029b638d
3 changed files with 69 additions and 34 deletions
|
@ -323,12 +323,15 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
border-right: 1px solid #ecf3fc; border-bottom: 1px solid #ecf3fc;*/
|
||||
border: 1px solid #bbb;
|
||||
padding: 1px; background: transparent; cursor: pointer; }
|
||||
/*
|
||||
#myuser .myswatchboxhoverable, #myuser .myswatchboxunhoverable {
|
||||
background: white;
|
||||
}
|
||||
#myuser .myswatchboxhoverable:hover {
|
||||
background: #bbb;
|
||||
}
|
||||
*/
|
||||
|
||||
#myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ }
|
||||
#mycolorpicker {
|
||||
background: url(/static/img/jun09/pad/colorpicker.gif) no-repeat left top;
|
||||
|
@ -1073,12 +1076,28 @@ width:100%;
|
|||
}
|
||||
|
||||
#userscont{
|
||||
margin-left:8px;
|
||||
margin-left:6px;
|
||||
width:90%;
|
||||
height:30px;
|
||||
}
|
||||
|
||||
.user{
|
||||
border: 1px solid #BBBBBB;
|
||||
padding-left:2px;
|
||||
padding-right:2px;
|
||||
height:20px;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
border-color:grey;
|
||||
background-color:lightblue;
|
||||
display:inline;
|
||||
min-width:20px;
|
||||
display:inline;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
.myuser{
|
||||
border: 1px solid #BBBBBB;
|
||||
padding-left:2px;
|
||||
padding-right:2px;
|
||||
height:20px;
|
||||
|
@ -1092,6 +1111,12 @@ display:inline;
|
|||
cursor:pointer;
|
||||
}
|
||||
|
||||
.myuser a{
|
||||
text-decoration:none;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
|
||||
.username{
|
||||
padding-left:4px;
|
||||
padding-right:4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue