fix bootstrap dialogs

This commit is contained in:
Athou
2013-11-28 09:40:50 +01:00
parent b8f0af5b2e
commit 8f6aa0896b
10 changed files with 104 additions and 127 deletions

View File

@@ -6,6 +6,14 @@
padding-left: 20px;
}
body .modal {
display: block;
}
body .modal-backdrop {
opacity: 0.5;
}
.pointer {
cursor: pointer;
}