summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-25 20:10:25 -0500
committerUnknwon <u@gogs.io>2015-11-25 20:10:25 -0500
commit2b10fdc4dcb987b347b031f460cf4f02fd48a31a (patch)
treef3f723c75684c4213a58d57a2ce0b6afdc597d25 /public/less
parent2f28a0310b0f391dd74bb3a2ab0ae06379a4fb1a (diff)
downloadgitea-2b10fdc4dcb987b347b031f460cf4f02fd48a31a.tar.gz
gitea-2b10fdc4dcb987b347b031f460cf4f02fd48a31a.zip
Wiki: UI for page new
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_repository.less33
1 files changed, 33 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 6f03819c48..95b7bfd982 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -32,6 +32,14 @@
}
}
+ .navbar {
+ .ui.label {
+ margin-top: -2px;
+ margin-left: 7px;
+ padding: 3px 5px;
+ }
+ }
+
.owner.dropdown {
min-width: 40% !important;
}
@@ -939,6 +947,31 @@
}
}
+ &.wiki {
+ &.start {
+ .ui.segment {
+ padding-top: 70px;
+ padding-bottom: 100px;
+
+ .mega-octicon {
+ font-size: 48px;
+ }
+ }
+ }
+
+ &.new {
+ .CodeMirror {
+ .CodeMirror-code .cm-comment {
+ background: inherit;
+ }
+ }
+
+ .editor-preview {
+ background-color: white;
+ }
+ }
+ }
+
&.settings {
&.collaboration {
.collaborator.list {