index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
css
/
gogs.css
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Justin Nuß <nuss.justin@gmail.com>
2014-07-26 11:23:58 +0200
committer
Justin Nuß <nuss.justin@gmail.com>
2014-07-26 11:23:58 +0200
commit
91480f3791f266369c343c539f8eeec245fa969a
(
patch
)
tree
a03ad6062fe4b546367cdb6f9921399458d97441
/
public/css/gogs.css
parent
835e85b5ce9921ffd4d50b90b706e02685167331
(
diff
)
parent
35c75f06a0a4f321021984830d760e67ca0ef8e5
(
diff
)
Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Conflicts: modules/base/tool.go
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