Merge branch 'ent-12666-severity-mini-no-se-estira-verticalmente-en-la-vista-de-eventos' into 'develop'

Ent 12666 severity mini no se estira verticalmente en la vista de eventos

See merge request artica/pandorafms!6799
This commit is contained in:
Rafael Ameijeiras 2024-01-19 08:38:14 +00:00
commit 7caabd9805
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ table#table_events > tbody > tr > td.column-estado {
padding: 0px !important;
text-align: center;
}
@-moz-document url-prefix() {
table#table_events > tbody > tr,
table#table_events > tbody > tr > td {
height: 100%;
}
}
.sorting_desc {
background: url(../../images/sort_down_green.png) no-repeat;
background-position-x: left;