Dotclear


Ignore:
Timestamp:
12/19/16 11:49:04 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add a javascript button to hide dotclear notice

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3454 r3460  
    15081508.info a { 
    15091509  color: #333; } 
     1510 
     1511.close-notice { 
     1512  float: right; 
     1513  background: none; 
     1514  border: none; 
     1515  border-radius: 0; 
     1516  box-shadow: none; 
     1517  padding-left: 1em; } 
     1518  .close-notice:hover, .close-notice:focus { 
     1519    background: none; } 
     1520 
     1521div.error { 
     1522  position: relative; } 
     1523  div.error .close-notice { 
     1524    display: block; 
     1525    position: absolute; 
     1526    top: 1em; 
     1527    right: 1em; } 
    15101528 
    15111529.dc-update { 
  • admin/style/scss/partials/_messages.scss

    r3439 r3460  
    100100} 
    101101 
     102.close-notice { 
     103     float: right; 
     104     background: none; 
     105     border:   none; 
     106     border-radius: 0; 
     107     box-shadow: none; 
     108     padding-left: 1em; 
     109     &:hover, &:focus { 
     110          background: none; 
     111     } 
     112} 
     113div.error { 
     114     position: relative; 
     115     .close-notice { 
     116          display: block; 
     117          position: absolute; 
     118          top: 1em; 
     119          right: 1em; 
     120     } 
     121} 
     122 
    102123.dc-update { 
    103124     padding: 1em 48px 0.5em 48px; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map