2015-09-22 07:20:47 +00:00
|
|
|
|
|
|
|
.shelves
|
|
|
|
{
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
.shelves .box
|
|
|
|
{
|
2015-12-02 17:26:58 +00:00
|
|
|
max-width: 30em;
|
2015-09-22 07:20:47 +00:00
|
|
|
padding: 2em;
|
|
|
|
}
|
2015-12-02 17:26:58 +00:00
|
|
|
.shelves .form
|
2015-09-22 07:20:47 +00:00
|
|
|
{
|
2015-12-02 17:26:58 +00:00
|
|
|
max-width: 25em;
|
2015-09-22 07:20:47 +00:00
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
.shelves .form-group
|
|
|
|
{
|
|
|
|
padding: 0.4em;
|
|
|
|
}
|
|
|
|
.shelves form label
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
2015-10-23 23:23:19 +00:00
|
|
|
.shelves input[type=text],
|
2015-09-22 07:20:47 +00:00
|
|
|
.shelves select
|
|
|
|
{
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|