Extra commision column now split into 3 , and tooltip added
This commit is contained in:
@@ -62,3 +62,122 @@
|
||||
.gravityflow-dicussion-item-value {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.woocommerce-help-tip{
|
||||
color:#666;
|
||||
display:inline-block;
|
||||
font-size:1.1em;
|
||||
font-style:normal;
|
||||
height:16px;
|
||||
line-height:16px;
|
||||
position:relative;
|
||||
vertical-align:middle;
|
||||
width:16px}
|
||||
|
||||
.woocommerce-help-tip::after{
|
||||
font-family:Dashicons;
|
||||
speak:none;
|
||||
font-weight:400;
|
||||
font-variant:normal;
|
||||
text-transform:none;
|
||||
line-height:1;
|
||||
-webkit-font-smoothing:antialiased;
|
||||
margin:0;
|
||||
text-indent:0;
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
text-align:center;
|
||||
content:"";
|
||||
cursor:help
|
||||
}
|
||||
|
||||
h2 .woocommerce-help-tip{
|
||||
margin-top:-5px;
|
||||
margin-left:.25em
|
||||
}
|
||||
|
||||
/**
|
||||
* Tooltips
|
||||
*/
|
||||
.tips {
|
||||
cursor: help;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img.tips {
|
||||
padding: 5px 0 0;
|
||||
}
|
||||
|
||||
#tiptip_holder {
|
||||
display: none;
|
||||
z-index: 8675309;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
/*rtl:ignore*/
|
||||
left: 0;
|
||||
}
|
||||
#tiptip_holder.tip_top {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
#tiptip_holder.tip_top #tiptip_arrow_inner {
|
||||
margin-top: -7px;
|
||||
margin-left: -6px;
|
||||
border-top-color: #333;
|
||||
}
|
||||
#tiptip_holder.tip_bottom {
|
||||
padding-top: 5px;
|
||||
}
|
||||
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
|
||||
margin-top: -5px;
|
||||
margin-left: -6px;
|
||||
border-bottom-color: #333;
|
||||
}
|
||||
#tiptip_holder.tip_right {
|
||||
padding-left: 5px;
|
||||
}
|
||||
#tiptip_holder.tip_right #tiptip_arrow_inner {
|
||||
margin-top: -6px;
|
||||
margin-left: -5px;
|
||||
border-right-color: #333;
|
||||
}
|
||||
#tiptip_holder.tip_left {
|
||||
padding-right: 5px;
|
||||
}
|
||||
#tiptip_holder.tip_left #tiptip_arrow_inner {
|
||||
margin-top: -6px;
|
||||
margin-left: -7px;
|
||||
border-left-color: #333;
|
||||
}
|
||||
|
||||
#tiptip_content,
|
||||
.chart-tooltip,
|
||||
.wc_error_tip {
|
||||
color: #fff;
|
||||
font-size: 0.8em;
|
||||
max-width: 150px;
|
||||
background: #333;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
padding: 0.618em 1em;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
#tiptip_content code,
|
||||
.chart-tooltip code,
|
||||
.wc_error_tip code {
|
||||
padding: 1px;
|
||||
background: #888;
|
||||
}
|
||||
|
||||
#tiptip_arrow,
|
||||
#tiptip_arrow_inner {
|
||||
position: absolute;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 6px;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user