diff options
author | Endi S. Dewata <edewata@redhat.com> | 2014-04-01 13:27:52 -0400 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2014-04-08 16:06:24 -0400 |
commit | 6b50a563730467a419fe42800ad33b5f5eb385a0 (patch) | |
tree | e91eb7006700775e4c5eab556f0ec9a585dc1af4 /base/server | |
parent | 7cff6f3b53c9829a014d8eaa6de89f28394ebcf2 (diff) | |
download | pki-6b50a563730467a419fe42800ad33b5f5eb385a0.tar.gz pki-6b50a563730467a419fe42800ad33b5f5eb385a0.tar.xz pki-6b50a563730467a419fe42800ad33b5f5eb385a0.zip |
Fixed pagination controls.
The pagination controls have been fixed to resemble the UXD design.
The page jump control is now located between the first/previous
buttons and the next/last buttons.
Ticket #848
Diffstat (limited to 'base/server')
-rw-r--r-- | base/server/share/webapps/pki/css/pki-ui.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/base/server/share/webapps/pki/css/pki-ui.css b/base/server/share/webapps/pki/css/pki-ui.css index 3743c0c87..042f6033d 100644 --- a/base/server/share/webapps/pki/css/pki-ui.css +++ b/base/server/share/webapps/pki/css/pki-ui.css @@ -155,19 +155,24 @@ table tfoot tr th { float: right; } -.pki-table-actions span[name="info"] { +.pki-table-actions .pki-table-info { line-height: 26px; margin: 4px; display: inline-block; + float: left; } -table span[name="page-controls"] { +.pki-table-actions .pki-page-controls { float: right; } -table span[name="page-jump"] { - margin: 0 8px 0 0; - float: right; +.pki-table-actions .pki-page-controls .pagination { + float: left; +} + +.pki-table-actions .pki-page-controls .pki-page-jump { + margin: 0 10px 0 10px; + float: left; } #content { |