diff --git a/inventory/static/inventory/css/main.css b/inventory/static/inventory/css/main.css index 6dc6b6b..efeff10 100644 --- a/inventory/static/inventory/css/main.css +++ b/inventory/static/inventory/css/main.css @@ -243,4 +243,19 @@ table.list tbody tr { table.list tbody td { border-bottom: 1px solid black; padding: 10px; -} \ No newline at end of file +} + +.pagination { + margin-bottom: 10px; + margin-top: 10px; +} + +.pagination img.icon { + display: inline-block; + margin-right: 10px; + margin-left: 10px; + width: 18px; + height: 18px; + position: relative; + top: 4px; +} diff --git a/inventory/static/inventory/img/first.svg b/inventory/static/inventory/img/first.svg new file mode 100644 index 0000000..077b95e --- /dev/null +++ b/inventory/static/inventory/img/first.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/inventory/static/inventory/img/last.svg b/inventory/static/inventory/img/last.svg new file mode 100644 index 0000000..38e38a4 --- /dev/null +++ b/inventory/static/inventory/img/last.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/inventory/static/inventory/img/next.svg b/inventory/static/inventory/img/next.svg new file mode 100644 index 0000000..3b52939 --- /dev/null +++ b/inventory/static/inventory/img/next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/inventory/static/inventory/img/previous.svg b/inventory/static/inventory/img/previous.svg new file mode 100644 index 0000000..f6ebf96 --- /dev/null +++ b/inventory/static/inventory/img/previous.svg @@ -0,0 +1 @@ + \ No newline at end of file