patch tipsy in style.css - don't patch 3rdparty libraries

This commit is contained in:
Morris Jobke 2014-09-16 08:45:28 +02:00
parent a62ac2574e
commit ea2022661d
2 changed files with 6 additions and 1 deletions

View File

@ -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; }

View File

@ -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 {