Nice looking user demo css

This commit is contained in:
John McLear 2011-03-26 17:42:36 +00:00
parent 5050491018
commit fc4ef5b430

View file

@ -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{