mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
27 lines
468 B
CSS
27 lines
468 B
CSS
#admin-tools h1 {
|
|
text-align: left;
|
|
margin: 10px;
|
|
}
|
|
|
|
#admin_placeholder {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
#admin_placeholder fieldset {
|
|
background-color: #383838;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
#admin_placeholder button{
|
|
font-size: 18px;
|
|
font-weight: bolder;
|
|
background-color: #ccc;
|
|
padding: 5px 10px;
|
|
border-radius: 5px;
|
|
border: 2px solid #aaa;
|
|
box-shadow: 2px 2px 0 #eee;
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
margin-right: 20px;
|
|
} |