Skip to content

Commit 8bb7a5e

Browse files
Akshay UrankarAkshay Urankar
authored andcommitted
updated button styles
1 parent 6b7005c commit 8bb7a5e

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
lines changed

admin/css/admin.css

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,33 @@ html{ display:block !important;}
2727
.panel-container.bsf-panel b {
2828
font-size: 16px;
2929
}
30-
div#tab-1 p,
31-
div#tab-4 p,
32-
div#tab-3 p {
33-
font-size: 14px;
34-
}
35-
div#tab-6 p {
36-
font-size: 14px;
37-
}
38-
.panel-container.bsf-panel .updated p,
39-
.panel-container.bsf-panel .error p {
40-
font-size: 14px;
41-
}
42-
.schema-notice {
43-
border: 1px dashed #23282d45;
44-
padding: 2px 15px;
45-
margin: 0 5px;
46-
}
30+
div#tab-1 p,
31+
div#tab-4 p,
32+
div#tab-3 p,
33+
div#tab-6 p{
34+
font-size: 14px;
35+
}
36+
37+
.schema-notice {
38+
border: 1px dashed #23282d45;
39+
padding: 2px 15px;
40+
margin: 0 5px;
41+
}
42+
43+
.panel-container.bsf-panel .updated p,
44+
.panel-container.bsf-panel .error p {
45+
font-size: 14px;
46+
}
47+
48+
.panel-container.bsf-panel .updated p,
49+
.panel-container.bsf-panel .error p {
50+
font-size: 14px;
51+
}
52+
.schema-notice {
53+
border: 1px dashed #23282d45;
54+
padding: 2px 15px;
55+
margin: 0 5px;
56+
}
4757
#bsf-postbox-container-2 .ui-sortable {
4858
padding: 5px;
4959
}

admin/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,7 @@ function rich_snippet_dashboard() {
857857
<table class="bsf_metabox">
858858
<tr>
859859
<td>
860-
<label for="aiosrs_analytics_optin">' . esc_html__( 'Enable feature', 'rich-snippets' ) . '</label>
861-
<div class="bsf-tooltip"><span class="dashicons dashicons-info"></span><span class="bsf-tooltiptext">' . esc_html__( 'Share anonymous usage data to help improve the plugin.', 'rich-snippets' ) . '</span></div>
860+
<label for="aiosrs_analytics_optin">' . esc_html__( 'Enable Anonymous Analytics', 'rich-snippets' ) . '</label>
862861
<input style="margin-left:10px;" type="checkbox" name="aiosrs_analytics_optin" id="aiosrs_analytics_optin" value="yes" ' . checked( 'yes', get_option( 'aiosrs_analytics_optin', 'no' ), false ) . ' />
863862
</td>
864863
</tr>

0 commit comments

Comments
 (0)