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;
}

View File

@@ -347,6 +347,9 @@ input.textSearch {
color: #888888;
background-color:#FFFFFF;
}
#accordion {
display:none;
}
#accordion h3 {
padding: 10px;
@@ -1095,6 +1098,10 @@ span.form_validation {
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+, CSS3 */
}
.caselog_entry_html p, .HTML p {
margin-top: 0.25em;
margin-bottom: 0.25em;
}
table.details {
border-collapse: collapse;
noborder-bottom: 2px #fff solid;
@@ -1771,4 +1778,7 @@ span.refresh-button {
overflow: auto;
border: #ccc 1px solid;
}
}
.mfp-close {
cursor: pointer !important;
}