Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +9 -1
static/style.css
CHANGED
|
@@ -1003,4 +1003,12 @@ cursor: pointer;
|
|
| 1003 |
background: #ddd !important;
|
| 1004 |
color: #888 !important;
|
| 1005 |
cursor: not-allowed;
|
| 1006 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1003 |
background: #ddd !important;
|
| 1004 |
color: #888 !important;
|
| 1005 |
cursor: not-allowed;
|
| 1006 |
+
}
|
| 1007 |
+
|
| 1008 |
+
/* Put both buttons on one line, neatly spaced */
|
| 1009 |
+
.row-actions {
|
| 1010 |
+
display: flex;
|
| 1011 |
+
gap: 6px;
|
| 1012 |
+
align-items: center;
|
| 1013 |
+
flex-wrap: wrap; /* in case the row is narrow */
|
| 1014 |
+
}
|