ensl_gathers/public/css/app.css

113 lines
1.1 KiB
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-09-05 17:22:23 +00:00
.headline {
padding-bottom: 0.5em;
border-bottom: 1px solid #CFCFCF;
margin-bottom: 20px;
}
2015-09-14 22:14:36 +00:00
.gather-actions {
margin-top: 0.5em;
}
2015-07-22 22:34:57 +00:00
#gathers {
2015-09-14 22:14:36 +00:00
margin-top: 1em;
2015-07-22 22:34:57 +00:00
}
2015-08-28 20:37:55 +00:00
.gatherer {
2015-08-31 14:55:42 +00:00
margin-bottom: 5px;
2015-08-28 20:37:55 +00:00
padding: 0px;
}
2015-09-14 22:27:45 +00:00
#side-menu {
margin-top: 1em;
}
#users-list {
}
2015-07-21 14:10:24 +00:00
#chatroom {
2015-09-14 22:14:36 +00:00
margin-top: 1em;
2015-07-21 14:10:24 +00:00
}
2015-08-27 14:14:00 +00:00
.chatbox {
}
2015-07-21 14:10:24 +00:00
.add-left {
2015-09-14 22:27:45 +00:00
margin-left: 0.5em;
}
.add-right {
margin-left: 0.5em;
2015-07-21 14:10:24 +00:00
}
#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-29 10:46:30 +00:00
.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 {
2015-09-14 22:14:36 +00:00
margin-top: 0.5em;
2015-08-18 09:56:35 +00:00
}
2015-09-14 22:27:45 +00:00
.add-bottom {
margin-bottom: 0.5em;
}
2015-09-14 17:11:52 +00:00
.previous-headline {
margin-top: 2em;
};
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;
2015-08-28 18:06:46 +00:00
}
.add-right {
margin-right: 2px;
2015-09-05 17:22:23 +00:00
}
#gatherers-panel > .panel {
margin-bottom: 1px;
}