Changeset 2046:d0f9179b60d5
- Timestamp:
- 09/23/13 23:06:57 (12 years ago)
- Branch:
- default
- Files:
-
- 2 edited
-
admin/style/default.css (modified) (3 diffs)
-
inc/admin/lib.dc.page.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2043 r2046 490 490 box-shadow: 1px 1px 2px #F1F1F1 inset; 491 491 padding: 3px; 492 vertical-align: top; 492 493 } 493 494 input:focus, textarea:focus, select:focus { … … 633 634 border: 1px solid #ccc; 634 635 font-family: "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 635 padding: 4px 10px;636 padding: 3px 10px; 636 637 line-height: normal !important; 637 638 display: inline-block; … … 2438 2439 line-height: 68px; 2439 2440 overflow: hidden; 2440 z-index: 200;2441 2441 } 2442 2442 #main #content > h2 { -
inc/admin/lib.dc.page.php
r2043 r2046 275 275 '<body id="dotclear-admin" class="popup">'."\n". 276 276 277 '< div id="top hidden"><h1>'.DC_VENDOR_NAME.'</h1></div>'."\n";277 '<h1>'.DC_VENDOR_NAME.'</h1>'."\n"; 278 278 279 279 echo … … 298 298 "</div>\n". // End of #content 299 299 "</div>\n". // End of #main 300 "</div>\n". // End of #wrapper 300 301 '<div id="footer"><p> </p></div>'."\n". 301 "</div>\n". // End of #wrapper302 302 '</body></html>'; 303 303 }
Note: See TracChangeset
for help on using the changeset viewer.
