mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
CSS fix for #533
This commit is contained in:
13
public/css/firefly.css
vendored
13
public/css/firefly.css
vendored
@@ -31,7 +31,7 @@ body.waiting * {
|
||||
}
|
||||
|
||||
.preferences-box {
|
||||
border:1px #ddd solid;
|
||||
border: 1px #ddd solid;
|
||||
border-radius: 4px 4px 0 0;
|
||||
padding: 15px;
|
||||
margin: 15px;
|
||||
@@ -101,4 +101,13 @@ body.waiting * {
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.edit_tr_buttons {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.edit_tr_buttons .btn {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user