Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty center tag, and stop very long tags overlapping the directory.

This commit is contained in:
Thomas Willingham 2013-09-27 02:44:28 +01:00
parent 689cea3170
commit d6607f2093
2 changed files with 19 additions and 1 deletions

View File

@ -1228,6 +1228,9 @@ footer {
border: none;
}
div.dirtagblock.widget {
overflow: hidden;
}
.pager {
padding: 10px;
@ -3350,6 +3353,21 @@ div.page-list-item {
margin: 20px;
}
div#write-pages {
display: block;
position: fixed;
top: 24px;
z-index: 99;
background: silver;
width: 100%;
left: 0;
}
div#write-pages a {
color: #000;
margin-right: 50px;
}
.pmenu ul {
list-style-type: none;
}

View File

@ -1,3 +1,3 @@
<div id="write-pages" class="bigwidget">
<center><span id="wp-new"><a href="{{$newurl}}">{{$new}}</a></span> <span id="wp-edit"><a href="{{$editurl}}">{{$edit}}</a></span></center>
<span id="wp-new"><a href="{{$newurl}}">{{$new}}</a></span> <span id="wp-edit"><a href="{{$editurl}}">{{$edit}}</a></span>
</div>