Fix bottom padding on source code dialog.

Source code dialogs don't look good because they do not have a padding at the bottom. So the code almost appear at the dialog border.
This commit is contained in:
Christopher Ramírez 2014-10-22 13:37:57 -06:00
parent 50da28242e
commit 3606df1b74

View File

@ -39,6 +39,10 @@
}
.icon-preview:hover i { color: #4285f4; }
.icon-preview:hover span { display: block; cursor: text; }
.modal-content .modal-body {
padding-bottom: 14px;
}
</style>
</head>