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

3 years ago
  1. .infopanel{
  2. background:#343a40;
  3. color:#fff;
  4. min-height:2.5rem;
  5. vertical-align:middle;
  6. border-bottom: 1px solid #454d55;
  7. padding: 15px;
  8. }
  9. .backlink{
  10. text-align: right;
  11. float:right;
  12. }
  13. #navline1, #navline2{
  14. text-align:center;
  15. padding:10px;
  16. }
  17. #buttons form{
  18. display:inline;
  19. }
  20. .editbutton, .deletebutton{
  21. display:inline-block;
  22. }
  23. #search-form input[type="text"], #search-form input[type="radio"], #search-form label{
  24. display:inline;
  25. }
  26. #search-form input[type="text"]{
  27. max-width: 150px;
  28. }
  29. #search-form label{
  30. margin-right: 5px;
  31. }
  32. #search-form input[type="radio"]{
  33. max-width: 20px;
  34. padding: 5px;
  35. }
  36. #search-form #radios{
  37. border: 1px solid #ced4da;
  38. border-radius:.25rem;
  39. height: calc(2em + .75rem + 2px);
  40. line-height:1.6;
  41. padding: 9px;
  42. }
  43. #search-form .form-group{
  44. text-align:center;
  45. }
  46. @media only screen and (orientation: portrait){
  47. .hideable{
  48. display:none;
  49. visibility:hidden;
  50. }
  51. }