Changeset 8403
- Timestamp:
- 03/07/2019 09:14:15 PM (7 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
- Files:
-
- 3 edited
-
content-post-job.php (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job.php
r5378 r8403 15 15 16 16 <div class="notice notice-info"> 17 <span>!</span><span><?php _e( 'Please review the data you submitted for accuracy. Make any necessary corrections, then re-submit this form.', 'jobswp' ); ?></span> 17 <div> 18 <?php _e( 'Please review the data you submitted for accuracy. Make any necessary corrections, then re-submit this form.', 'jobswp' ); ?> 18 19 <?php do_action( 'jobswp_notice', 'verify' ); ?> 20 </div> 19 21 </div> 20 22 -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
r8232 r8403 110 110 wp_enqueue_style( 'dashicons' ); 111 111 wp_enqueue_style( 'open-sans' ); 112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '201 70419' );112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20190307' ); 113 113 114 114 wp_enqueue_script( 'jobswp-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery'), '20131107', true ); -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
r8232 r8403 1116 1116 border-color: #FFF; 1117 1117 padding: 1em 1.5em; 1118 position: relative; 1118 1119 margin-right: 1.5em; 1119 1120 } … … 1135 1136 border-color: #9F6000; 1136 1137 } 1138 .notice-info:not(.accept)::before { 1139 content: "\f348"; 1140 font-family: "dashicons"; 1141 font-size: 36px; 1142 position: absolute; 1143 top: 6px; 1144 } 1145 .notice-info div:first-child { 1146 display: block; 1147 margin-left: 48px; 1148 } 1137 1149 .notice-error { 1138 1150 background-color: #FFBABA; 1139 1151 color: #D8000C; 1140 1152 border-color: #D8000C; 1141 }1142 .notice span:first-child {1143 padding: 1px 10px 3px;1144 border-radius: 25px;1145 color: white;1146 font-size: 18px;1147 font-weight: bold;1148 font-family: Verdana;1149 float: left;1150 margin: 0 0.8em 0 0;1151 }1152 .notice-info span:first-child {1153 background-color: #9F6000;1154 1153 } 1155 1154
Note: See TracChangeset
for help on using the changeset viewer.