mirror of
https://shylinux.com/x/volcanos
synced 2025-05-09 14:18:12 +08:00
37 lines
819 B
CSS
37 lines
819 B
CSS
fieldset.plan>div.output table.project {
|
|
float:left;
|
|
}
|
|
fieldset.plan>div.output table.content {
|
|
float:left;
|
|
}
|
|
fieldset.plan>div.output table.profile {
|
|
float:left;
|
|
}
|
|
fieldset.plan>div.output pre.display {
|
|
position:sticky; bottom:0;
|
|
clear:both;
|
|
}
|
|
|
|
fieldset.plan>div.output table.content div.prepare {
|
|
background-color:blue;
|
|
}
|
|
fieldset.plan>div.output table.content div.process {
|
|
/* background-color:yellow; */
|
|
}
|
|
fieldset.plan>div.output table.content div.finish {
|
|
background-color:green;
|
|
}
|
|
fieldset.plan>div.output table.content div.cancel {
|
|
background-color:red;
|
|
}
|
|
|
|
fieldset.plan>div.output table.content td {
|
|
vertical-align:top;
|
|
}
|
|
fieldset.plan>div.output table.content td div.date {
|
|
color:gray;
|
|
}
|
|
fieldset.plan>div.output table.content td.over {
|
|
border:solid 2px red;
|
|
}
|