1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Minor tooltip styling issue

This commit is contained in:
Cameron 2013-05-01 12:58:04 -07:00
parent 9c47dcfbd3
commit 6eefdb5441
3 changed files with 4 additions and 1 deletions

View File

@ -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%); }
.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}

View File

@ -16,7 +16,8 @@ body { padding-top: 75px; }
.tipsy-inner { padding:10px; font-size:15px; } /* deprecated */
.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 */
.left { text-align: left }

View File

@ -291,6 +291,7 @@ $(document).ready(function()
},
fade: true,
html: true,
opacity: 1.0,
placement: placement,
delay: { show: 300, hide: 600 }
});