ensl_gathers/public/css/app.css

90 lines
865 B
CSS
Raw Normal View History

2015-08-27 14:14:00 +00:00
html, body {
height: 100%;
}
2015-07-22 15:57:15 +00:00
2015-07-22 22:34:57 +00:00
#gathers {
margin-top: 20px;
}
2015-07-21 14:10:24 +00:00
#chatroom {
margin-top: 20px;
}
2015-08-27 14:14:00 +00:00
.chatbox {
}
2015-07-21 14:10:24 +00:00
.add-left {
margin-left: 10px;
}
#chatmessages {
2015-08-27 14:14:00 +00:00
height: 480px;
2015-07-21 14:10:24 +00:00
overflow-y: scroll;
2015-07-22 15:57:15 +00:00
}
.signin {
margin: 0px 10px;
2015-07-28 15:54:29 +00:00
}
2015-07-29 14:35:58 +00:00
.admin-panel {
margin: 10px 10px;
}
2015-07-28 23:32:50 +00:00
.dot {
2015-07-29 10:46:30 +00:00
width: 5px;
height: 5px;
2015-07-28 15:54:29 +00:00
border-radius: 50%;
2015-07-28 23:32:50 +00:00
vertical-align: middle;
position:relative;
display: inline-block;
}
.online {
2015-07-29 13:50:39 +00:00
background: #0C0;
2015-07-29 10:46:30 +00:00
}
.afk {
background: #FF9900;
}
.offline {
background: #CCC;
}
.no-bottom {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
.join-hero {
padding: 80px 0px;
}
2015-07-29 13:50:39 +00:00
2015-08-04 23:57:54 +00:00
.max-width {
width: 100%;
}
.add-top {
margin-top: 10px;
2015-08-18 09:56:35 +00:00
}
.jumbo-auth {
margin-top: 30px;
}
.jumbo-img {
max-height: 150px;
}
.spinner {
max-height: 30px !important;
2015-08-27 14:53:11 +00:00
}
.gather-voting {
font-size: 90%;
}
2015-08-27 18:08:34 +00:00
.progress-bar {
min-width: 6em;
}