diff options
Diffstat (limited to 'public/css/body.css')
-rw-r--r-- | public/css/body.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/body.css b/public/css/body.css index 274627c..17bdad5 100644 --- a/public/css/body.css +++ b/public/css/body.css | |||
@@ -188,6 +188,11 @@ button .action_icon:hover | |||
188 | display: flex; | 188 | display: flex; |
189 | justify-content: end; | 189 | justify-content: end; |
190 | } | 190 | } |
191 | .delete_button | ||
192 | { | ||
193 | float: right; | ||
194 | margin-left: 2px; | ||
195 | } | ||
191 | section button, section input[type=submit] | 196 | section button, section input[type=submit] |
192 | { | 197 | { |
193 | color: #ff1d04; | 198 | color: #ff1d04; |