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.

48 lines
773 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: 100px;
  28. }
  29. #search-form input[type="radio"]{
  30. max-width: 15px;
  31. }
  32. #search-form #radios{
  33. border: 1px solid #454d55;
  34. padding: 5px;
  35. }
  36. #search-form .form-group{
  37. float:right;
  38. }
  39. @media only screen and (orientation: portrait){
  40. .hideable{
  41. display:none;
  42. visibility:hidden;
  43. }
  44. }