Changeset 2445597
- Timestamp:
- 12/24/2020 03:40:34 PM (5 years ago)
- File:
-
- 1 edited
-
emitto/trunk/public/popup.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
emitto/trunk/public/popup.css
r2445595 r2445597 168 168 cursor: pointer !important; 169 169 } 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 } 171 179 @media only screen and (max-width: 500px) { 172 180 #popup-3 .close-first, … … 175 183 right: 10px !important; 176 184 } 177 .second-bar span {185 .second-bar #close-emitto-popup span { 178 186 top: 15px !important; 179 187 right: 10px !important; … … 181 189 } 182 190 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 192 192 193 193 #popup-3 .close-first span,
Note: See TracChangeset
for help on using the changeset viewer.