Put a small margin around show more links

refs #6677
This commit is contained in:
Johannes Meyer 2015-08-04 15:25:01 +02:00
parent bc91c38a85
commit 15ac59268c
10 changed files with 13 additions and 9 deletions

View File

@ -93,7 +93,7 @@
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -61,7 +61,7 @@
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -146,7 +146,7 @@ if (! $this->compact): ?>
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -101,7 +101,7 @@ if (! $this->compact): ?>
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -475,7 +475,7 @@ if ($h->hosts_down_unhandled) {
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -102,7 +102,7 @@ if (! $this->compact): ?>
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -75,7 +75,7 @@ if (! $this->compact): ?>
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -309,7 +309,7 @@ foreach ($servicegroups as $s): ?>
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -94,7 +94,7 @@ if (! $this->compact): ?>
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right'
'class' => 'pull-right show-more'
)
); ?>
<?php endif ?>

View File

@ -62,3 +62,7 @@ ul.pagination {
cursor: default;
}
a.show-more {
display: block;
margin: 0.5em;
}