forked from verdnatura/hedera-web
47 lines
462 B
CSS
Executable File
47 lines
462 B
CSS
Executable File
#visits h1
|
|
{
|
|
font-weight: normal;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
margin: 15px;
|
|
}
|
|
|
|
/* Actions */
|
|
|
|
#visits div.actions
|
|
{
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
padding: 15px;
|
|
}
|
|
#visits div.actions button
|
|
{
|
|
padding: 5px;
|
|
}
|
|
|
|
/* Steps */
|
|
|
|
div.step
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
/* Forms */
|
|
|
|
#visits tbody tr
|
|
{
|
|
height: 34px;
|
|
}
|
|
#visits table.form
|
|
{
|
|
padding-bottom: 20px;
|
|
border-collapse: separate;
|
|
border-spacing: 8px;
|
|
}
|
|
#visits td.label
|
|
{
|
|
width: 50%;
|
|
}
|
|
|