Dotclear


Ignore:
Timestamp:
11/15/16 14:36:32 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Review CSS of top user links (needed as we may have 3 differents sizes of font)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/partials/_header.scss

    r3365 r3409  
    105105 
    106106#top-info-user { 
    107      padding-right: 18px; 
     107     padding-right: .5em; 
    108108     list-style-type: none; 
    109109     text-align: right; 
     
    122122 
    123123#top-info-user a.active { 
    124      border-bottom-color: $white; 
     124     border-width: 0; 
     125     border-radius: 4px; 
    125126     margin: 0; 
    126      padding: 18px .5em; 
    127      background-color: $white; 
    128      color: $primary-color; 
     127     padding: 2px 8px 3px; 
     128     background-color: $secondary-background; 
     129     color: $secondary-color; 
    129130     font-weight: bold; 
    130131} 
     
    133134                                                            UN POIL DE MEDIA QUERIES 
    134135------------------------------------------------------------------------------------ */ 
    135  
    136 @media screen and (max-width: $xl-screen) { 
    137      #top-info-user { 
    138           padding-right: .5em; 
    139      } 
    140      #top-info-user a.active { 
    141           padding: 2px 8px; 
    142           border-width: 0; 
    143           border-radius: 6px; 
    144      } 
    145 } 
    146136 
    147137@media screen and (max-width: $xxs-screen) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map