summaryrefslogtreecommitdiffstats
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorJustin Nuß <justin.nuss@hmmh.de>2014-07-24 15:19:59 +0200
committerJustin Nuß <justin.nuss@hmmh.de>2014-07-24 15:19:59 +0200
commitbfe5b86004791823b198be76084aa128d262b290 (patch)
tree95e7e6f9633793f20d43309412fe9c2e66b1527f /public/css/gogs.css
parent43e5de7f830a098582b519706f9c5da6eecd2c3e (diff)
downloadgitea-bfe5b86004791823b198be76084aa128d262b290.tar.gz
gitea-bfe5b86004791823b198be76084aa128d262b290.zip
Add file upload for attachments
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index e78d7f940c..cc48f211f4 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1819,4 +1819,21 @@ body {
.attachment-preview-img {
border: 1px solid #d8d8d8;
+}
+
+#attachments-button {
+ float: left;
+}
+
+#attached {
+ height: 18px;
+ margin: 10px 10px 15px 10px;
+}
+
+#attached-list .label {
+ margin-right: 10px;
+}
+
+#issue-create-form #attached {
+ margin-bottom: 0;
} \ No newline at end of file