Neues Breadcrump-Layout
* Die Breadcrump-Links sind jetzt überdem Seiten-Titel. * Breadcrumps sind jetzt auf allen Wiki-Ansichten: edit, show, new, versions, all * Bei edit und version ist der Breadcrump-Teil zur aktuellen Seite auch eine Link. * Bei all wird nur der Foodcoop-Wiki-Teil angezeigt.
This commit is contained in:
parent
b46d7ca19c
commit
57023cd018
9 changed files with 143 additions and 58 deletions
|
|
@ -486,6 +486,10 @@ ul.autocomplete
|
|||
left: 5%
|
||||
|
||||
// *** wiki
|
||||
.wiki_show, .wiki_version, .wiki_new, .wiki_edit, .wiki_all
|
||||
h1
|
||||
padding-left: 0
|
||||
padding-top: 10px
|
||||
a.new_wiki_link
|
||||
color: grey
|
||||
#preview
|
||||
|
|
@ -495,13 +499,20 @@ a.new_wiki_link
|
|||
float: right
|
||||
#breadcrump
|
||||
font-size: 0.5em
|
||||
margin-bottom: 5px
|
||||
margin-top: 30px
|
||||
height: 1em
|
||||
color: #ED0606
|
||||
a
|
||||
:color = !main_red
|
||||
:text-decoration = none
|
||||
a:hover
|
||||
:text-decoration = underline
|
||||
#sidebar
|
||||
float: right
|
||||
width: 20%
|
||||
#page-versions
|
||||
margin-top: -4em
|
||||
margin-top: -60px
|
||||
text-align: right
|
||||
#subpages
|
||||
margin-top: 2em
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue