hedera-web/package/usr/share/hedera-web/forms/admin/visits/style.css

37 lines
335 B
CSS
Raw Normal View History

2015-02-01 03:21:54 +00:00
#visits
{
2015-02-01 03:21:54 +00:00
margin: 1em;
min-width: 50em;
}
2015-02-01 03:21:54 +00:00
#visits .box
{
2015-02-01 03:21:54 +00:00
max-width: 80em;
margin: 0 auto;
padding: 2em;
}
/* 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%;
}