aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-07-25 13:35:25 -0400
committer无闻 <joe2010xtmf@163.com>2014-07-25 13:35:25 -0400
commitaad91d4b21b2aae438162e10f698e81abb4e63ee (patch)
treec21d71a7c7c4794d9f3109502f529e3d8be47fe0 /public/css/gogs.css
parent204ef41b0961379f0ba33fad98bed335582c45ea (diff)
parentf0da8a68c2c409572902275888fec26689c2b0dd (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-xpublic/css/gogs.css7
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