My beer compendium
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

53 lines
910 B

.infopanel{
background:#343a40;
color:#fff;
min-height:2.5rem;
vertical-align:middle;
border-bottom: 1px solid #454d55;
padding: 15px;
}
.backlink{
text-align: right;
float:right;
}
#navline1, #navline2{
text-align:center;
padding:10px;
}
#buttons form{
display:inline;
}
.editbutton, .deletebutton{
display:inline-block;
}
#search-form input[type="text"], #search-form input[type="radio"], #search-form label{
display:inline;
}
#search-form input[type="text"]{
max-width: 150px;
}
#search-form label{
margin-right: 5px;
}
#search-form input[type="radio"]{
max-width: 20px;
padding: 5px;
}
#search-form #radios{
border: 1px solid #ced4da;
border-radius:.25rem;
height: calc(2em + .75rem + 2px);
line-height:1.6;
padding: 9px;
}
#search-form .form-group{
text-align:center;
}
@media only screen and (orientation: portrait){
.hideable{
display:none;
visibility:hidden;
}
}