style.css 247 B

123456789101112131415161718192021222324
  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. }