| 123456789101112131415161718192021222324 |
- #serverList > .row{
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- }
- #titles {
- font-weight: bold;
- }
- .icon {
- /*padding: 5px;*/
- }
- #actions {
- display: inline-block;
- }
- #actions img {
- cursor: pointer;
- }
- #actions img {
- height: 1.1em;
- }
|