File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 99 }
1010 }
1111
12+ td {
13+ vertical-align : top ;
14+ }
15+
1216 td :first-child { // Name
1317 padding-top : 8px ;
1418 padding-bottom : 2px ;
@@ -182,7 +186,6 @@ li.issues {
182186
183187// Show
184188
185-
186189.agent-show {
187190
188191 .nav-item {
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ table.table {
5353 border : none ;
5454 border-bottom : 1px solid #222 ;
5555 border-bottom-width : 1px !important ;
56+ vertical-align : middle ;
5657 }
5758
5859 tbody tr :last-child td {
@@ -121,14 +122,6 @@ table.dataTable {
121122 color : $secondary ;
122123}
123124
124- // User Credentials
125-
126- #usercredentials-table {
127- tbody td {
128- vertical-align : middle ;
129- }
130- }
131-
132125// User Management
133126
134127#users-table {
@@ -139,9 +132,4 @@ table.dataTable {
139132 th .registered {
140133 min-width : 120px ;
141134 }
142-
143- tbody td {
144- vertical-align : middle ;
145- }
146135}
147-
Original file line number Diff line number Diff line change 5959
6060 td .workflow-num-of-agents { // Agents (number and link).
6161 min-width : 5rem ;
62- padding-top : 16px ;
6362 }
6463
6564 a .show-description {
You can’t perform that action at this time.
0 commit comments