Mercurial > wikked
changeset 282:7b9f0eed8ced
Fix UI on the orphans special page.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 26 Sep 2014 21:14:32 -0700 |
parents | 163ba52e7b84 |
children | c9a6c329f24e |
files | wikked/assets/css/wikked/main.less wikked/assets/tpl/special-orphans.html |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wikked/assets/css/wikked/main.less Fri Sep 26 21:14:11 2014 -0700 +++ b/wikked/assets/css/wikked/main.less Fri Sep 26 21:14:32 2014 -0700 @@ -42,6 +42,13 @@ font-family: Menlo,Monaco,Consolas,"Courier New",monospace; } +aside { + color: #FFF; + background: @link-color; + padding: 1.5em 1em 1px 1em; + border-radius: 3px; +} + .pure-form-help { margin: 0.5em 0 1em 0; font-size: 85%;
--- a/wikked/assets/tpl/special-orphans.html Fri Sep 26 21:14:11 2014 -0700 +++ b/wikked/assets/tpl/special-orphans.html Fri Sep 26 21:14:32 2014 -0700 @@ -4,7 +4,7 @@ </header> <section> <p>The following pages are not linked to by any other page in the wiki.</p> - <p><span class="label label-info">Note</span> The main page can occasionally show up here but that's OK since it's the page visitors will see first anyway.</p> + <aside><p>The main page can occasionally show up here but that's OK since it's the page visitors will see first anyway.</p></aside> {{#if orphans}} <ul> {{#each orphans}}