Skip to content

Commit e005800

Browse files
committed
fixed time html styling
1 parent 51b10d1 commit e005800

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/clientlibs/views/dashboard/css/styles.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
* limitations under the License.
1818
* =========================LICENSE_END==================================
1919
*/
20-
2120
.foundation-layout-panel-content {
2221
coral-card-asset {
2322
background-color: #ffffff;
2423
color: #e0e0e0;
24+
2525
coral-icon {
2626
font-size: 100px;
2727
text-align: center;
2828
}
2929
}
30+
3031
coral-card-content {
3132
background-color: #e0e0e0;
3233
}
3334
}
34-

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/clientlibs/views/history/css/history.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* limitations under the License.
1818
* =========================LICENSE_END==================================
1919
*/
20-
2120
.summary {
2221
background: url(../img/icons/summary.png) no-repeat center left;
2322
}
@@ -28,7 +27,8 @@
2827

2928
.last-dry-execution-status, .last-execution-status {
3029
vertical-align: middle;
30+
3131
.instance {
3232
text-transform: capitalize;
3333
}
34-
}
34+
}

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/clientlibs/views/references/css/references.less

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,17 @@
1717
* limitations under the License.
1818
* =========================LICENSE_END==================================
1919
*/
20-
2120
.apm-documentation {
2221
padding: 0 15px;
2322

24-
.coral-Table-body {
23+
.coral-Table-body, ._coral-Table-body {
2524
tr.even {
26-
.coral-Table-cell {
25+
.coral-Table-cell, ._coral-Table-cell {
2726
background-color: #e6e6e6;
2827
}
2928
}
3029

31-
.coral-Table-cell.argument-cell {
30+
.coral-Table-cell.argument-cell, ._coral-Table-cell.argument-cell {
3231
border-left: 0px;
3332
border-right: 0px;
3433

@@ -62,4 +61,4 @@
6261
padding: 5px 0 5px 30px;
6362
}
6463
}
65-
}
64+
}

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/clientlibs/views/scripts/css/styles.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@
1717
* limitations under the License.
1818
* =========================LICENSE_END==================================
1919
*/
20-
.coral-Table-cell {
20+
.coral-Table-cell, ._coral-Table-cell {
2121
a ~ time {
2222
display: inline-block;
23-
margin: 10px 0 0 10px;
23+
margin-left: 10px;
2424
}
2525
}
26+
2627
.granite-collection-selectionbar {
2728
z-index: 100;
2829
}
2930

3031
#view-root {
3132
height: 100%;
32-
}
33+
}

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/clientlibs/views/summary/css/styles.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
* limitations under the License.
1818
* =========================LICENSE_END==================================
1919
*/
20-
.coral-Table-body {
20+
.coral-Table-body, ._coral-Table-body {
2121
.entry-error {
22-
.coral-Table-cell {
22+
.coral-Table-cell, ._coral-Table-cell {
2323
background-color: rgba(221, 52, 52, 0.7);
2424
}
2525
}

0 commit comments

Comments
 (0)