diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-07-25 13:35:25 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-07-25 13:35:25 -0400 |
commit | aad91d4b21b2aae438162e10f698e81abb4e63ee (patch) | |
tree | c21d71a7c7c4794d9f3109502f529e3d8be47fe0 /public/css/gogs.css | |
parent | 204ef41b0961379f0ba33fad98bed335582c45ea (diff) | |
parent | f0da8a68c2c409572902275888fec26689c2b0dd (diff) |
Merge pull request #324 from nuss-justin/issue/318
Fix #318. Issues attachments: allow Select Attachments to append files
Diffstat (limited to 'public/css/gogs.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 |