Dotclear

Changeset 3822:792d12537a01


Ignore:
Timestamp:
08/24/18 18:47:09 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Prelude (quick links) may overlay another links in small resolution, fix that by displaying it in the standard flow (1st position) rather than in absolute position. Fixes #2282

Location:
admin/style
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default-dark.css

    r3811 r3822  
    15831583  padding: 0; 
    15841584  overflow: hidden; 
    1585   position: absolute; 
    1586   top: 3em; 
    1587   left: 0; 
    15881585  background: #a2cbe9; 
    1589   width: 100%; 
    1590   z-index: 100; } 
     1586  width: 100%; } 
    15911587  #prelude li { 
    15921588    list-style-type: none; 
  • admin/style/default.css

    r3811 r3822  
    15831583  padding: 0; 
    15841584  overflow: hidden; 
    1585   position: absolute; 
    1586   top: 3em; 
    1587   left: 0; 
    15881585  background: #a2cbe9; 
    1589   width: 100%; 
    1590   z-index: 100; } 
     1586  width: 100%; } 
    15911587  #prelude li { 
    15921588    list-style-type: none; 
  • admin/style/scss/partials/_header.scss

    r3763 r3822  
    66     padding: 0; 
    77     overflow: hidden; 
    8      position: absolute; 
    9      top: 3em; 
    10      left: 0; 
    118     background: $prelude-background; 
    129     width: 100%; 
    13      z-index: 100; 
    1410     li { 
    1511          list-style-type: none; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map