Dotclear

Changeset 2342:5d4e11f52439


Ignore:
Timestamp:
10/13/13 13:51:32 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
2.6
Message:

#ParisWebSyndrome? : apply border-box-sizing everywhere. Hope nothing is brocken, say me (j'ai vérifié et rien vu de mon côté)

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • admin/_charte.php

    r2308 r2342  
    8383          <div id="main"> 
    8484               <div id="content" class="clearfix"> 
    85                <div class="info"> 
    86                     <p>Cette page vise à présenter les règles graphiques et conventions utilisées dans les pages de l'administration 
    87                     d'une installation Dotclear, à l'usage des contributeurs et développeurs d'extensions. Elle en est elle-même  
    88                     une illustration. L'observation de son code source peut donc servir de complément aux descriptions.</p> 
    89                </div> 
    90  
    9185                    <h2>Typographie</h2> 
    9286                    <h3 id="texte">Textes</h3> 
     
    165159                              </div><!-- 
    166160                              --><div class="two-boxes even"> 
    167                                    <div class="box odd"> 
    168                                         <p><span class="step">4</span> Toutes les boîtes de class <code>"box"</code><br /> 
    169                                          placées au sein d'une boîte <code>"two-boxes"</code>…</p> 
    170                                    </div> 
    171                                    <div class="box even"> 
    172                                         <p><span class="step">4 bis</span>… se distribuent horizontalement comme dans <br /> 
    173                                              une boîte <code>"one-box"</code>.</p> 
     161                                   <div class="two-boxes odd"> 
     162                                        <p><span class="step">4</span> On peut bien sûr imbriquer des boîtes de class <code>"two-boxes"</code> 
     163                                         au sein d'une boîte <code>"two-boxes" afin qu'elles…</code>…</p> 
     164                                   </div><div class="two-boxes even"> 
     165                                        <p><span class="step">4 bis</span>… se distribuent horizontalement comme dans une boîte <code>"one-box"</code>.</p> 
    174166                                   </div> 
    175167                              </div> 
     
    541533          </div><!-- /main --> 
    542534          <div id="main-menu"> 
    543                <form id="search-menu" action="search.php" method="get"> 
    544                     <p><label for="qx" class="hidden">Chercher : </label><input type="text" size="30" name="qx" id="qx" maxlength="255"  /><input type="submit" value="OK" /></p> 
    545                </form> 
     535               <div class="info"> 
     536                    <p>Cette page vise à présenter les règles graphiques et conventions utilisées dans les pages de l'administration 
     537                    d'une installation Dotclear, à l'usage des contributeurs et développeurs d'extensions. Elle en est elle-même  
     538                    une illustration. L'observation de son code source peut donc servir de complément aux descriptions.</p> 
     539               </div> 
    546540               <div id="favorites-menu"> 
    547541                    <h3>Typo</h3> 
  • admin/categories.php

    r2256 r2342  
    184184          } 
    185185          echo  
    186           '<input type="submit"'.$attr_disabled.' class="'.$input_class.'delete" name="delete['.$rs->cat_id.']" value="'.__('Delete category').'"/>'. 
     186          ' <input type="submit"'.$attr_disabled.' class="'.$input_class.'delete" name="delete['.$rs->cat_id.']" value="'.__('Delete category').'"/>'. 
    187187          '</p>'; 
    188188 
  • admin/style/default.css

    r2339 r2342  
    1818                                                                                     LAYOUTS 
    1919---------------------------------------------------------------------------- */ 
     20*, *:before, *:after { 
     21    -webkit-box-sizing: border-box; 
     22    -moz-box-sizing: border-box; 
     23    box-sizing: border-box; 
     24} 
    2025#header { 
    2126     background: #676e78; 
     
    153158     } 
    154159.two-boxes { 
    155      width: 47%; 
     160     width: 48.5%; 
    156161     } 
    157162.three-boxes { 
     
    162167     vertical-align: top; 
    163168     margin: 0 1.5% 1em; 
    164      -moz-box-sizing: border-box; 
    165      -webkit-box-sizing: border-box; 
    166      box-sizing: border-box; 
    167169     text-align: left; 
    168170     } 
     
    244246     display: inline-block; 
    245247     vertical-align: top; 
    246      margin: 0 1.5% 1em; 
    247      -moz-box-sizing: border-box; 
    248      -webkit-box-sizing: border-box; 
    249      box-sizing: border-box; 
     248     margin: 0 10px 10px; 
    250249     text-align: left; 
    251250     } 
     
    496495     } 
    497496input:focus, textarea:focus, select:focus { 
    498      -webkit-box-sizing: border-box; 
    499      -moz-box-sizing: border-box; 
    500      box-sizing: border-box; 
    501497     border-color: #9bca1c; 
    502498     } 
     
    799795     padding-top: 1em; 
    800796     padding-bottom: 1em; 
     797     margin-top: .5em; 
    801798     } 
    802799.error { 
     
    13931390     padding: 1em 1em 0 1em; 
    13941391     background: #fff; 
     1392     margin-bottom: 0; 
    13951393     } 
    13961394#login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit], 
     
    13991397     margin: 0; 
    14001398     padding: 5px 3px; 
    1401      -webkit-box-sizing: border-box;     
    1402      -moz-box-sizing: border-box; 
    1403      box-sizing: border-box; 
    14041399     } 
    14051400#login-screen input.login, #login-screen input.login:focus { 
     
    14121407     font-size: 12px; /* ie < 9 sucks */ 
    14131408     font-size: 1.2rem; 
     1409     } 
     1410#issue p:first-child { 
     1411     text-align: right; 
    14141412     } 
    14151413#login-screen #issue strong { 
     
    14271425     } 
    14281426#icons p { 
    1429      width: 170px; 
     1427     width: 200px; 
    14301428     text-align: center; 
    14311429     margin: 1em 0 2em; 
     
    17631761     margin: 9px; 
    17641762     padding: 10px 12px 6px; 
    1765      width: 300px; 
     1763     width: 320px; 
    17661764     display: inline-block; 
    17671765     vertical-align: top; 
     
    19471945.upload-progress div { 
    19481946     width: 0; 
    1949      height: 1em; 
    1950      padding: .2em 0; 
    1951      font-size: 0.8em; 
     1947     height: 1.2em; 
    19521948     font-weight: bold; 
    1953      line-height: 1em; 
     1949     line-height: 1.2em; 
    19541950     text-align: right; 
    19551951     background: green url(loader.png) repeat-x left top; 
     
    21532149/* --------------------------------------------------------------------- user.php */ 
    21542150.blog-perm { 
     2151     padding-top: 2em; 
     2152     } 
     2153.blog-perm { 
    21552154     margin-top: 2em; 
    21562155     font-weight: bold; 
     
    21732172     margin: 1em 0; 
    21742173     font-size: 2em; 
     2174     } 
     2175.guideline #content h2:first-child { 
     2176     margin-top: 0; 
     2177     padding-top: .5em; 
    21752178     } 
    21762179.guideline h3 { 
  • admin/user.php

    r2256 r2342  
    347347                    { 
    348348                         echo  
    349                          '<form action="users_actions.php" method="post">'. 
     349                         '<form action="users_actions.php" method="post" class="perm-block">'. 
    350350                         '<p class="blog-perm">'.__('Blog:').' <a href="blog.php?id='.html::escapeHTML($k).'">'. 
    351351                         html::escapeHTML($v['name']).'</a> ('.html::escapeHTML($k).')</p>'; 
  • plugins/widgets/style.css

    r1669 r2342  
    1616#sidebarsWidgets { 
    1717     float: left; 
    18      width: 47%; 
     18     width: 49%; 
    1919     margin: 0 0 0 1%; 
    2020     padding: 0 1%; 
     
    114114#listWidgets { 
    115115     float: left; 
    116      width: 46%; 
     116     width: 49%; 
    117117     background: #eee; 
    118118     padding: 1.5em 1% 0;  
Note: See TracChangeset for help on using the changeset viewer.

Sites map