Changeset 1971:f0a9d1ec6e3c for admin
- Timestamp:
- 09/20/13 20:14:39 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_pref.php
r1848 r1971 437 437 form::checkbox('comments_pub','1',!$blog_settings->system->comments_pub). 438 438 __('Moderate comments').'</label></p>'. 439 '<p><label for="comments_ttl" class="classic">'.sprintf(__('Leave comments open for %s days') ,439 '<p><label for="comments_ttl" class="classic">'.sprintf(__('Leave comments open for %s days').'.', 440 440 form::field('comments_ttl',2,3,$blog_settings->system->comments_ttl)). 441 441 '</label></p>'. … … 453 453 form::checkbox('trackbacks_pub','1',!$blog_settings->system->trackbacks_pub). 454 454 __('Moderate trackbacks').'</label></p>'. 455 '<p><label for="trackbacks_ttl" class="classic">'.sprintf(__('Leave trackbacks open for %s days') ,455 '<p><label for="trackbacks_ttl" class="classic">'.sprintf(__('Leave trackbacks open for %s days').'.', 456 456 form::field('trackbacks_ttl',2,3,$blog_settings->system->trackbacks_ttl)).'</label></p>'. 457 457 '<p class="form-note">'.__('Leave blank to disable this feature.').'</p>'. -
admin/style/default.css
r1958 r1971 153 153 display: inline-block; 154 154 vertical-align: top; 155 margin-right: 2%; 155 156 -moz-box-sizing: border-box; 156 157 -webkit-box-sizing: border-box; … … 159 160 .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child { 160 161 margin-right: 3%; 162 margin-left: 0; 161 163 } 162 164 .two-boxes.even:last-child, .two-boxes.even { 163 165 margin-left: 3%; 166 margin-right: 0; 164 167 } 165 168 .three-boxes { … … 706 709 /* disabled */ 707 710 input.disabled, input[type=submit].disabled { 708 709 710 711 711 text-shadow: none; 712 filter: none; 713 color: #676e78; 714 background: #F5F5F5; 712 715 border: 1px solid #CCC; 713 716 } … … 813 816 } 814 817 /* --------------------------------------------------------------------------------- 815 818 ELEMENTS PRINCIPAUX 816 819 --------------------------------------------------------------------------------- */ 817 820 /* -------------------------------------------------------------- HEADER ELEMENTS */ … … 1616 1619 #categories ul { 1617 1620 list-style: none; 1618 margin : 0;1621 margin-top: 1em; 1619 1622 padding: 0; 1620 1623 } … … 1659 1662 #categories ul ul { 1660 1663 margin-right: 2em; 1661 margin- top: 1em;1664 margin-left: 2em; 1662 1665 } 1663 1666 .cat-line .cat-line { 1664 border: 1px solid # ccc;1667 border: 1px solid #dfdfdf; 1665 1668 border-left-width: 3px; 1666 1669 } … … 1681 1684 font-size: 1.16em; 1682 1685 max-width: 62em; 1683 margin-left: 6%;1684 1686 } 1685 1687 … … 2349 2351 .two-cols .col, .three-cols .col, .two-cols .col30, .two-cols .col70, .two-boxes, .three-boxes { 2350 2352 display:block !important; 2351 2352 2353 2354 2355 2356 2357 } 2358 2353 width: 98% !important; 2354 margin:0 auto !important; 2355 padding:0; 2356 float:none; 2357 text-align: left; 2358 clear: both; 2359 } 2360 #content { 2359 2361 width: 100%; 2360 2362 padding-top: .5em; 2361 2363 } 2362 2364 } 2363 2365 @media screen and (max-width: 720px) {
Note: See TracChangeset
for help on using the changeset viewer.