(HTML) Formatted Case Logs, Description and Notifications with inline images uploaded as Attachments. Beta Version !!

SVN:trunk[3916]
This commit is contained in:
Denis Flaven
2016-02-19 10:03:59 +00:00
parent c72bdae8d7
commit 4e24e9899e
46 changed files with 4220 additions and 210 deletions

View File

@@ -280,16 +280,33 @@ legend.transparent {
}
.ui-widget-content td a.cke_toolbox_collapser {
.ui-widget-content td a.cke_button, .ui-widget-content td a.cke_combo_button, .ui-widget-content td a.cke_toolbox_collapser, cke_dialog a {
padding-left: 0;
background-image: none;
}
p a:hover, td a:hover {
.ui-widget-content td a:hover, p a:hover, td a:hover {
text-decoration: underline;
color: #e87c1e;
padding-left: 14px;
background: url(../images/mini-arrow-orange.gif) no-repeat left;
}
.cke_reset_all *:hover {
text-decoration: none;
color: black;
}
table.cke_dialog_contents a.cke_dialog_ui_button_ok {
color: black;
border-color: #e87c1e;
background: #e87c1e;
}
.cke_notifications_area {
display: none;
}
@@ -2154,3 +2171,33 @@ span.refresh-button {
}
.history_entry {
position: relative !important;
max-width: 100%;
}
.history_entry_truncated {
max-height: 7em;
overflow: hidden;
}
.history_truncated_toggler {
position: absolute !important;
bottom: 0;
right: 0;
display: block;
cursor: pointer;
width: 16px;
height: 16px;
background-image: url(ui-lightness/images/ui-icons_222222_256x240.png);
background-position: -16px -192px;
}
.history_entry_truncated .history_truncated_toggler {
background-position: 0 -192px;
}