diff options
author | Unknwon <u@gogs.io> | 2015-11-25 20:10:25 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-25 20:10:25 -0500 |
commit | 2b10fdc4dcb987b347b031f460cf4f02fd48a31a (patch) | |
tree | f3f723c75684c4213a58d57a2ce0b6afdc597d25 /public/less | |
parent | 2f28a0310b0f391dd74bb3a2ab0ae06379a4fb1a (diff) | |
download | gitea-2b10fdc4dcb987b347b031f460cf4f02fd48a31a.tar.gz gitea-2b10fdc4dcb987b347b031f460cf4f02fd48a31a.zip |
Wiki: UI for page new
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 33 |
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 { |