ensl_gathers/public/css/app.css

26 lines
246 B
CSS
Raw Normal View History

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;
}
.add-left {
margin-left: 10px;
}
#chatmessages {
max-height: 70%;
min-height: 70%;
overflow-y: scroll;
2015-07-22 15:57:15 +00:00
}
.signin {
margin: 0px 10px;
}
2015-07-25 12:00:56 +00:00
.gatherer-table {
padding: 20px;
}