openwebrx-clone/htdocs/css/admin.css

21 lines
323 B
CSS
Raw Normal View History

2020-03-08 22:23:36 +00:00
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
/* expandable photo not implemented in admin area page */
#webrx-top-photo-clip {
max-height: 67px;
}
body {
background-color: #2e2e2e;
color: #DDD;
}
2020-03-26 22:04:02 +00:00
.buttons {
text-align: right;
}
.row .map-input {
margin: 15px 15px 0;
}