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/default.css

    r3408 r3409  
    15331533/* top-info-user */ 
    15341534#top-info-user { 
    1535   padding-right: 18px; 
     1535  padding-right: .5em; 
    15361536  list-style-type: none; 
    15371537  text-align: right; } 
     
    15471547 
    15481548#top-info-user a.active { 
    1549   border-bottom-color: #fff; 
     1549  border-width: 0; 
     1550  border-radius: 4px; 
    15501551  margin: 0; 
    1551   padding: 18px .5em; 
    1552   background-color: #fff; 
    1553   color: #323232; 
     1552  padding: 2px 8px 3px; 
     1553  background-color: #f3f3f3; 
     1554  color: #d33800; 
    15541555  font-weight: bold; } 
    15551556 
     
    15571558                                                            UN POIL DE MEDIA QUERIES 
    15581559------------------------------------------------------------------------------------ */ 
    1559 @media screen and (max-width: 80em) { 
    1560   #top-info-user { 
    1561     padding-right: .5em; } 
    1562  
    1563   #top-info-user a.active { 
    1564     padding: 2px 8px; 
    1565     border-width: 0; 
    1566     border-radius: 6px; } } 
    15671560@media screen and (max-width: 26.5em) { 
    15681561  h1, 
Note: See TracChangeset for help on using the changeset viewer.

Sites map