Plugin Directory

Changeset 2445597


Ignore:
Timestamp:
12/24/2020 03:40:34 PM (5 years ago)
Author:
badprle
Message:

small css changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emitto/trunk/public/popup.css

    r2445595 r2445597  
    168168    cursor: pointer !important;
    169169}
    170 
     170@media only screen and (max-width: 1300px) {
     171
     172
     173    p#close-emitto-popup span {
     174        font-size: 30px !important;
     175        top: 80% !important;
     176        right: 75px !important;
     177    }
     178}
    171179@media only screen and (max-width: 500px) {
    172180    #popup-3 .close-first,
     
    175183        right: 10px !important;
    176184    }
    177     .second-bar span {
     185    .second-bar #close-emitto-popup span {
    178186        top: 15px !important;
    179187        right: 10px !important;
     
    181189}
    182190
    183 @media only screen and (max-width: 1300px) {
    184 
    185 
    186     p#close-emitto-popup span {
    187         font-size: 30px !important;
    188         top: 80% !important;
    189         right: 75px !important;
    190     }
    191 }
     191
    192192
    193193#popup-3 .close-first span,
Note: See TracChangeset for help on using the changeset viewer.