Reduce panel height.
This commit is contained in:
parent
9d87ec76fb
commit
31e10c8835
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
.panel-body { padding: 5px; }
|
.panel-body { padding: 5px; }
|
||||||
|
|
||||||
.bottomright {position:absolute; bottom:0; margin-bottom:30px; right: 10px;}
|
.bottomright {position:absolute; bottom:15px; 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,8 @@
|
||||||
|
|
||||||
.panel-heading { padding: 10px 7px; }
|
.panel-heading { padding: 10px 7px; }
|
||||||
|
|
||||||
|
.panel { margin-bottom: 5px; }
|
||||||
|
|
||||||
div[class^="col-"] {
|
div[class^="col-"] {
|
||||||
padding: 7px 7px;
|
padding: 7px 7px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue