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.

29 lines
443 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. @media only screen and (orientation: portrait){
  24. .hideable{
  25. display:none;
  26. visibility:hidden;
  27. }
  28. }