瀏覽代碼

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 年之前
父節點
當前提交
544223087e
共有 1 個文件被更改,包括 6 次插入0 次删除
  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;
 }