mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Fix redux notices, css styles in admin
This commit is contained in:
@@ -9,6 +9,20 @@
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#um-metaboxes-general h2 sup {
|
||||||
|
font-size: 14px;
|
||||||
|
position: relative;
|
||||||
|
font-weight: 400;
|
||||||
|
background: #3ba1da;
|
||||||
|
color: #fff !important;
|
||||||
|
padding: 2px 4px !important;
|
||||||
|
border-radius: 3px;
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
left: 3px;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.wrap a.red, .wrap span.red {color:#C74A4A}
|
.wrap a.red, .wrap span.red {color:#C74A4A}
|
||||||
.wrap span.ok {color:#7ACF58}
|
.wrap span.ok {color:#7ACF58}
|
||||||
|
|
||||||
|
|||||||
@@ -68,14 +68,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#redux-header .display_header span {
|
#redux-header .display_header span {
|
||||||
font-size: 15px;
|
font-size: 14px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -8px;
|
|
||||||
left: -2px;
|
|
||||||
padding-left: 0;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 29px;
|
background: #3ba1da;
|
||||||
color: #222 !important;
|
color: #fff !important;
|
||||||
|
padding: 2px 4px !important;
|
||||||
|
border-radius: 3px;
|
||||||
|
position: relative;
|
||||||
|
top: -3px;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#redux-header h2 {
|
#redux-header h2 {
|
||||||
@@ -86,6 +88,7 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 1px 15px 4px 0px;
|
padding: 1px 15px 4px 0px;
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
|
margin: 5px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#redux-share {margin-top: 11px !important}
|
#redux-share {margin-top: 11px !important}
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static function isWpDebug() {
|
public static function isWpDebug() {
|
||||||
return ( defined( 'WP_DEBUG' ) && WP_DEBUG == true );
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getTrackingObject() {
|
public static function getTrackingObject() {
|
||||||
|
|||||||
Reference in New Issue
Block a user