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

Commit

Permalink
update css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviMenezes committed Mar 22, 2018
1 parent 9dddd8c commit 4c751c6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions app/include/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@
margin: 3px 4px;
font-weight: 700;
}
.dvi .dvi_radio_info .btn-group .active {

.dvi .btn-group label {
min-height: var(--min-height-default);
padding-top: 9px;
}
.dvi .btn-group .active {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
Expand Down Expand Up @@ -103,10 +108,6 @@ dvi select, .dvi .select2, .dvi .select2-selection, .dvi input[type="text"], .dv
width:20%
}

.dvi label {
margin: 5px 0px;
}

.dvi .tab-pane {
padding: 10px 2px;
}
Expand All @@ -122,6 +123,10 @@ table.dataTable.no-footer {
border-bottom: 1px solid #ccc;
}

.dvi .dvi_btn .btn:not(.btn-link):not(.btn-circle) i {
font-size: 2em !important;
}

table.tdatagrid_table>tbody.tdatagrid_body>tr>td.tdatagrid_cell.action {
vertical-align: middle;
padding: 2px 3px;
Expand Down

0 comments on commit 4c751c6

Please sign in to comment.