Dotclear

Changeset 2530:054f18d023df


Ignore:
Timestamp:
11/09/13 11:36:13 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
2.6
Message:

Make pseudo-tabs responsive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2523 r2530  
    27892789     vertical-align: bottom; 
    27902790     } 
     2791.pseudo-tabs li { 
     2792     display: block; 
     2793     float: left; 
     2794     width: 50%; 
     2795     border-top: 1px solid #ddd; 
     2796     padding: .25em; 
     2797     } 
     2798.pseudo-tabs li:first-child, .pseudo-tabs li:nth-of-type(2) { 
     2799     border-top: none; 
     2800     } 
    27912801} 
    27922802@media screen and (max-width: 26.5em) { 
     
    28572867     padding: 0.3em 1em 0.3em 0; 
    28582868     } 
     2869.pseudo-tabs li { 
     2870     display: block; 
     2871     width: 100%; 
     2872     float: none; 
     2873     border-top: 1px solid #ddd !important; 
     2874     } 
     2875.pseudo-tabs li:first-child { 
     2876     border-top: none; 
     2877     } 
    28592878} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map