diff options
author | Justin Nuß <justin.nuss@hmmh.de> | 2014-07-25 11:13:42 +0200 |
---|---|---|
committer | Justin Nuß <justin.nuss@hmmh.de> | 2014-07-25 11:13:42 +0200 |
commit | 12fb42de5a5b07ed8dffe91d9536615bbadeedea (patch) | |
tree | 447b1b7a2b7fec37d0409c4a6aa46fd8cd7b3fdc /public/css | |
parent | 4e2477a1a5ae59ff4cb34d58eab74297b4ea2d24 (diff) |
Fix IE bug and show errors.
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 |