Plugin Directory

Changeset 1657779


Ignore:
Timestamp:
05/15/2017 02:38:46 PM (9 years ago)
Author:
mitchbrooks
Message:

Fixed Css

Location:
mt-game-server-status/trunk/assets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mt-game-server-status/trunk/assets/main.css

    r1657223 r1657779  
     1.server-box-half,
     2.server-box-quarter,
     3.server-box-three-quarters {
     4    float: left;
     5    padding-left: 15px;
     6    padding-right: 15px;
     7    margin-bottom: 30px
     8}
     9
     10.server-table a,
     11.server-table a:hover {
     12    box-shadow: none
     13}
     14
    115.servers-list-wrap .servers-left-content {
    216    width: 35%;
    317    padding-left: 15px;
    4     padding-right: 15px;
     18    padding-right: 15px
    519}
     20
    621.servers-list-wrap .servers-right-content {
    722    width: 65%;
    823    padding-left: 15px;
    9     padding-right: 15px;
     24    padding-right: 15px
    1025}
    11 .servers-list-wrap .servers-right-content, .servers-list-wrap .servers-left-content {
     26
     27.servers-list-wrap .servers-left-content,
     28.servers-list-wrap .servers-right-content {
    1229    float: left;
    13     vertical-align: top;
     30    vertical-align: top
    1431}
     32
    1533.row:last-child .servers-list-wrap hr {
    16     display: none;
     34    display: none
    1735}
     36
    1837.servers-list-wrap hr {
    1938    display: block;
    20     width: 100%;
     39    width: 100%
    2140}
     41
    2242.servers-list-wrap {
    2343    padding-left: 15px;
    24     padding-right: 15px;
     44    padding-right: 15px
    2545}
     46
    2647.row {
    2748    margin-left: -15px;
    28     margin-right: -15px;
     49    margin-right: -15px
    2950}
     51
    3052.server-box-half {
    31     float: left;
    32     width: 50%;
    33     padding-left: 15px;
    34     padding-right: 15px;
    35     margin-bottom: 30px;
     53    width: 50%
    3654}
     55
    3756.server-box-inner {
    3857    padding: 15px;
    39     border: 1px solid #ddd;
     58    border: 1px solid #ddd
    4059}
     60
    4161.server-box-three-quarters {
    42     float: left;
    43     width: 75%;
    44     padding-left: 15px;
    45     padding-right: 15px;
    46     margin-bottom: 30px;
     62    width: 75%
    4763}
     64
    4865.server-box-quarter {
    49     float: left;
    50     width: 25%;
    51     padding-left: 15px;
    52     padding-right: 15px;
    53     margin-bottom: 30px;
     66    width: 25%
    5467}
     68
    5569.single-servers .single-featured-image-header {
    56     display: none;
     70    display: none
    5771}
     72
    5873.server-table table {
    59     border-collapse: collapse;
    60     margin: 0 0 1.5em;
    61     width: 100%;
     74    border-collapse: collapse;
     75    margin: 0 0 1.5em;
     76    width: 100%
    6277}
     78
    6379.server-table thead th {
    64     border-bottom: 2px solid #bbb;
    65     padding-bottom: 0.5em;
     80    border-bottom: 2px solid #bbb;
     81    padding-bottom: .5em
    6682}
     83
    6784.server-table th {
    68     padding: 0.4em;
    69     text-align: left;
     85    padding: .4em;
     86    text-align: left
    7087}
     88
    7189.server-table tr {
    72     border-bottom: 1px solid #eee;
     90    border-bottom: 1px solid #eee
    7391}
     92
    7493.server-table td {
    75     padding: 0.4em;
     94    padding: .4em
    7695}
    77 .server-table th:first-child, .server-table td:first-child {
    78     padding-left: 0;
     96
     97.server-table td:first-child,
     98.server-table th:first-child {
     99    padding-left: 0
    79100}
    80 .server-table th:last-child, .server-table td:last-child {
    81     padding-right: 0;
     101
     102.server-table td:last-child,
     103.server-table th:last-child {
     104    padding-right: 0
    82105}
     106
    83107.server-table a {
    84     box-shadow: none;
    85     color: initial;
     108    color: inherit;
    86109    border: 0;
    87110}
    88 .server-table a:hover {
    89     box-shadow: none;
    90 }
  • mt-game-server-status/trunk/assets/main.min.css

    r1657223 r1657779  
    1 .server-box-half,.server-box-quarter,.server-box-three-quarters{float:left;padding-left:15px;padding-right:15px;margin-bottom:30px}.server-table a,.server-table a:hover{box-shadow:none}.servers-list-wrap .servers-left-content{width:35%;padding-left:15px;padding-right:15px}.servers-list-wrap .servers-right-content{width:65%;padding-left:15px;padding-right:15px}.servers-list-wrap .servers-left-content,.servers-list-wrap .servers-right-content{float:left;vertical-align:top}.row:last-child .servers-list-wrap hr{display:none}.servers-list-wrap hr{display:block;width:100%}.servers-list-wrap{padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.server-box-half{width:50%}.server-box-inner{padding:15px;border:1px solid #ddd}.server-box-three-quarters{width:75%}.server-box-quarter{width:25%}.single-servers .single-featured-image-header{display:none}.server-table table{border-collapse:collapse;margin:0 0 1.5em;width:100%}.server-table thead th{border-bottom:2px solid #bbb;padding-bottom:.5em}.server-table th{padding:.4em;text-align:left}.server-table tr{border-bottom:1px solid #eee}.server-table td{padding:.4em}.server-table td:first-child,.server-table th:first-child{padding-left:0}.server-table td:last-child,.server-table th:last-child{padding-right:0}.server-table a{color:initial;border:0}
     1.server-box-half, .server-box-quarter, .server-box-three-quarters, .server-box-third{float:left;padding-left:15px;padding-right:15px;margin-bottom:30px}.server-table a,.server-table a:hover{box-shadow:none}.servers-list-wrap .servers-left-content{width:35%;padding-left:15px;padding-right:15px}.servers-list-wrap .servers-right-content{width:65%;padding-left:15px;padding-right:15px}.servers-list-wrap .servers-left-content,.servers-list-wrap .servers-right-content{float:left;vertical-align:top}.row:last-child .servers-list-wrap hr{display:none}.servers-list-wrap hr{display:block;width:100%}.servers-list-wrap{padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.server-box-half{width:50%}.server-box-inner{padding:15px;border:1px solid #ddd}.server-box-three-quarters{width:75%}.server-box-quarter{width:25%}.single-servers .single-featured-image-header{display:none}.server-table{border-collapse:collapse;margin:0 0 1.5em;width:100%}.server-table thead th{border-bottom:2px solid #bbb;padding-bottom:.5em}.server-table th{padding:.4em;text-align:left}.server-table tr{border-bottom:1px solid #eee}.server-table td{padding:.4em}.server-table td:first-child,.server-table th:first-child{padding-left:0}.server-table td:last-child,.server-table th:last-child{padding-right:0}.server-table a{color:initial;border:0} .server-box-third { width: 33.333333333333333333333333333333%; }
Note: See TracChangeset for help on using the changeset viewer.