Plugin Directory

Changeset 1699246


Ignore:
Timestamp:
07/20/2017 12:52:38 AM (9 years ago)
Author:
uncleserj
Message:

Update

Location:
shortcode-mastery-lite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shortcode-mastery-lite/tags/1.0.1/css/shortcode-mastery-admin.css

    r1699245 r1699246  
    1010
    1111
    12 #shortcode-mastery  .tablenav .actions {
    13         padding: 0;
     12#shortcode-mastery .tablenav .actions {
     13    padding: 0;
     14}
     15
     16#shortcode-mastery .tablenav.bottom {
     17    margin-bottom: 40px;
     18    padding-top: 10px;
     19}
     20
     21#shortcode-mastery .tablenav a {
     22    text-decoration: none;
     23}
     24
     25#shortcode-mastery .tablenav a:hover {
     26    color:#fff;
     27}
     28
     29#shortcode-mastery .shortcode-mastery-color {
     30    color: #b13e39;
     31}
     32
     33#shortcode-mastery .shortcode_mastery_tables {
     34    border-radius: 0;
     35}
     36
     37#shortcode-mastery .sm-block {
     38    border-radius: 0px;
     39}
     40
     41#shortcode-mastery .shortcode_mastery_tables td {
     42    vertical-align: middle;
     43}
     44
     45#shortcode-mastery .shortcode_mastery_tables td.shortcode_mastery_actions {
     46    width: 50%;
     47}
     48
     49#shortcode-mastery .shortcode_mastery_tables tbody th.check-column {
     50    padding: 3px 0 0 3px;
     51    vertical-align: middle;
     52}
     53       
     54@media (max-width:782px) {
     55   
     56    #shortcode-mastery .shortcode_mastery_tables .toggle-row {
     57        top:15px;
    1458    }
    15 
    16 #shortcode-mastery  .tablenav.bottom {
    17         margin-bottom: 40px;
    18         padding-top: 10px;
     59   
     60    #shortcode-mastery .shortcode_mastery_tables th input[type=checkbox] {
     61        margin-top: 5px;
    1962    }
    20 
    21 #shortcode-mastery  .tablenav a {
    22         text-decoration: none;
     63   
     64   
     65   
     66    #shortcode-mastery .shortcode_mastery_tables .column-shortcode_mastery_actions::before,
     67    #shortcode-mastery .shortcode_mastery_tables .column-shortcode_mastery_code::before {
     68        top:50%;
     69        margin-top: -11px;
    2370    }
    24 
    25 #shortcode-mastery  .tablenav a:hover {
    26         color:#fff;
     71   
     72    #shortcode-mastery .shortcode_mastery_tables .column-shortcode_mastery_title {
     73        padding-top: 12px;
    2774    }
    2875
    29 #shortcode-mastery  .shortcode-mastery-color {
    30         color: #b13e39;
    31     }
    32 
    33 #shortcode-mastery  .shortcode_mastery_tables {
    34         border-radius: 0;
    35     }
    36    
    37 #shortcode-mastery  .sm-block {
    38         border-radius: 0px;
    39     }
    40 
    41 #shortcode-mastery  .shortcode_mastery_tables td {
    42         vertical-align: middle;
    43     }
    44 
    45 #shortcode-mastery  .shortcode_mastery_tables td.shortcode_mastery_actions {
    46         width: 50%;
    47     }
    48    
    49 #shortcode-mastery  .shortcode_mastery_tables tbody th.check-column {
    50         padding: 3px 0 0 3px;
    51         vertical-align: middle;
    52     }
    53        
    54     @media (max-width:782px) {
    55        
    56     #shortcode-mastery  .shortcode_mastery_tables .toggle-row {
    57             top:15px;
    58         }
    59        
    60     #shortcode-mastery  .shortcode_mastery_tables th input[type=checkbox] {
    61             margin-top: 5px;
    62         }
    63        
    64        
    65        
    66     #shortcode-mastery  .shortcode_mastery_tables .column-shortcode_mastery_actions::before,
    67     #shortcode-mastery  .shortcode_mastery_tables .column-shortcode_mastery_code::before {
    68             top:50%;
    69             margin-top: -11px;
    70         }
    71        
    72     #shortcode-mastery  .shortcode_mastery_tables .column-shortcode_mastery_title {
    73             padding-top: 12px;
    74         }
    75 
    76     }
    77    
     76}
     77
    7878
    7979/* Buttons */
  • shortcode-mastery-lite/trunk/css/shortcode-mastery-admin.css

    r1699245 r1699246  
    1010
    1111
    12 #shortcode-mastery  .tablenav .actions {
    13         padding: 0;
     12#shortcode-mastery .tablenav .actions {
     13    padding: 0;
     14}
     15
     16#shortcode-mastery .tablenav.bottom {
     17    margin-bottom: 40px;
     18    padding-top: 10px;
     19}
     20
     21#shortcode-mastery .tablenav a {
     22    text-decoration: none;
     23}
     24
     25#shortcode-mastery .tablenav a:hover {
     26    color:#fff;
     27}
     28
     29#shortcode-mastery .shortcode-mastery-color {
     30    color: #b13e39;
     31}
     32
     33#shortcode-mastery .shortcode_mastery_tables {
     34    border-radius: 0;
     35}
     36
     37#shortcode-mastery .sm-block {
     38    border-radius: 0px;
     39}
     40
     41#shortcode-mastery .shortcode_mastery_tables td {
     42    vertical-align: middle;
     43}
     44
     45#shortcode-mastery .shortcode_mastery_tables td.shortcode_mastery_actions {
     46    width: 50%;
     47}
     48
     49#shortcode-mastery .shortcode_mastery_tables tbody th.check-column {
     50    padding: 3px 0 0 3px;
     51    vertical-align: middle;
     52}
     53       
     54@media (max-width:782px) {
     55   
     56    #shortcode-mastery .shortcode_mastery_tables .toggle-row {
     57        top:15px;
    1458    }
    15 
    16 #shortcode-mastery  .tablenav.bottom {
    17         margin-bottom: 40px;
    18         padding-top: 10px;
     59   
     60    #shortcode-mastery .shortcode_mastery_tables th input[type=checkbox] {
     61        margin-top: 5px;
    1962    }
    20 
    21 #shortcode-mastery  .tablenav a {
    22         text-decoration: none;
     63   
     64   
     65   
     66    #shortcode-mastery .shortcode_mastery_tables .column-shortcode_mastery_actions::before,
     67    #shortcode-mastery .shortcode_mastery_tables .column-shortcode_mastery_code::before {
     68        top:50%;
     69        margin-top: -11px;
    2370    }
    24 
    25 #shortcode-mastery  .tablenav a:hover {
    26         color:#fff;
     71   
     72    #shortcode-mastery .shortcode_mastery_tables .column-shortcode_mastery_title {
     73        padding-top: 12px;
    2774    }
    2875
    29 #shortcode-mastery  .shortcode-mastery-color {
    30         color: #b13e39;
    31     }
    32 
    33 #shortcode-mastery  .shortcode_mastery_tables {
    34         border-radius: 0;
    35     }
    36    
    37 #shortcode-mastery  .sm-block {
    38         border-radius: 0px;
    39     }
    40 
    41 #shortcode-mastery  .shortcode_mastery_tables td {
    42         vertical-align: middle;
    43     }
    44 
    45 #shortcode-mastery  .shortcode_mastery_tables td.shortcode_mastery_actions {
    46         width: 50%;
    47     }
    48    
    49 #shortcode-mastery  .shortcode_mastery_tables tbody th.check-column {
    50         padding: 3px 0 0 3px;
    51         vertical-align: middle;
    52     }
    53        
    54     @media (max-width:782px) {
    55        
    56     #shortcode-mastery  .shortcode_mastery_tables .toggle-row {
    57             top:15px;
    58         }
    59        
    60     #shortcode-mastery  .shortcode_mastery_tables th input[type=checkbox] {
    61             margin-top: 5px;
    62         }
    63        
    64        
    65        
    66     #shortcode-mastery  .shortcode_mastery_tables .column-shortcode_mastery_actions::before,
    67     #shortcode-mastery  .shortcode_mastery_tables .column-shortcode_mastery_code::before {
    68             top:50%;
    69             margin-top: -11px;
    70         }
    71        
    72     #shortcode-mastery  .shortcode_mastery_tables .column-shortcode_mastery_title {
    73             padding-top: 12px;
    74         }
    75 
    76     }
    77    
     76}
     77
    7878
    7979/* Buttons */
Note: See TracChangeset for help on using the changeset viewer.