From 643142acab44d46aa6c001c90ad5d307a8662b99 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 30 Aug 2016 05:07:50 -0700 Subject: Web editor: support upload files --- public/css/gogs.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index d95f0b42..9e3b92fa 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1198,8 +1198,8 @@ footer .ui.language .menu { } .repository #clone-panel { margin-top: -8px; - width: 100%; - padding-left: 20px; + margin-left: 5px; + width: 350px; } .repository #clone-panel input { border-radius: 0; @@ -2270,13 +2270,13 @@ footer .ui.language .menu { .page.buttons { padding-top: 15px; } -.ui.comments .dropzone { +.ui.form .dropzone { width: 100%; margin-bottom: 10px; border: 2px dashed #0087F7; box-shadow: none!important; } -.ui.comments .dropzone .dz-error-message { +.ui.form .dropzone .dz-error-message { top: 140px; } .settings .content { -- cgit v1.2.3