Changeset 7304
- Timestamp:
- 03/14/2008 11:58:31 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r7184 r7304 131 131 </p> 132 132 133 <br style="clear:both;" />133 <br class="clear" /> 134 134 135 135 <div class="tablenav"> 136 136 137 <div style="float:left">137 <div class="alignleft"> 138 138 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 139 139 <?php wp_nonce_field('bulk-categories'); ?> 140 140 </div> 141 141 142 <br style="clear:both;" />142 <br class="clear" /> 143 143 </div> 144 144 145 <br style="clear:both;" />145 <br class="clear" /> 146 146 147 147 <table class="widefat"> 148 148 <thead> 149 149 <tr> 150 <th scope="col" class="check-column">< div style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></div></th>150 <th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th> 151 151 <th scope="col"><?php _e('Name') ?></th> 152 152 <th scope="col"><?php _e('Description') ?></th> 153 <th scope="col" style="text-align: center"><?php _e('Posts') ?></th>153 <th scope="col" class="num"><?php _e('Posts') ?></th> 154 154 </tr> 155 155 </thead> … … 162 162 </form> 163 163 164 <br style="clear:both;" />164 <br class="clear" /> 165 165 166 166 <div class="tablenav"> 167 <br style="clear:both;" />167 <br class="clear" /> 168 168 </div> 169 169 -
trunk/wp-admin/comment.php
r7169 r7304 80 80 <tr> 81 81 <td><input type='button' class="button" value='<?php _e('No'); ?>' onclick="self.location='<?php echo get_option('siteurl'); ?>/wp-admin/edit-comments.php';" /></td> 82 <td style="text-align: right;"><input type='submit' class="button" value='<?php echo $button; ?>' /></td>82 <td class="textright"><input type='submit' class="button" value='<?php echo $button; ?>' /></td> 83 83 </tr> 84 84 </table> -
trunk/wp-admin/css/global.css
r7285 r7304 28 28 29 29 .alignleft { float: left; } 30 31 30 .alignright { float: right; } 32 31 32 .textleft { text-align: left; } 33 .textright { text-align: right; } 33 34 34 35 .clear { clear: both; height: 2px; } … … 83 84 } 84 85 86 .widefat .num { 87 text-align: center; 88 } 89 85 90 .wrap, .updated, .error { 86 91 margin: 0; -
trunk/wp-admin/css/theme-editor.css
r7230 r7304 19 19 } 20 20 21 h3#bordertitle { 22 margin-bottom: 10px; 23 } 24 25 #templateside h4 { 26 margin-bottom: 0px; 27 } 28 21 29 #templateside ol, #templateside ul { 22 30 list-style: none; … … 36 44 } 37 45 46 #themeselector select { 47 margin: 0; 48 padding: 0; 49 } 50 38 51 .nonessential { 39 52 font-size: small; … … 43 56 padding: 1px; 44 57 } 58 59 div.bordertitle h2 { 60 border: none; 61 padding-bottom: 0px; 62 } 63 64 div.tablenav { 65 margin-right: 210px; 66 } -
trunk/wp-admin/edit-attachment-rows.php
r7263 r7304 34 34 case 'cb': 35 35 ?> 36 <th scope="row" style="text-align: center"><input type="checkbox" name="delete[]" value="<?php the_ID(); ?>" /></th>36 <th scope="row" class="check-column"><input type="checkbox" name="delete[]" value="<?php the_ID(); ?>" /></th> 37 37 <?php 38 38 break; … … 96 96 case 'comments': 97 97 ?> 98 <td style="text-align: center">98 <td class="num"> 99 99 <?php 100 100 $left = get_pending_comments_num( $post->ID ); -
trunk/wp-admin/edit-comments.php
r7230 r7304 163 163 ?> 164 164 165 <div style="float:left">165 <div class="alignleft"> 166 166 <?php if ( 'approved' != $comment_status ): ?> 167 167 <input type="submit" value="<?php _e('Approve'); ?>" name="approveit" class="button-secondary" /> … … 176 176 </div> 177 177 178 <br style="clear:both;" /> 179 </div> 180 181 <br style="clear:both;" /> 178 <br class="clear" /> 179 180 </div> 181 182 <br class="clear" /> 182 183 <?php 183 184 if ($comments) { … … 186 187 <thead> 187 188 <tr> 188 <th scope="col" style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('comments-form'));" /></th>189 <th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('comments-form'));" /></th> 189 190 <th scope="col"><?php _e('Comment') ?></th> 190 191 <th scope="col"><?php _e('Date') ?></th> … … 237 238 echo "<div class='tablenav-pages'>$page_links</div>"; 238 239 ?> 239 <br style="clear:both;" />240 <br class="clear" /> 240 241 </div> 241 242 -
trunk/wp-admin/edit-form-advanced.php
r7285 r7304 134 134 135 135 <p class="submit"> 136 <input type="submit" name="save" id="save-post" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" class="button" />136 <input type="submit" name="save" id="save-post" value="<?php _e('Save'); ?>" tabindex="4" class="button button-highlighted" /> 137 137 <?php 138 138 if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_ID ) { -
trunk/wp-admin/edit-form-comment.php
r7285 r7304 52 52 53 53 <p class="submit"> 54 <input type="submit" name="save" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />54 <input type="submit" name="save" value="<?php _e('Save'); ?>" tabindex="4" class="button button-highlighted" /> 55 55 <?php 56 56 echo "<a href='" . wp_nonce_url("comment.php?action=deletecomment&c=$comment->comment_ID", 'delete-comment_' . $comment->comment_ID) . "' onclick=\"if ( confirm('" . js_escape(__("You are about to delete this comment. \n 'Cancel' to stop, 'OK' to delete.")) . "') ) { return true;}return false;\">" . __('Delete comment') . "</a>"; -
trunk/wp-admin/edit-form.php
r6943 r7304 59 59 60 60 <?php if ( current_user_can('edit_posts') ) : ?> 61 <input name="publish" type="submit" id="publish" tabindex="6" style="font-weight: bold;" value="<?php _e('Publish') ?>" />61 <input name="publish" type="submit" id="publish" tabindex="6" value="<?php _e('Publish') ?>" class="button button-highlighted" /> 62 62 <?php endif; ?> 63 63 -
trunk/wp-admin/edit-link-categories.php
r7184 r7304 60 60 </p> 61 61 62 <br style="clear:both;" />62 <br class="clear" /> 63 63 64 64 <div class="tablenav"> … … 82 82 ?> 83 83 84 <div style="float:left">84 <div class="alignleft"> 85 85 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 86 86 <?php wp_nonce_field('bulk-link-categories'); ?> 87 87 </div> 88 88 89 <br style="clear:both;" />89 <br class="clear" /> 90 90 </div> 91 91 92 <br style="clear:both;" />92 <br class="clear" /> 93 93 94 94 <table class="widefat"> … … 125 125 </form> 126 126 127 <br style="clear:both;" />127 <br class="clear" /> 128 128 129 129 <div class="tablenav"> … … 133 133 echo "<div class='tablenav-pages'>$page_links</div>"; 134 134 ?> 135 <br style="clear:both;" />135 <br class="clear" /> 136 136 </div> 137 137 -
trunk/wp-admin/edit-link-form.php
r7230 r7304 53 53 54 54 <p class="submit"> 55 <input type="submit" class="button" name="save" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />55 <input type="submit" class="button" name="save" value="<?php _e('Save'); ?>" tabindex="4" class="button button-highlighted" /> 56 56 <?php 57 57 if ( ( 'edit' == $action) && current_user_can('manage_links') ) -
trunk/wp-admin/edit-page-form.php
r7285 r7304 112 112 113 113 <p class="submit"> 114 <input type="submit" name="save" class="button" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />114 <input type="submit" name="save" class="button" value="<?php _e('Save'); ?>" tabindex="4" class="button button-highlighted" /> 115 115 <?php 116 116 if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_ID ) { -
trunk/wp-admin/edit-pages.php
r7248 r7304 118 118 <div class="tablenav"> 119 119 120 <div style="float:left">120 <div class="alignleft"> 121 121 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 122 122 <?php wp_nonce_field('bulk-pages'); ?> 123 123 </div> 124 124 125 <br style="clear:both;" />126 </div> 127 128 <br style="clear:both;" />125 <br class="clear" /> 126 </div> 127 128 <br class="clear" /> 129 129 130 130 <?php … … 162 162 163 163 <div class="tablenav"> 164 <br style="clear:both;" />164 <br class="clear" /> 165 165 </div> 166 166 -
trunk/wp-admin/edit-post-rows.php
r7169 r7304 106 106 case 'comments': 107 107 ?> 108 <td style="text-align: center">108 <td class="num"> 109 109 <?php 110 110 $left = get_pending_comments_num( $post->ID ); -
trunk/wp-admin/edit-tags.php
r7184 r7304 123 123 </p> 124 124 125 <br style="clear:both;" />125 <br class="clear" /> 126 126 127 127 <div class="tablenav"> … … 145 145 ?> 146 146 147 <div style="float:left">147 <div class="alignleft"> 148 148 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 149 149 <?php wp_nonce_field('bulk-tags'); ?> 150 150 </div> 151 151 152 <br style="clear:both;" />153 </div> 154 155 <br style="clear:both;" />152 <br class="clear" /> 153 </div> 154 155 <br class="clear" /> 156 156 157 157 <table class="widefat"> … … 174 174 </form> 175 175 176 <br style="clear:both;" />176 <br class="clear" /> 177 177 178 178 <div class="tablenav"> … … 182 182 echo "<div class='tablenav-pages'>$page_links</div>"; 183 183 ?> 184 <br style="clear:both;" />184 <br class="clear" /> 185 185 </div> 186 186 -
trunk/wp-admin/edit.php
r7274 r7304 135 135 ?> 136 136 137 <div style="float:left">137 <div class="alignleft"> 138 138 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 139 139 <?php wp_nonce_field('bulk-posts'); ?> … … 175 175 </div> 176 176 177 <br style="clear:both;" />178 </div> 179 180 <br style="clear:both;" />177 <br class="clear" /> 178 </div> 179 180 <br class="clear" /> 181 181 182 182 <?php include( 'edit-post-rows.php' ); ?> -
trunk/wp-admin/includes/media.php
r7280 r7304 824 824 </p> 825 825 <input type="hidden" name="post_id" id="post_id" value="<?php echo $post_id; ?>" /> 826 <br style="clear:both" />826 <br class="clear" /> 827 827 </div> 828 828 <?php … … 990 990 ?> 991 991 992 <div style="float:left">992 <div class="alignleft"> 993 993 <?php 994 994 … … 1025 1025 </div> 1026 1026 1027 <br style="clear:both;" />1027 <br class="clear" /> 1028 1028 </div> 1029 1029 </form> -
trunk/wp-admin/includes/template.php
r7300 r7304 57 57 <td>$edit</td> 58 58 <td>$category->description</td> 59 <td style='text-align: center;'>$posts_count</td>\n\t</tr>\n";59 <td class='num'>$posts_count</td>\n\t</tr>\n"; 60 60 61 61 return apply_filters('cat_row', $output); … … 85 85 "<td>$edit</td> 86 86 <td>$category->description</td> 87 <td style='text-align: center;'>$count</td></tr>";87 <td class='num'>$count</td></tr>"; 88 88 89 89 return apply_filters( 'link_cat_row', $output ); … … 277 277 function wp_manage_posts_columns() { 278 278 $posts_columns = array(); 279 $posts_columns['cb'] = '< div style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById(\'posts-filter\'));" /></div>';279 $posts_columns['cb'] = '<input type="checkbox" onclick="checkAll(document.getElementById(\'posts-filter\'));" />'; 280 280 if ( 'draft' === $_GET['post_status'] ) 281 281 $posts_columns['modified'] = __('Modified'); … … 299 299 function wp_manage_media_columns() { 300 300 $posts_columns = array(); 301 $posts_columns['cb'] = '< div style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById(\'posts-filter\'));" /></div>';301 $posts_columns['cb'] = '<input type="checkbox" onclick="checkAll(document.getElementById(\'posts-filter\'));" />'; 302 302 $posts_columns['icon'] = ''; 303 303 $posts_columns['media'] = _c('Media|media column header'); … … 314 314 function wp_manage_pages_columns() { 315 315 $posts_columns = array(); 316 $posts_columns['cb'] = '< div style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById(\'posts-filter\'));" /></div>';316 $posts_columns['cb'] = '<input type="checkbox" onclick="checkAll(document.getElementById(\'posts-filter\'));" />'; 317 317 if ( 'draft' === $_GET['post_status'] ) 318 318 $posts_columns['modified'] = __('Modified'); … … 401 401 case 'comments': 402 402 ?> 403 <td style="text-align: center">403 <td class="num"> 404 404 <?php 405 405 $left = get_pending_comments_num( $page->ID ); … … 628 628 <tr id="comment-<?php echo $comment->comment_ID; ?>" class='<?php echo $class; ?>'> 629 629 <?php if ( $checkbox ) : ?> 630 <td style="text-align: center;"><?php if ( current_user_can('edit_post', $comment->comment_post_ID) ) { ?><input type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" /><?php } ?></td>630 <td class="check-column"><?php if ( current_user_can('edit_post', $comment->comment_post_ID) ) { ?><input type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" /><?php } ?></td> 631 631 <?php endif; ?> 632 632 <td class="comment"> … … 770 770 </tr> 771 771 <tr valign="top"> 772 <td style=" text-align: right; width: 18%;">772 <td style="width: 18%;" class="textright"> 773 773 <?php if ( $keys ) : ?> 774 774 <select id="metakeyselect" name="metakeyselect" tabindex="7"> … … 878 878 $getit = __( 'WordPress recommends a better browser' ); 879 879 echo ' 880 <p id="bh" style="float:right"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></p>880 <p id="bh" class="alignright"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></p> 881 881 '; 882 882 } -
trunk/wp-admin/link-import.php
r6943 r7304 30 30 <input type="hidden" name="step" value="1" /> 31 31 <input type="hidden" name="MAX_FILE_SIZE" value="30000" /> 32 <div style="width: 48%; float: left;">32 <div style="width: 48%;" class="alignleft"> 33 33 <h3><?php _e('Specify an OPML URL:'); ?></h3> 34 34 <input type="text" name="opml_url" size="50" style="width: 90%;" value="http://" /> 35 35 </div> 36 36 37 <div style="width: 48%; float: left;">37 <div style="width: 48%;" class="alignleft"> 38 38 <h3><?php _e('Or choose from your local disk:'); ?></h3> 39 39 <input id="userfile" name="userfile" type="file" size="30" /> -
trunk/wp-admin/link-manager.php
r7184 r7304 85 85 </p> 86 86 87 <br style="clear:both;" />87 <br class="clear" /> 88 88 89 89 <div class="tablenav"> 90 90 91 <div style="float:left">91 <div class="alignleft"> 92 92 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 93 93 <?php … … 114 114 </div> 115 115 116 <br style="clear:both;" />117 </div> 118 119 <br style="clear:both;" />116 <br class="clear" /> 117 </div> 118 119 <br class="clear" /> 120 120 121 121 <?php … … 221 221 222 222 <div class="tablenav"> 223 <br style="clear:both;" />223 <br class="clear" /> 224 224 </div> 225 225 -
trunk/wp-admin/options-writing.php
r7135 r7304 16 16 <tr valign="top"> 17 17 <th scope="row"> <?php _e('Size of the post box') ?></th> 18 <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; 18 <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 1.5em;" /> 19 19 <?php _e('lines') ?></td> 20 20 </tr> -
trunk/wp-admin/plugin-editor.php
r7194 r7304 100 100 <div class="wrap"> 101 101 <div class="bordertitle"> 102 <h2 style="border: none; padding-bottom: 0px;"><?php _e('Plugin Editor'); ?></h2>102 <h2><?php _e('Plugin Editor'); ?></h2> 103 103 </div> 104 <div class="tablenav" style="margin-right: 210px;">105 <div style="float: left;">104 <div class="tablenav"> 105 <div class="alignleft"> 106 106 <big><strong><?php 107 107 if ( in_array($file, (array) get_option('active_plugins')) ) { … … 120 120 ?></strong></big> 121 121 </div> 122 <br style="clear: both;" />122 <br class="clear" /> 123 123 </div> 124 <br style="clear: both;" />124 <br class="clear" /> 125 125 <div id="templateside"> 126 <h3 id="bordertitle" style="margin-bottom: 10px;"><?php _e("Plugin Files"); ?></h3>126 <h3 id="bordertitle"><?php _e("Plugin Files"); ?></h3> 127 127 128 <h4 style="margin-bottom: 0px;"><?php _e('Plugins'); ?></h4>128 <h4><?php _e('Plugins'); ?></h4> 129 129 <ul> 130 130 <?php foreach($plugin_files as $plugin_file) : ?> -
trunk/wp-admin/plugins.php
r7122 r7304 84 84 85 85 <div class="tablenav"> 86 <div style="float:left">86 <div class="alignleft"> 87 87 <?php 88 88 $active = get_option('active_plugins'); … … 99 99 ?> 100 100 </div> 101 <br style="clear:both;">101 <br class="clear" /> 102 102 </div> 103 103 104 <br style="clear:both;">104 <br class="clear" /> 105 105 106 106 <table class="widefat"> … … 108 108 <tr> 109 109 <th><?php _e('Plugin'); ?></th> 110 <th style="text-align: center"><?php _e('Version'); ?></th>110 <th class="num"><?php _e('Version'); ?></th> 111 111 <th><?php _e('Description'); ?></th> 112 112 <th <?php if ( current_user_can('edit_plugins') ) echo ' colspan="2"'; ?>><?php _e('Action'); ?></th> -
trunk/wp-admin/sidebar.php
r7130 r7304 74 74 <input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="Save as Draft" /> 75 75 <?php if ( current_user_can('publish_posts') ) : ?> 76 <input name="publish" type="submit" id="publish" tabindex="6" style="font-weight: bold;" value="Publish" />76 <input name="publish" type="submit" id="publish" tabindex="6" value="Publish" class="button button-highlighted" /> 77 77 <?php endif; ?> 78 78 </p> -
trunk/wp-admin/theme-editor.php
r7300 r7304 91 91 <div class="wrap"> 92 92 <div class="bordertitle"> 93 <h2 style="border: none; padding-bottom: 0px;"><?php _e('Theme Editor'); ?></h2>93 <h2><?php _e('Theme Editor'); ?></h2> 94 94 <form id="themeselector" name="theme" action="theme-editor.php" method="post"> 95 95 <strong><?php _e('Select theme to edit:'); ?> </strong> 96 <select name="theme" id="theme" style="margin: 0; padding: 0;">96 <select name="theme" id="theme"> 97 97 <?php 98 98 foreach ($themes as $a_theme) { … … 108 108 </form> 109 109 </div> 110 <div class="tablenav" style="margin-right: 210px;">111 <div style="float: left;">110 <div class="tablenav"> 111 <div class="alignleft"> 112 112 <big><strong><?php echo sprintf($desc_header, $file_show); ?></big> 113 113 </div> 114 <br style="clear: both;" />114 <br class="clear" /> 115 115 </div> 116 <br style="clear: both;" />116 <br class="clear" /> 117 117 <div id="templateside"> 118 <h3 id="bordertitle" style="margin-bottom: 10px;"><?php _e("Theme Files"); ?></h3>118 <h3 id="bordertitle"><?php _e("Theme Files"); ?></h3> 119 119 120 120 <?php 121 121 if ($allowed_files) : 122 122 ?> 123 <h4 style="margin-bottom: 0px;"><?php _e('Templates'); ?></h4>123 <h4><?php _e('Templates'); ?></h4> 124 124 <ul> 125 125 <?php foreach($themes[$theme]['Template Files'] as $template_file) : … … 132 132 <?php endforeach; ?> 133 133 </ul> 134 <h4 style="margin-bottom: 0px;"><?php echo _c('Styles|Theme stylesheets in theme editor'); ?></h4>134 <h4><?php echo _c('Styles|Theme stylesheets in theme editor'); ?></h4> 135 135 <ul> 136 136 <?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) : -
trunk/wp-admin/upload.php
r7288 r7304 137 137 ?> 138 138 139 <div style="float:left">139 <div class="alignleft"> 140 140 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 141 141 <?php wp_nonce_field('bulk-media'); ?> … … 177 177 </div> 178 178 179 <br style="clear:both;" />180 </div> 181 182 <br style="clear:both;" />179 <br class="clear" /> 180 </div> 181 182 <br class="clear" /> 183 183 184 184 <?php include( 'edit-attachment-rows.php' ); ?> … … 194 194 echo "<div class='tablenav-pages'>$page_links</div>"; 195 195 ?> 196 <br style="clear:both;" />196 <br class="clear" /> 197 197 </div> 198 198 -
trunk/wp-admin/user-edit.php
r7302 r7304 323 323 324 324 <?php if (count($profileuser->caps) > count($profileuser->roles)): ?> 325 <br style="clear: both;" />325 <br class="clear" /> 326 326 <table width="99%" style="border: none;" cellspacing="2" cellpadding="3" class="editform"> 327 327 <tr> -
trunk/wp-admin/users.php
r7252 r7304 298 298 <?php endif; ?> 299 299 300 <div style="float:left">300 <div class="alignleft"> 301 301 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 302 302 <select name="new_role"><option value=''><?php _e('Change role to…') ?></option>"<?php wp_dropdown_roles(); ?></select> … … 305 305 </div> 306 306 307 <br style="clear:both;" />308 </div> 309 310 <br style="clear:both;" />307 <br class="clear" /> 308 </div> 309 310 <br class="clear" /> 311 311 312 312 <?php if ( is_wp_error( $wp_user_search->search_errors ) ) : ?> … … 360 360 <?php endif; ?> 361 361 362 <br style="clear:both;" />362 <br class="clear" /> 363 363 </div> 364 364 … … 378 378 ?> 379 379 380 <br style="clear:both;" />380 <br class="clear" /> 381 381 382 382 <div class="wrap"> -
trunk/wp-admin/wp-admin.css
r7295 r7304 152 152 } 153 153 154 .submit input, .button, .button-secondary {154 .submit input, .button, .button-secondary, .button-highlighted { 155 155 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 156 156 padding: 2px 3px; … … 165 165 cursor: pointer; 166 166 text-decoration: none; 167 } 168 169 .button-highlighted { 170 font-weight: bold; 167 171 } 168 172
Note: See TracChangeset
for help on using the changeset viewer.