Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviMenezes committed Apr 25, 2018
1 parent e15b75e commit e4ee9fa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app/include/las_application.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,19 @@
table.tdatagrid_table>tbody.tdatagrid_body>tr>td.tdatagrid_cell {
border-bottom: unset;
}
.panel_grid_occurrence .panel-body {
/*PANEL GRID LIST*********************************************************/
.panel_grid_list .panel-body {
padding: unset;
}
.panel_grid_occurrence .panel-body table.tdatagrid_table {
.panel_grid_list .panel-body table.tdatagrid_table {
border: unset;
}

.panel_grid_occurrence table.tdatagrid_table>tbody.tdatagrid_body>tr>td.tdatagrid_cell.action {
.panel_grid_list table.tdatagrid_table>tbody.tdatagrid_body>tr>td.tdatagrid_cell.action {
border-left: unset;
}

.panel_grid_occurrence .panel-heading {
.panel_grid_list .panel-heading {
height: unset !important;
}
}
/**************************************************************************/

0 comments on commit e4ee9fa

Please sign in to comment.