aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.tooltip.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css
index acc39a002..89217ab00 100644
--- a/themes/base/jquery.ui.tooltip.css
+++ b/themes/base/jquery.ui.tooltip.css
@@ -7,12 +7,10 @@
* http://jquery.org/license
*/
.ui-tooltip {
- padding:8px;
- position:absolute;
- z-index:9999;
+ padding: 8px;
+ position: absolute;
+ z-index: 9999;
max-width: 300px;
- -o-box-shadow: 0 0 5px #aaa;
- -moz-box-shadow: 0 0 5px #aaa;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
@@ -20,4 +18,4 @@
* html .ui-tooltip {
background-image: none;
}
-body .ui-tooltip { border-width:2px; }
+body .ui-tooltip { border-width: 2px; }