mcopy/app/css/app.css

40 lines
515 B
CSS
Raw Normal View History

2016-04-13 02:51:47 +00:00
#footer {
position: fixed;
bottom: 0;
width: 100%;
height: 150px;
}
#log {
position: fixed;
2016-04-13 04:06:19 +00:00
width: 100%;
2016-04-13 02:51:47 +00:00
height: 150px;
}
2016-04-13 04:06:19 +00:00
.screen {
display: none;
2016-04-13 02:51:47 +00:00
}
#colors-tabs {
width: 400px;
}
#colors-content {
width: 400px;
}
#light-status {
width: 400px;
float: right;
}
#light-status form {
float: left;
line-height: 30px;
}
#light-status form span {
width: 20px;
display: inline-block;
}
#color {
width: 100px;
height: 100px;
margin: 0 50px;
background-color: #000;
float: right;
}