浏览代码

- Nicer display of paginated lists

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1356 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 年之前
父节点
当前提交
d7ee927104
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20 0
      css/light-grey.css

+ 20 - 0
css/light-grey.css

@@ -1054,4 +1054,24 @@ table.pagination {
 }
 table.pagination tr td {
 	padding: 3px;
+}
+.pager {
+	float:left;
+}
+.pager p {
+	margin-top: 0;
+	margin-bottom: 0;
+}
+.pager td a {
+	min-width: 20px;
+	display:inline-block;
+	text-align: center;
+}
+
+.pager td a.curr_page {
+	color: #fff;
+	background: #999;
+	-moz-border-radius: 4px;
+	-webkit-border-radius: 4px;
+	border-radius: 4px;
 }