mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
20 lines
316 B
CSS
20 lines
316 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 {
|
|
float:right;
|
|
}
|
|
fieldset.Footer>div.output div.state>div {
|
|
margin-right:5px;
|
|
float:right;
|
|
}
|
|
|