mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
33 lines
731 B
CSS
33 lines
731 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 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;
|
|
}
|