Skip to content

Commit

Permalink
Alerts and label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Jun 10, 2017
1 parent 3514000 commit f0c67ad
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 50 deletions.
52 changes: 37 additions & 15 deletions administrator/templates/atum/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4313,7 +4313,8 @@ a.bg-inverse:focus, a.bg-inverse:hover {
align-content: stretch !important; }

.align-self-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }

.align-self-start {
align-self: flex-start !important; }
Expand All @@ -4322,13 +4323,15 @@ a.bg-inverse:focus, a.bg-inverse:hover {
align-self: flex-end !important; }

.align-self-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }

.align-self-baseline {
align-self: baseline !important; }

.align-self-stretch {
align-self: stretch !important; }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; }

@media (min-width: 576px) {
.flex-sm-first {
Expand Down Expand Up @@ -4384,17 +4387,20 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-content-sm-stretch {
align-content: stretch !important; }
.align-self-sm-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-sm-start {
align-self: flex-start !important; }
.align-self-sm-end {
align-self: flex-end !important; }
.align-self-sm-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-sm-baseline {
align-self: baseline !important; }
.align-self-sm-stretch {
align-self: stretch !important; } }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }

@media (min-width: 768px) {
.flex-md-first {
Expand Down Expand Up @@ -4450,17 +4456,20 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-content-md-stretch {
align-content: stretch !important; }
.align-self-md-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-md-start {
align-self: flex-start !important; }
.align-self-md-end {
align-self: flex-end !important; }
.align-self-md-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-md-baseline {
align-self: baseline !important; }
.align-self-md-stretch {
align-self: stretch !important; } }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }

@media (min-width: 992px) {
.flex-lg-first {
Expand Down Expand Up @@ -4516,17 +4525,20 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-content-lg-stretch {
align-content: stretch !important; }
.align-self-lg-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-lg-start {
align-self: flex-start !important; }
.align-self-lg-end {
align-self: flex-end !important; }
.align-self-lg-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-lg-baseline {
align-self: baseline !important; }
.align-self-lg-stretch {
align-self: stretch !important; } }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }

@media (min-width: 1200px) {
.flex-xl-first {
Expand Down Expand Up @@ -4582,17 +4594,20 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-content-xl-stretch {
align-content: stretch !important; }
.align-self-xl-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-xl-start {
align-self: flex-start !important; }
.align-self-xl-end {
align-self: flex-end !important; }
.align-self-xl-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-xl-baseline {
align-self: baseline !important; }
.align-self-xl-stretch {
align-self: stretch !important; } }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }

.float-left {
float: left !important; }
Expand Down Expand Up @@ -10053,7 +10068,14 @@ dl, ol, ul {
th {
text-align: right; }

.close {
float: left; }
.notify-alerts .close {
right: auto;
left: -.5rem; }

.control-group .control-label {
float: right;
text-align: right; }

.dropdown-menu-right {
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template-rtl.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions administrator/templates/atum/css/template-rtl.min.css

Large diffs are not rendered by default.

45 changes: 30 additions & 15 deletions administrator/templates/atum/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -4313,7 +4313,8 @@ a.bg-inverse:focus, a.bg-inverse:hover {
align-content: stretch !important; }

.align-self-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }

.align-self-start {
align-self: flex-start !important; }
Expand All @@ -4322,13 +4323,15 @@ a.bg-inverse:focus, a.bg-inverse:hover {
align-self: flex-end !important; }

.align-self-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }

.align-self-baseline {
align-self: baseline !important; }

.align-self-stretch {
align-self: stretch !important; }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; }

@media (min-width: 576px) {
.flex-sm-first {
Expand Down Expand Up @@ -4384,17 +4387,20 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-content-sm-stretch {
align-content: stretch !important; }
.align-self-sm-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-sm-start {
align-self: flex-start !important; }
.align-self-sm-end {
align-self: flex-end !important; }
.align-self-sm-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-sm-baseline {
align-self: baseline !important; }
.align-self-sm-stretch {
align-self: stretch !important; } }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }

@media (min-width: 768px) {
.flex-md-first {
Expand Down Expand Up @@ -4450,17 +4456,20 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-content-md-stretch {
align-content: stretch !important; }
.align-self-md-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-md-start {
align-self: flex-start !important; }
.align-self-md-end {
align-self: flex-end !important; }
.align-self-md-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-md-baseline {
align-self: baseline !important; }
.align-self-md-stretch {
align-self: stretch !important; } }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }

@media (min-width: 992px) {
.flex-lg-first {
Expand Down Expand Up @@ -4516,17 +4525,20 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-content-lg-stretch {
align-content: stretch !important; }
.align-self-lg-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-lg-start {
align-self: flex-start !important; }
.align-self-lg-end {
align-self: flex-end !important; }
.align-self-lg-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-lg-baseline {
align-self: baseline !important; }
.align-self-lg-stretch {
align-self: stretch !important; } }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }

@media (min-width: 1200px) {
.flex-xl-first {
Expand Down Expand Up @@ -4582,17 +4594,20 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-content-xl-stretch {
align-content: stretch !important; }
.align-self-xl-auto {
align-self: auto !important; }
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-xl-start {
align-self: flex-start !important; }
.align-self-xl-end {
align-self: flex-end !important; }
.align-self-xl-center {
align-self: center !important; }
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-xl-baseline {
align-self: baseline !important; }
.align-self-xl-stretch {
align-self: stretch !important; } }
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }

.float-left {
float: left !important; }
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template.min.css

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions administrator/templates/atum/scss/template-rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@
dl, ol, ul {
padding-right: 0;
}

th {
text-align: right;
}

.close {
float: left;
.notify-alerts & {
right: auto;
left: -.5rem;
}
}

.control-group {
.control-label {
float: right;
text-align: right;
}
}
Expand Down

0 comments on commit f0c67ad

Please sign in to comment.