From ea2022661d85092b30f49056c3523501b6cb7e54 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Tue, 16 Sep 2014 08:45:28 +0200
Subject: [PATCH] patch tipsy in style.css - don't patch 3rdparty libraries

---
 core/css/jquery-tipsy.css | 2 +-
 core/css/styles.css       | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/core/css/jquery-tipsy.css b/core/css/jquery-tipsy.css
index 63b187fd051..957385a269f 100644
--- a/core/css/jquery-tipsy.css
+++ b/core/css/jquery-tipsy.css
@@ -1,5 +1,5 @@
 .tipsy { font-size:10px; position:absolute; padding:5px; z-index:100000; }
-.tipsy-inner { background-color:#000; color:#FFF; max-width:400px; padding:5px 8px 4px 8px; text-align:center; overflow: hidden; text-overflow: ellipsis; }
+.tipsy-inner { background-color:#000; color:#FFF; max-width:200px; padding:5px 8px 4px 8px; text-align:center; }
 
 /* Rounded corners */
 .tipsy-inner { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
diff --git a/core/css/styles.css b/core/css/styles.css
index 4022936a5a6..97ba18aa1e9 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -815,6 +815,11 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;}
 .extra-data {
 	padding-right: 5px !important;
 }
+.tipsy-inner {
+	max-width: 400px !important;
+	overflow: hidden;
+	text-overflow: ellipsis;
+}
 
 /* ---- TAGS ---- */
 #tagsdialog .content {
-- 
GitLab