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.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index ad320b1eeca..7058a2bf7c2 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -679,6 +679,7 @@ label.infield {
#body-login .wrapper {
min-height: 100%;
margin: 0 auto -70px;
+ width: 300px;
}
#body-login footer, #body-login .push {
height: 70px;
@@ -812,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;