Less padding between panels.

This commit is contained in:
Sébastien Lucas 2014-05-31 15:24:56 +02:00
rodzic 63b929c1e3
commit 415669f8b6
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -46,7 +46,7 @@
.panel-body { padding: 5px; } .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 { .panel-title a {
overflow: hidden; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
@ -55,6 +55,10 @@
.panel-heading { padding: 10px 7px; } .panel-heading { padding: 10px 7px; }
div[class^="col-"] {
padding: 7px 7px;
}
.tt-dropdown-menu { .tt-dropdown-menu {
width: 322px; width: 322px;
text-align: left; text-align: left;