aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorJustin Nuß <justin.nuss@hmmh.de>2014-07-25 11:13:42 +0200
committerJustin Nuß <justin.nuss@hmmh.de>2014-07-25 11:13:42 +0200
commit12fb42de5a5b07ed8dffe91d9536615bbadeedea (patch)
tree447b1b7a2b7fec37d0409c4a6aa46fd8cd7b3fdc /public/css
parent4e2477a1a5ae59ff4cb34d58eab74297b4ea2d24 (diff)
Fix IE bug and show errors.
Diffstat (limited to 'public/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