diff options
author | Unknwon <u@gogs.io> | 2016-08-29 00:10:21 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-29 00:10:21 -0700 |
commit | 62b0dc4853d3c8147c5ec164e9aba452f95259b8 (patch) | |
tree | c25da80cb09a4854a6d0afac127532a60f71f143 /public/css | |
parent | 429c92c0ce15213e52fdacb3d28ee2f3a3a5a63f (diff) | |
download | gitea-62b0dc4853d3c8147c5ec164e9aba452f95259b8.tar.gz gitea-62b0dc4853d3c8147c5ec164e9aba452f95259b8.zip |
Web editor: fix cannot create new file in subdirectory
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 62e754d6e5..d95f0b423b 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1199,6 +1199,7 @@ footer .ui.language .menu { .repository #clone-panel { margin-top: -8px; width: 100%; + padding-left: 20px; } .repository #clone-panel input { border-radius: 0; @@ -1227,7 +1228,6 @@ footer .ui.language .menu { .repository.file.list #file-buttons { font-weight: normal; margin-top: -3px; - padding-right: 20px; } .repository.file.list #file-buttons .ui.button { padding: 8px 10px; |