ictgj-voting/assets/css/admin.css

21 lines
291 B
CSS
Raw Normal View History

2017-04-03 21:32:13 +00:00
div.content {
margin-left: 150px;
}
2017-06-08 20:43:11 +00:00
div.bottom-space {
margin-bottom: 15px;
}
img.thumbnail {
cursor: pointer;
}
2017-07-28 19:36:14 +00:00
div.results-container {
border: 1px solid #999;
border-radius: 3px;
background-color: #DDD;
margin-bottom: 20px;
padding-left: 20px;
padding-bottom: 20px;
}