ensl_gathers/public/css/app.css
2015-08-27 19:08:34 +01:00

90 lines
No EOL
865 B
CSS

html, body {
height: 100%;
}
#gathers {
margin-top: 20px;
}
#chatroom {
margin-top: 20px;
}
.chatbox {
}
.add-left {
margin-left: 10px;
}
#chatmessages {
height: 480px;
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;
}
.max-width {
width: 100%;
}
.add-top {
margin-top: 10px;
}
.jumbo-auth {
margin-top: 30px;
}
.jumbo-img {
max-height: 150px;
}
.spinner {
max-height: 30px !important;
}
.gather-voting {
font-size: 90%;
}
.progress-bar {
min-width: 6em;
}