From 35ee2acfe473cae7e9f2b5f24687034d2ee621b6 Mon Sep 17 00:00:00 2001 From: Ozodrukh <03uk@users.noreply.github.com> Date: Wed, 3 Sep 2014 00:56:20 +0500 Subject: [PATCH] Update gogs.css **fixes from previous changes --- public/ng/css/gogs.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 636a86677..212c9106c 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1010,9 +1010,10 @@ The register and sign-in page style padding: 18px 0; } #repo-clone-url { - border-right: none; - width: 196px; - border-left: none; + cursor: text; + display:block; + margin:10px 0 10px 0; + width: 90%; } #repo-clone-help { clear: both;