@import "../theme/ajui.less";
div #app-nav-container {
border-top: 2px solid @header-nav-book;
}
div #footer {
background-color: @header-nav-book;
}
div #app-content {
display: inline-block;
width: 100%;
}
fieldset {
border: 1px dashed @header-nav-book;
/* Make download options (preview/purchase) the same width. */
width: 130px;
}
label {
font-weight: bold;
}
/* Center the download icon on the download button. */
button.create-button img {
vertical-align: middle;
}
button.create-button, button.purchase-button {
border: 0;
background-color: transparent;
cursor: hand;
cursor: pointer;
}
/* Center the download buttons in the fieldset's enclosing div. */
div #book-create, div #book-purchase {
text-align: center;
}
p.tip {
text-align: center;
}
select.recipe-select {
min-width: 265px;
}