Browse Source

Reduce the panel heading and forbid the wordwrap on the panel title

master
Sébastien Lucas 10 years ago
parent
commit
c0a6c74369
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      templates/bootstrap/file.html

+ 7
- 0
templates/bootstrap/file.html View File

@@ -48,6 +48,13 @@
.bottomright {position:absolute; bottom:0; margin-bottom:25px; right: 20px;}
.panel-title a {
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
display:block;
}
.panel-heading { padding: 10px 7px; }
</style>
{{? it.server_side_rendering == 0}}


Loading…
Cancel
Save