mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
space all the way around action buttons
4px margin matches 8px cell padding (margin is added on both sides) and center when buttons collapse to single column
This commit is contained in:
@@ -50,8 +50,8 @@ tr.noborder > td {
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.user-row .actions > * {
|
||||
margin-right: 5px;
|
||||
.user-row .actions button {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.admin-header-buttons {
|
||||
@@ -88,4 +88,9 @@ goals:
|
||||
.admin-table-head #actions-header {
|
||||
width: 140px;
|
||||
}
|
||||
.user-row .actions button {
|
||||
/* full-width buttons when they get collapsed into a single column */
|
||||
margin: 4px 0px 4px 0px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user