Dotclear


Ignore:
Timestamp:
09/22/13 12:09:07 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Tableaux responsive. Poke jcDenis :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1997 r2002  
    2727     position: relative; 
    2828     padding-top: 1em; 
    29      overflow: hidden; 
     29     overflow: hidden; /* pour les hauteurs égales */ 
    3030     float: left; 
    3131     width: 100%; 
    3232     z-index: 10; 
    33      /*background: #f7f7f7 url(bg_wrapper.png) repeat-y 15.5em;*/ 
    3433     } 
    3534.with-js #wrapper { 
     
    3938     width: 100%; 
    4039     float: right; 
    41      margin-left: -15.5em; 
     40     margin-left: -14em; 
    4241     margin-top: 0; 
    4342     } 
    4443#content { 
    45      margin: 0 0 0 15.5em; 
    46      padding: .75em 1em; 
     44     margin: 0 0 0 14em; 
     45     padding: .75em 1.5em .75em 2.5em; 
    4746     background: #fff; 
    4847     } 
     
    301300     /* titre de page */ 
    302301     #content > h2 { 
    303           padding: 0 18px 6px; /* ie < 9 sucks */ 
    304           padding: 0 1.8rem .6rem; 
    305           margin: 0 -18px .5em; /* ie < 9 sucks */ 
    306           margin: 0 -1.8rem 1rem; 
     302          padding: 0 1.5em .5em 1em; 
     303          margin: 0 -1.5em .5em -1em; 
    307304          background: #fff url(bg_h2.png) repeat-x center bottom; 
    308305          } 
     
    366363     } 
    367364/* ---------------------------------------------------------------- tableaux */ 
     365.table-outer { 
     366     width: 100%; 
     367     overflow: auto; 
     368     } 
    368369table { 
    369370     font-size: 12px; /* ie < 9 sucks */ 
     
    371372     border-collapse: collapse; 
    372373     margin: 0 0 1em 0; 
     374     width: 100%; 
    373375     } 
    374376caption { 
     
    11121114     } 
    11131115     #help-button.floatable { 
    1114           border-radius: 2em; 
    1115           background-color: #f5f5f5; 
    1116           position: fixed; 
    1117           top: 10px; 
    1118           } 
     1116          border-top: 2px solid #ccc; 
     1117          border-left: 2px solid #ccc; 
     1118          border-bottom: 2px solid #ccc; 
     1119          border-bottom-left-radius: 1em; 
     1120          border-top-left-radius: 1em; 
     1121        background-color: #f5f5f5; 
     1122        position: fixed; 
     1123        top: 10px; 
     1124        } 
    11191125     .no-js #help-button { 
    11201126          top: 1em; 
     
    11251131          } 
    11261132     #content.with-help #help-button { 
    1127           right: 282px; /* ie < 9 sucks */ 
     1133          right: 280px; /* ie < 9 sucks */ 
    11281134          right: 28rem; 
    11291135          background-color: #f5f5f5; 
    11301136          position: fixed; 
    1131           top: 54px; 
     1137          top: 50px; 
    11321138          z-index: 100; 
    11331139          border-top: 2px solid #FFD478; 
     
    11451151          } 
    11461152     #content.with-help .help-content { 
    1147           padding: 0 .5em 1em; 
     1153          padding: 0 1em 1em; 
    11481154          } 
    11491155          .help-content dt { 
     
    23372343/* ------------------------------------------------------------------------------------ 
    23382344                                                                           UN POIL DE MEDIA QUERIES 
    2339 ------------------------------------------------------------------------------------ */ 
     2345------------------------------------------------------------------------------------ 
    23402346@media screen and (max-width: 920px) { 
    23412347     #top, #top h1 a { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map