aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 434af035..2254ef5a 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -224,6 +224,15 @@ html, body {
line-height: 30px;
}
+#gogs-install-card{
+ width: 800px;
+}
+
+#gogs-install-card .form-group {
+ margin-left: 0;
+ margin-right: 0;
+}
+
.gogs-card .btn {
cursor: pointer;
margin-right: 1.2em;
@@ -676,6 +685,12 @@ html, body {
margin: 0 .5em 0 0;
}
+.file-content .file-head .file-size {
+ font-size: 13px;
+ color: #888;
+ margin-left: 1em;
+}
+
.file-content .file-body {
padding: 30px 30px 50px;
border: none;