summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index ac381da4807..7058a2bf7c2 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -813,6 +813,16 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;}
height: 16px;
}
+/* ---- TOOLTIPS ---- */
+.extra-data {
+ padding-right: 5px !important;
+}
+.tipsy-inner {
+ max-width: 400px !important;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
/* ---- TAGS ---- */
#tagsdialog .content {
width: 100%; height: 280px;