diff --git a/index.cfm b/index.cfm index 4ca7e55..5376704 100644 --- a/index.cfm +++ b/index.cfm @@ -147,13 +147,13 @@ text-align: left; border-right: 1px solid var(--brand-gray); } - th:last-child { border-right: none; text-align: center; width: 80px; } + th:last-child { border-right: none; text-align: center; width: 60px; } td { padding: 8px 12px; border-bottom: 1px solid var(--brand-gray); border-right: 1px solid var(--brand-gray); } - td:last-child { border-right: none; text-align: center; } + td:last-child { border-right: none; text-align: center; width: 60px; } tr:hover { background: rgba(243,244,246,0.5); } tr:last-child td { border-bottom: none; } @@ -194,8 +194,9 @@ input[type="text"]:focus { outline: none; border-color: var(--brand-primary); box-shadow: 0 0 0 2px rgba(37,99,235,0.15); } /* Action links */ - .icon-link { text-decoration: none; font-size: 18px; cursor: pointer; } - .icon-link:hover { opacity: 0.7; } + /* Action column */ + td.act { text-align: center; width: 60px; border-right: none; } + td.act:last-child { border-right: none; } .empty-cell { color: var(--text-muted); padding: 24px; text-align: center; } @@ -212,19 +213,21 @@