Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 16, 2018
1 parent a3228a7 commit 6a6f3ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 26 deletions.
20 changes: 8 additions & 12 deletions administrator/templates/atum/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1729,10 +1729,17 @@ th {
.sidebar-wrapper[data-hidden='1'] ~ .status {
margin-right: 0; }

.subhead .btn [class*=' fa-'],
.subhead .btn [class^='fa-'],
.subhead .btn [class^='icon-'],
.subhead .btn [class*=' icon-'],
.subhead .btn [class^='fa-'],
.subhead .btn [class*=' fa-'] {
.subhead .btn [class*=' fa-'], .subhead .btn-sm [class*=' fa-'],
.subhead .btn-sm [class^='fa-'],
.subhead .btn-sm [class^='icon-'],
.subhead .btn-sm [class*=' icon-'],
.subhead .btn-sm [class^='fa-'],
.subhead .btn-sm [class*=' fa-'] {
margin: 0 -22px 0 22px; }

.subhead .btn-group {
Expand All @@ -1741,17 +1748,6 @@ th {
.subhead .btn-toolbar > *:first-of-type {
margin-right: 0; }

.subhead .btn-group-sm > .btn [class*=' fa-'],
.subhead .btn-group-sm > .btn [class*=' icon-'],
.subhead .btn-group-sm > .btn [class^='fa-'],
.subhead .btn-group-sm > .btn [class^='icon-'],
.subhead .btn-sm [class*=' fa-'],
.subhead .btn-sm [class*=' icon-'],
.subhead .btn-sm [class^='fa-'],
.subhead .btn-sm [class^='icon-'] {
margin: 0 -22px 0 22px;
border-radius: 0 3px 3px 0; }

.com_cpanel .card .list-group > .published {
border-right: 5px solid #2f7d32;
border-left: 0; }
Expand Down

0 comments on commit 6a6f3ac

Please sign in to comment.