Browse Source

Less padding between panels.

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

+ 5
- 1
templates/bootstrap/file.html View File

@@ -46,7 +46,7 @@
.panel-body { padding: 5px; }
.bottomright {position:absolute; bottom:0; margin-bottom:25px; right: 20px;}
.bottomright {position:absolute; bottom:0; margin-bottom:30px; right: 10px;}
.panel-title a {
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
@@ -55,6 +55,10 @@
.panel-heading { padding: 10px 7px; }
div[class^="col-"] {
padding: 7px 7px;
}
.tt-dropdown-menu {
width: 322px;
text-align: left;


Loading…
Cancel
Save