From 2b10fdc4dcb987b347b031f460cf4f02fd48a31a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 25 Nov 2015 20:10:25 -0500 Subject: Wiki: UI for page new --- public/css/gogs.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'public/css/gogs.css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 5d613829..47f38ab0 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1758,6 +1758,11 @@ footer .container .links > *:first-child { line-height: 10px; white-space: nowrap; } +.repository .navbar .ui.label { + margin-top: -2px; + margin-left: 7px; + padding: 3px 5px; +} .repository .owner.dropdown { min-width: 40% !important; } @@ -2513,6 +2518,19 @@ footer .container .links > *:first-child { .repository.forks .list .item .link { padding-top: 5px; } +.repository.wiki.start .ui.segment { + padding-top: 70px; + padding-bottom: 100px; +} +.repository.wiki.start .ui.segment .mega-octicon { + font-size: 48px; +} +.repository.wiki.new .CodeMirror .CodeMirror-code .cm-comment { + background: inherit; +} +.repository.wiki.new .editor-preview { + background-color: white; +} .repository.settings.collaboration .collaborator.list { padding: 0; } -- cgit v1.2.3