summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-10-10 04:48:11 -0700
committerMorris Jobke <morris.jobke@gmail.com>2013-10-10 04:48:11 -0700
commitd968843bf629c188d7f3e8a85e565cf78878e02f (patch)
tree7602725fe3adee31d4542116ab3045a8fc895ffb /core/css
parent666e52a46b971d49eb43024afe87cabf42b6f49b (diff)
parent94ae66c651978f9c8f981e23993ac5dd4cd84b3c (diff)
downloadnextcloud-server-d968843bf629c188d7f3e8a85e565cf78878e02f.tar.gz
nextcloud-server-d968843bf629c188d7f3e8a85e565cf78878e02f.zip
Merge pull request #5244 from owncloud/more-css-fixes
More css fixes
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.css4
-rw-r--r--core/css/styles.css2
2 files changed, 4 insertions, 2 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 49fb189f384..f68f53d6999 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -104,8 +104,8 @@
padding-left: 32px;
}
#app-navigation > .with-icon ul li > a {
- padding-left: 48px;
- background-position: 24px center;
+ padding-left: 68px;
+ background-position: 44px center;
}
#app-navigation .open {
diff --git a/core/css/styles.css b/core/css/styles.css
index be53b67c858..38676de7a12 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -253,6 +253,8 @@ input[type="submit"].enabled {
}
#body-login p.info a {
font-weight: bold;
+ padding: 13px;
+ margin: -13px;
}
#body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */