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:
parent
9c47dcfbd3
commit
6eefdb5441
@ -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}
|
||||
|
||||
|
@ -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 }
|
||||
|
@ -291,6 +291,7 @@ $(document).ready(function()
|
||||
},
|
||||
fade: true,
|
||||
html: true,
|
||||
opacity: 1.0,
|
||||
placement: placement,
|
||||
delay: { show: 300, hide: 600 }
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user