summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/css/content.css b/css/content.css
index 8eb01a563..31e409419 100644
--- a/css/content.css
+++ b/css/content.css
@@ -381,7 +381,7 @@
}
#app-content .utils .title h1 a {
- text-overflow: ellipsis;
+ /*text-overflow: ellipsis;*/
white-space: nowrap;
overflow: hidden;
width: 100%;
@@ -394,6 +394,17 @@
min-height: 40px;
}
+ #app-content .open .title .intro {
+ display: none;
+ }
+
+ #app-content .title .intro {
+ color: #777;
+ font-size: 10pt;
+ font-weight: normal;
+ margin-left: 20px;
+ }
+
#app-content .open .utils .title h1 a {
overflow: auto;
white-space: normal;