first commit
This commit is contained in:
8
wp-content/plugins/google-sitemap-plugin/css/icon.css
Normal file
8
wp-content/plugins/google-sitemap-plugin/css/icon.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/*LinkedIn*/
|
||||
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image {
|
||||
font-family: 'bwsicons' !important;
|
||||
}
|
||||
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image:before {
|
||||
content: "\e916";
|
||||
font-family: 'bwsicons' !important;
|
||||
}
|
||||
62
wp-content/plugins/google-sitemap-plugin/css/style.css
Normal file
62
wp-content/plugins/google-sitemap-plugin/css/style.css
Normal file
@@ -0,0 +1,62 @@
|
||||
/* admin page menu */
|
||||
|
||||
/* styles for settings page */
|
||||
#gglstmp_authorization_button {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#gglstmp_authorization_code {
|
||||
width: 300px;
|
||||
}
|
||||
#gglstmp_manage_table {
|
||||
background: #f1f1f1;
|
||||
padding: 0 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
#gglstmp_manage_table th,
|
||||
#gglstmp_manage_table td {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.gglstmp_success {
|
||||
color: #009e10;
|
||||
}
|
||||
.bws_info {
|
||||
word-break: normal!important;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* plugin`s instances of class WP_List_Table
|
||||
*/
|
||||
#gglstmp_table .column-url input[type="url"] {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#gglstmp_table .column-is_sitemap,
|
||||
#gglstmp_table .column-priority,
|
||||
#gglstmp_table .column-frequency,
|
||||
#gglstmp_table .column-date {
|
||||
width: 10em;
|
||||
}
|
||||
.gglstmp_overflow_visible {
|
||||
overflow: visible;
|
||||
}
|
||||
.gglstmp_disabled {
|
||||
background-color: #fefaf7 !important;
|
||||
}
|
||||
.gglstmp_disabled th {
|
||||
border-left: 3px solid #d54e21 !important;
|
||||
box-sizing: border-box;
|
||||
padding-left: 0;
|
||||
}
|
||||
.bws_pro_version_bloc .bws_help_box {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
#gglstmp_manage_table th {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
#gglstmp_manage_table td {
|
||||
padding-bottom: 6px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user