Browse Source

New implementation for displaying long lists: pagination

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1298 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 years ago
parent
commit
544223087e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      css/light-grey.css

+ 6 - 0
css/light-grey.css

@@ -1048,4 +1048,10 @@ fieldset table.details>tbody>tr>td {
 }
 .ac_dlg_loading {
 	background: white url('../images/indicator.gif') right center no-repeat;
+}
+table.pagination {
+	display:inline-block;
+}
+table.pagination tr td {
+	padding: 3px;
 }