aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static
diff options
context:
space:
mode:
authoreMerzh <brice@bmaron.net>2020-04-08 14:00:24 +0200
committerGitHub <noreply@github.com>2020-04-08 14:00:24 +0200
commit03251c090e64082acfe301e844610f64c8f8fdef (patch)
tree8e642b7c10fdcbd0f5a4a18f5648b6f8b6e32922 /ihatemoney/static
parent4b79efe18a9952268d65b98813e3929a8179ed2c (diff)
downloadihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.zip
ihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.tar.gz
ihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.tar.bz2
merge settings and import to avoid clutter (#550)
Diffstat (limited to 'ihatemoney/static')
-rw-r--r--ihatemoney/static/css/main.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css
index 32c267e..fe8eec2 100644
--- a/ihatemoney/static/css/main.css
+++ b/ihatemoney/static/css/main.css
@@ -185,7 +185,7 @@ footer {
padding: 45px 50px;
}
-@media (min-width: 768px) {
+@media (min-width: 1024px) {
footer {
padding-left: calc(25% + 50px);
}
@@ -523,3 +523,13 @@ footer .icon svg {
text-align: right;
width: 200px;
}
+
+/* edit settings */
+
+.edit-project form {
+ margin-top: 1em;
+ margin-bottom: 3em;
+}
+.edit-project .custom-file {
+ margin-bottom: 2em;
+}