ensl_gathers/public/css/app.css
2015-08-05 00:57:54 +01:00

68 lines
No EOL
687 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;
}
.admin-panel {
margin: 10px 10px;
}
.dot {
width: 5px;
height: 5px;
border-radius: 50%;
vertical-align: middle;
position:relative;
display: inline-block;
}
.online {
background: #0C0;
}
.afk {
background: #FF9900;
}
.offline {
background: #CCC;
}
.no-bottom {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
.join-hero {
padding: 80px 0px;
}
.voting-table {
font-size: 90%;
}
.max-width {
width: 100%;
}
.add-top {
margin-top: 10px;
}