Changeset 2342:5d4e11f52439
- Timestamp:
- 10/13/13 13:51:32 (12 years ago)
- Branch:
- 2.6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/_charte.php
r2308 r2342 83 83 <div id="main"> 84 84 <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'administration87 d'une installation Dotclear, à l'usage des contributeurs et développeurs d'extensions. Elle en est elle-même88 une illustration. L'observation de son code source peut donc servir de complément aux descriptions.</p>89 </div>90 91 85 <h2>Typographie</h2> 92 86 <h3 id="texte">Textes</h3> … … 165 159 </div><!-- 166 160 --><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> 174 166 </div> 175 167 </div> … … 541 533 </div><!-- /main --> 542 534 <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> 546 540 <div id="favorites-menu"> 547 541 <h3>Typo</h3> -
admin/categories.php
r2256 r2342 184 184 } 185 185 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').'"/>'. 187 187 '</p>'; 188 188 -
admin/style/default.css
r2339 r2342 18 18 LAYOUTS 19 19 ---------------------------------------------------------------------------- */ 20 *, *:before, *:after { 21 -webkit-box-sizing: border-box; 22 -moz-box-sizing: border-box; 23 box-sizing: border-box; 24 } 20 25 #header { 21 26 background: #676e78; … … 153 158 } 154 159 .two-boxes { 155 width: 4 7%;160 width: 48.5%; 156 161 } 157 162 .three-boxes { … … 162 167 vertical-align: top; 163 168 margin: 0 1.5% 1em; 164 -moz-box-sizing: border-box;165 -webkit-box-sizing: border-box;166 box-sizing: border-box;167 169 text-align: left; 168 170 } … … 244 246 display: inline-block; 245 247 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; 250 249 text-align: left; 251 250 } … … 496 495 } 497 496 input:focus, textarea:focus, select:focus { 498 -webkit-box-sizing: border-box;499 -moz-box-sizing: border-box;500 box-sizing: border-box;501 497 border-color: #9bca1c; 502 498 } … … 799 795 padding-top: 1em; 800 796 padding-bottom: 1em; 797 margin-top: .5em; 801 798 } 802 799 .error { … … 1393 1390 padding: 1em 1em 0 1em; 1394 1391 background: #fff; 1392 margin-bottom: 0; 1395 1393 } 1396 1394 #login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit], … … 1399 1397 margin: 0; 1400 1398 padding: 5px 3px; 1401 -webkit-box-sizing: border-box;1402 -moz-box-sizing: border-box;1403 box-sizing: border-box;1404 1399 } 1405 1400 #login-screen input.login, #login-screen input.login:focus { … … 1412 1407 font-size: 12px; /* ie < 9 sucks */ 1413 1408 font-size: 1.2rem; 1409 } 1410 #issue p:first-child { 1411 text-align: right; 1414 1412 } 1415 1413 #login-screen #issue strong { … … 1427 1425 } 1428 1426 #icons p { 1429 width: 170px;1427 width: 200px; 1430 1428 text-align: center; 1431 1429 margin: 1em 0 2em; … … 1763 1761 margin: 9px; 1764 1762 padding: 10px 12px 6px; 1765 width: 3 00px;1763 width: 320px; 1766 1764 display: inline-block; 1767 1765 vertical-align: top; … … 1947 1945 .upload-progress div { 1948 1946 width: 0; 1949 height: 1em; 1950 padding: .2em 0; 1951 font-size: 0.8em; 1947 height: 1.2em; 1952 1948 font-weight: bold; 1953 line-height: 1 em;1949 line-height: 1.2em; 1954 1950 text-align: right; 1955 1951 background: green url(loader.png) repeat-x left top; … … 2153 2149 /* --------------------------------------------------------------------- user.php */ 2154 2150 .blog-perm { 2151 padding-top: 2em; 2152 } 2153 .blog-perm { 2155 2154 margin-top: 2em; 2156 2155 font-weight: bold; … … 2173 2172 margin: 1em 0; 2174 2173 font-size: 2em; 2174 } 2175 .guideline #content h2:first-child { 2176 margin-top: 0; 2177 padding-top: .5em; 2175 2178 } 2176 2179 .guideline h3 { -
admin/user.php
r2256 r2342 347 347 { 348 348 echo 349 '<form action="users_actions.php" method="post" >'.349 '<form action="users_actions.php" method="post" class="perm-block">'. 350 350 '<p class="blog-perm">'.__('Blog:').' <a href="blog.php?id='.html::escapeHTML($k).'">'. 351 351 html::escapeHTML($v['name']).'</a> ('.html::escapeHTML($k).')</p>'; -
plugins/widgets/style.css
r1669 r2342 16 16 #sidebarsWidgets { 17 17 float: left; 18 width: 4 7%;18 width: 49%; 19 19 margin: 0 0 0 1%; 20 20 padding: 0 1%; … … 114 114 #listWidgets { 115 115 float: left; 116 width: 4 6%;116 width: 49%; 117 117 background: #eee; 118 118 padding: 1.5em 1% 0;
Note: See TracChangeset
for help on using the changeset viewer.