From 12fb42de5a5b07ed8dffe91d9536615bbadeedea Mon Sep 17 00:00:00 2001 From: Justin Nuß Date: Fri, 25 Jul 2014 11:13:42 +0200 Subject: Fix IE bug and show errors. --- public/css/gogs.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index cc48f211..361475bd 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1836,4 +1836,11 @@ body { #issue-create-form #attached { margin-bottom: 0; +} + +#submit-error { + display: none; + padding: 10px 15px 15px 15px; + font-weight: bold; + text-align: center; } \ No newline at end of file -- cgit v1.2.3