Dotclear

Changeset 2002:a0de6679a058 for admin


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

Tableaux responsive. Poke jcDenis :-)

Location:
admin
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • admin/blogs.php

    r1926 r2002  
    133133           
    134134          echo 
     135          '<div class="table-outer">'. 
    135136          '<table class="clear"><caption class="hidden">'.__('Blogs list').'</caption><tr>'. 
    136137          '<th scope="col" class="nowrap">'.__('Blog id').'</th>'. 
     
    145146          } 
    146147           
    147           echo '</table>'; 
     148          echo '</table></div>'; 
    148149           
    149150          echo $pager->getLinks(); 
  • admin/langs.php

    r1553 r2002  
    173173{ 
    174174     echo 
    175      '<table class="clear plugins"><tr>'. 
     175     '<table class="table-outer clear">'. 
     176     '<table class="plugins"><tr>'. 
    176177     '<th>'.__('Language').'</th>'. 
    177178     '<th class="nowrap">'.__('Action').'</th>'. 
     
    202203          echo '</td></tr>'; 
    203204     } 
    204      echo '</table>'; 
     205     echo '</table></div>'; 
    205206} 
    206207 
  • admin/plugins.php

    r1622 r2002  
    252252     echo 
    253253     '<h3>'.__('Activated plugins').'</h3>'. 
    254      '<table class="clear plugins"><tr>'. 
     254     '<table class="table-outer clear">'. 
     255     '<table class="plugins"><tr>'. 
    255256     '<th>'.__('Plugin').'</th>'. 
    256257     '<th class="nowrap">'.__('Version').'</th>'. 
     
    296297     } 
    297298     echo 
    298      '</table>'; 
     299     '</table></div>'; 
    299300} 
    300301 
     
    305306     echo 
    306307     '<h3>'.__('Deactivated plugins').'</h3>'. 
    307      '<table class="clear plugins"><tr>'. 
     308     '<table class="clear table-outer">'. 
     309     '<table class="plugins"><tr>'. 
    308310     '<th>'.__('Plugin').'</th>'. 
    309311     '<th class="nowrap">'.__('Action').'</th>'. 
     
    339341     } 
    340342     echo 
    341      '</table>'; 
     343     '</table></div>'; 
    342344} 
    343345 
  • admin/post.php

    r1964 r2002  
    845845{ 
    846846     echo 
     847     '<div class="table-outer">'. 
    847848     '<table class="comments-list"><tr>'. 
    848849     '<th colspan="2" class="first">'.__('Author').'</th>'. 
     
    889890     } 
    890891      
    891      echo '</table>'; 
     892     echo '</table></div>'; 
    892893} 
    893894 
  • 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 { 
  • admin/users_actions.php

    r1941 r2002  
    210210          echo 
    211211          '<form action="users_actions.php" method="post" id="form-blogs">'. 
    212           '<table class="clear"><tr>'. 
     212          '<table class="table-outer clear">'. 
     213          '<table><tr>'. 
    213214          '<th class="nowrap" colspan="2">'.__('Blog ID').'</th>'. 
    214215          '<th class="nowrap">'.__('Blog name').'</th>'. 
     
    235236           
    236237          echo 
    237           '</table>'. 
     238          '</table></div>'. 
    238239          '<p class="checkboxes-helpers"></p>'. 
    239240          '<p><input type="submit" value="'.__('Set permissions').'" />'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map