Fixes long pool names not wrapping properly.
top:0px is required to keep them at the top. Span is not a block element, thus padding/margin/etc does not work properly. http://danbooru.donmai.us/forum_posts/87125
This commit is contained in:
@@ -234,10 +234,6 @@ div#c-posts {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pool-name, .search-name {
|
|
||||||
margin: 0 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nav-links {
|
#nav-links {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
padding: 1em 0.5em;
|
padding: 1em 0.5em;
|
||||||
@@ -251,16 +247,18 @@ div#c-posts {
|
|||||||
li {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 1.5em;
|
padding: 0px 4.5em;
|
||||||
|
|
||||||
.prev {
|
.prev {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 1em;
|
left: 1em;
|
||||||
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next {
|
.next {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1em;
|
right: 1em;
|
||||||
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user