Dotclear

Changeset 1991:72ab5d2aff52


Ignore:
Timestamp:
09/22/13 07:54:15 (12 years ago)
Author:
Franck Paul <carnet.franck.paul@…>
Branch:
default
Parents:
1989:b234959829da (diff), 1990:64538e14d013 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged in lipki/dotclear/help-fixed-js (pull request #80) - Fixe help-button lors du scroll.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1979 r1991  
    11371137          border-top-left-radius: 1em; 
    11381138          } 
     1139     #help-button.floatable { 
     1140          border-radius: 2em; 
     1141          background-color: #f5f5f5; 
     1142          position: fixed; 
     1143          top: 10px; 
     1144          } 
    11391145.help-box { 
    11401146     display: none; 
  • admin/style/default.css

    r1990 r1991  
    295295h2 { 
    296296     color: #676e78; 
    297      font-size: 18px; /* ie < 9 sucks */ 
    298      font-size: 1.8rem; 
     297     font-size: 1.5em; 
    299298     padding: 0 0 1.5em; 
    300299     font-weight: normal; 
     
    742741     } 
    743742div.warn, div.warning, div.info { 
     743     display: block; 
    744744     padding: 1em 1em .33em 1em; 
    745745     } 
     
    11261126     #content.with-help #help-button { 
    11271127          right: 282px; /* ie < 9 sucks */ 
    1128           right: 28.2rem; 
     1128          right: 28rem; 
    11291129          background-color: #f5f5f5; 
    11301130          position: fixed; 
    1131           top: 40px; 
     1131          top: 54px; 
     1132          z-index: 100; 
    11321133          border-top: 2px solid #FFD478; 
    11331134          border-left: 2px solid #FFD478; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map