ensl_gathers/public/css/app.css
2015-07-29 11:46:30 +01:00

54 lines
556 B
CSS

#gathers {
margin-top: 20px;
}
#chatroom {
margin-top: 20px;
}
.add-left {
margin-left: 10px;
}
#chatmessages {
max-height: 70%;
min-height: 70%;
overflow-y: scroll;
}
.signin {
margin: 0px 10px;
}
.dot {
width: 5px;
height: 5px;
border-radius: 50%;
vertical-align: middle;
position:relative;
display: inline-block;
}
.online {
background: #FF9900;
}
.afk {
background: #FF9900;
}
.offline {
background: #CCC;
}
.no-bottom {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
.join-hero {
padding: 80px 0px;
}