Browse Source

UI-1387: extracted the details-table css into monster.css (monster-details-table)

4.3
Maxime Roux 11 years ago
parent
commit
f4c03f5a78
2 changed files with 1 additions and 53 deletions
  1. +0
    -52
      submodules/callLogs/callLogs.css
  2. +1
    -1
      views/callLogs-detailsPopup.html

+ 0
- 52
submodules/callLogs/callLogs.css View File

@ -222,58 +222,6 @@
max-height: 500px;
overflow: auto;
}
#call_logs_details_popup .details-table {
font-size: 14px;
width: 100%;
table-layout: fixed;
border: solid 1px #666;
border-radius: 4px;
border-collapse: initial;
}
#call_logs_details_popup .details-table tr td {
padding: 2px 10px;
}
#call_logs_details_popup .details-table tr td:first-of-type {
width: 220px;
border-right: solid 1px #A6A6A6;
}
#call_logs_details_popup .details-table thead tr {
background-color: #ccc;
font-weight: 600;
text-align: center;
}
#call_logs_details_popup .details-table thead tr td {
border-bottom: solid 1px #666;
}
#call_logs_details_popup .details-table thead tr td:first-of-type {
border-top-left-radius: 4px;
}
#call_logs_details_popup .details-table thead tr td:last-of-type {
border-top-right-radius: 4px;
}
#call_logs_details_popup .details-table tbody tr td:first-of-type {
overflow: hidden;
text-overflow: ellipsis;
text-align: right;
}
#call_logs_details_popup .details-table tbody tr td:last-of-type {
word-wrap: break-word;
}
#call_logs_details_popup .details-table tbody tr:not(:last-of-type) td {
border-bottom: solid 1px #A6A6A6;
}
#call_logs_details_popup .details-table tbody tr:nth-child(odd) {
background-color: #eee;
}
#call_logs_details_popup .details-table tbody tr:nth-child(even) {
background-color: #ddd;
}
#call_logs_details_popup .details-table tbody tr:last-of-type td:first-of-type {
border-bottom-left-radius: 4px;
}
#call_logs_details_popup .details-table tbody tr:last-of-type td:last-of-type {
border-bottom-right-radius: 4px;
}
/********************** COLORBLIND SETTINGS **********************/
body.colorblind #call_logs_container .grid-row:not(.header-row) .grid-cell.direction {


+ 1
- 1
views/callLogs-detailsPopup.html View File

@ -1,5 +1,5 @@
<div id="call_logs_details_popup">
<table class="details-table">
<table class="monster-details-table">
<thead>
<tr>
<td>{{i18n.callLogs.key}}</td>


Loading…
Cancel
Save