hedera-web/web/forms/admin/photos/style.css

45 lines
416 B
CSS
Executable File

.photos
{
padding: 1em;
}
.photos .box
{
max-width: 40em;
}
.photos form
{
margin: 0 auto;
max-width: 25em;
}
div.form-group
{
padding: 0.4em;
}
.photos form label
{
display: block;
margin-bottom: 0.5em;
}
.photos input,
.photos select
{
margin: 0;
width: 100%;
}
.photos iframe
{
display: none;
}
/* Footer */
.photos button
{
display: block;
margin: 0 auto;
padding: 0.6em;
margin-top: 1.5em;
}