More style and language adjustments

This commit is contained in:
Bryan Housel
2018-04-07 21:45:23 -04:00
parent 8ea2c7ff9a
commit 55e55e2021
4 changed files with 28 additions and 15 deletions
+19 -3
View File
@@ -3607,14 +3607,30 @@ img.tile-debug {
.save-success p {
margin-top: 15px;
}
.save-success h3 {
font-size: 14px;
margin-top: 15px;
padding-bottom: 0;
}
.save-success td {
vertical-align: top;
padding: 0 10px 5px 10px;
}
.save-success td.cell-icon {
width: 50px;
width: 40px;
}
.save-success .details {
.save-success td.cell-detail {
padding: 0 10px;
}
.save-success td.community-detail {
padding-bottom: 20px;
}
.summary-detail-view,
.community-detail-name {
font-size: 14px;
font-weight: bold;
}
.save-summary .details {
margin: 0px 5px;
white-space: nowrap;
}