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.

32 lines
507 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. .col-md-12{
  25. flex:0 0 66.6666666667%;max-width:66.6666666667%
  26. }
  27. .hideable{
  28. display:none;
  29. visibility:hidden;
  30. }
  31. }