mirror of
https://shylinux.com/x/volcanos
synced 2025-05-02 19:47:01 +08:00
22 lines
362 B
CSS
22 lines
362 B
CSS
fieldset.Footer {
|
|
height:32px;
|
|
clear:both;
|
|
}
|
|
fieldset.Footer>div {
|
|
margin:7px 0;
|
|
}
|
|
fieldset.Footer>div.output div.title {
|
|
margin-left:5px;
|
|
float:left;
|
|
}
|
|
fieldset.Footer>div.output div.state {
|
|
margin-right:5px;
|
|
float:right;
|
|
}
|
|
|
|
body.white fieldset.Footer {
|
|
border:solid 2px #1f2224;
|
|
background-color:#1f2224;
|
|
color:white;
|
|
}
|