forked from x/volcanos
13 lines
224 B
CSS
13 lines
224 B
CSS
fieldset.input.date {
|
|
background-color:black;
|
|
position:fixed;
|
|
z-index:100;
|
|
}
|
|
fieldset.input.date div.action>hr {
|
|
clear:both;
|
|
}
|
|
fieldset.input.date div.output table {
|
|
text-align:center;
|
|
width:260px;
|
|
}
|