topic-democracy/app/TopicDemocracy.css

58 lines
867 B
CSS
Raw Normal View History

2018-05-18 19:17:46 +00:00
2019-03-28 23:16:54 +00:00
div {
margin: 15px;
}
2018-05-13 04:31:01 +00:00
.logs {
background-color: black;
font-size: 14px;
color: white;
font-weight: bold;
padding: 10px;
border-radius: 8px;
}
.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
margin: 0px;
}
.nav-tabs {
margin-bottom: 0;
}
.status-offline {
vertical-align: middle;
margin-left: 5px;
margin-top: 4px;
width: 12px;
height: 12px;
background: red;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.status-online {
vertical-align: middle;
margin-left: 5px;
margin-top: 4px;
width: 12px;
height: 12px;
background: mediumseagreen;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
input.form-control {
2019-03-28 23:16:54 +00:00
margin-right: 5px;
}
.alert-result {
margin-left: 0;
}