mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Minor tooltip styling issue
This commit is contained in:
@@ -43,6 +43,7 @@ body { background-color: #EEEEEE; }
|
|||||||
|
|
||||||
.modal-header { border-bottom:1px solid #DDDDDD; background-image: -moz-linear-gradient(center top , rgb(253, 253, 253) 0%, rgb(234, 234, 234) 100%); }
|
.modal-header { border-bottom:1px solid #DDDDDD; background-image: -moz-linear-gradient(center top , rgb(253, 253, 253) 0%, rgb(234, 234, 234) 100%); }
|
||||||
|
|
||||||
|
.tooltip-inner { box-shadow: 0 2px 5px #808080; -webkit-box-shadow: 0 2px 5px #808080; -moz-box-shadow: 0 2px 5px #808080; }
|
||||||
|
|
||||||
.tab-pane table.adminform td { border-top:0px}
|
.tab-pane table.adminform td { border-top:0px}
|
||||||
|
|
||||||
|
@@ -16,7 +16,8 @@ body { padding-top: 75px; }
|
|||||||
|
|
||||||
.tipsy-inner { padding:10px; font-size:15px; } /* deprecated */
|
.tipsy-inner { padding:10px; font-size:15px; } /* deprecated */
|
||||||
.tooltip { font-size: 13px; }
|
.tooltip { font-size: 13px; }
|
||||||
.tooltip-inner { box-shadow: 0 2px 5px #808080; -webkit-box-shadow: 0 2px 5px #808080; -moz-box-shadow: 0 2px 5px #808080; }
|
.tooltip-inner { }
|
||||||
|
|
||||||
|
|
||||||
/* Core Formatting */
|
/* Core Formatting */
|
||||||
.left { text-align: left }
|
.left { text-align: left }
|
||||||
|
@@ -291,6 +291,7 @@ $(document).ready(function()
|
|||||||
},
|
},
|
||||||
fade: true,
|
fade: true,
|
||||||
html: true,
|
html: true,
|
||||||
|
opacity: 1.0,
|
||||||
placement: placement,
|
placement: placement,
|
||||||
delay: { show: 300, hide: 600 }
|
delay: { show: 300, hide: 600 }
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user