Styles fine tuning and nicer display of the main menu (no more animation on initial load).

SVN:trunk[4062]
This commit is contained in:
Denis Flaven
2016-05-11 14:20:02 +00:00
parent e00667c2e4
commit cc0019c090
5 changed files with 39 additions and 8 deletions

View File

@@ -443,6 +443,11 @@ input.textSearch {
}
#accordion {
display: none;
}
#accordion h3 {
padding: 10px;
}
@@ -1466,6 +1471,12 @@ span.form_validation {
}
.HTML p, .caselog_entry_html p {
margin-top: 0.25em;
margin-bottom: 0.25em;
}
table.details {
border-collapse: collapse;
noborder-bottom: 2px white solid;
@@ -2344,3 +2355,8 @@ span.refresh-button {
}
.mfp-close {
cursor: pointer !important;
}