style.css 330 B

1234567891011121314151617181920212223242526272829303132
  1. #serverList > .row{
  2. padding-top: 0.5em;
  3. padding-bottom: 0.5em;
  4. }
  5. #titles {
  6. font-weight: bold;
  7. }
  8. .icon {
  9. /*padding: 5px;*/
  10. }
  11. #actions {
  12. display: inline-block;
  13. }
  14. #actions img {
  15. cursor: pointer;
  16. }
  17. #actions img {
  18. height: 1.1em;
  19. }
  20. #dateControls {
  21. padding: 10px 20px;
  22. }
  23. #dateControls select {
  24. height: 100%;
  25. }