r2896 - set tooltip body border style to 2px width, to match tooltip arrow width

r2896 - set tooltip body border style to 2px width, to match tooltip arrow width


Author: scottjehl
Date: Wed Jul 8 13:33:19 2009
New Revision: 2896
Modified:
branches/dev/tooltip/tests/static/tooltip/all.html
branches/dev/tooltip/themes/base/ui.tooltip.css
Log:
set tooltip body border style to 2px width, to match tooltip arrow width
Modified: branches/dev/tooltip/tests/static/tooltip/all.html
==============================================================================
--- branches/dev/tooltip/tests/static/tooltip/all.html    (original)
+++ branches/dev/tooltip/tests/static/tooltip/all.html    Wed Jul 8 13:33:19
2009
@@ -34,7 +34,7 @@
    </style>
    <!-- jQuery UI theme switcher -->
        <script type="text/javascript"
src="http://ui.jquery.com/applications/themeroller/themeswitchertool/"></script>
-        <script type="text/javascript"> $(function(){ $('<div style="position:
absolute; right: 20px; top: 20px;"
/>').appendTo('body').themeswitcher({onSelect: function(){
setTimeout(fixToolTipColor, 400); }}); });</script>
+        <script type="text/javascript"> $(function(){ $('<div style="position:
absolute; right: 20px; top: 20px;"
/>').appendTo('body').themeswitcher({onSelect: function(){
setTimeout(fixToolTipColor, 800); }}); });</script>
    
</head>
<body>
Modified: branches/dev/tooltip/themes/base/ui.tooltip.css
==============================================================================
--- branches/dev/tooltip/themes/base/ui.tooltip.css    (original)
+++ branches/dev/tooltip/themes/base/ui.tooltip.css    Wed Jul 8 13:33:19 2009
@@ -1,5 +1,6 @@
/*Tooltip and Pointer CSS*/
-.ui-tooltip { padding:8px; width:100px; border-width:2px;
position:absolute; z-index:9999; }
+.ui-tooltip { padding:8px; width:100px; position:absolute; z-index:9999; }
+body .ui-tooltip { border-width:2px; }
.ui-tooltip .ui-tooltip-pointer,.ui-tooltip .ui-tooltip-pointer-inner {
position:absolute; width:0; height:0; background:none; }
/*top*/