Changeset 1518:03fef8e1ef34 for admin
- Timestamp:
- 08/21/13 17:45:30 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1516 r1518 210 210 $(div).insertAfter(h); 211 211 $(div).backgroundFade({sColor:'#ffffff',eColor:'#FFBABA',steps:50},function() { 212 $(this).backgroundFade({sColor:'# FFBABA',eColor:'#ffffff'});212 $(this).backgroundFade({sColor:'#ffbaba',eColor:'#ffffff'}); 213 213 }); 214 214 } -
admin/posts_actions.php
r1476 r1518 500 500 '<form action="posts_actions.php" method="post">'. 501 501 $fields->getEntries(). 502 '<p><label for="new_auth_id" class="classic">'.__(' Author ID:').'</label> '.502 '<p><label for="new_auth_id" class="classic">'.__('New author (author ID):').'</label> '. 503 503 form::field('new_auth_id',20,255); 504 504 -
admin/preferences.php
r1474 r1518 499 499 form::checkbox('user_ui_hide_std_favicon',1,$user_ui_hide_std_favicon).' '. 500 500 __('Do not use standard favicon').'</label></p>'. 501 '<p class="clear form-note info">'.__('This will be applied for all users').501 '<p class="clear form-note warn">'.__('This will be applied for all users').'.'. 502 502 '<br class="clear" /></p>';//Opera sucks; 503 503 } -
admin/style/default.css
r1516 r1518 252 252 } 253 253 .two-cols .col { 254 width: 4 7%;254 width: 48%; 255 255 margin-left: 2%; 256 256 float: left; … … 1169 1169 border-collapse: collapse; 1170 1170 margin: 0 0 1em 0; 1171 } 1172 table.posts-list { 1173 min-width: 70%; 1171 1174 } 1172 1175 tr.line:hover {
Note: See TracChangeset
for help on using the changeset viewer.