1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

Only display help icon when help text is present. Cron/Schedule page styling tweak.

This commit is contained in:
Cameron
2021-02-05 12:57:08 -08:00
parent c2c0979b3a
commit 2f8d880998
4 changed files with 11 additions and 6 deletions

View File

@@ -1617,5 +1617,5 @@ ul.col-selection > li a { border-bottom: 1px solid rgba(255,255,255,0.3); }
vertical-align: top;
}
.admin-left-panel { max-width: 300px; }
#admin-cron .admin-left-panel { max-width: 300px; }
}

View File

@@ -1636,5 +1636,5 @@ ul.col-selection { background-color: #FCFDFF; }
}
.admin-left-panel { max-width: 300px; }
#admin-cron .admin-left-panel { max-width: 300px; }
}