comparison rhodecode/public/css/style.css @ 2658:80d837028c40 beta

implemented admin panel Users table with YUI datatable - much better handling of big amount of users - filtering by username - sorting by columns
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 25 Jul 2012 21:54:03 +0200
parents 19daa8d761dc
children a221706dab50
comparison
equal deleted inserted replaced
2657:001c7e2ae986 2658:80d837028c40
1732 1732
1733 #content div.box div.pagination-right { 1733 #content div.box div.pagination-right {
1734 float: right; 1734 float: right;
1735 } 1735 }
1736 1736
1737 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot 1737 #content div.box div.pagination-wh a,
1738 #content div.box div.pagination-wh span.pager_dotdot,
1739 #content div.box div.pagination-wh span.yui-pg-previous,
1740 #content div.box div.pagination-wh span.yui-pg-last,
1741 #content div.box div.pagination-wh span.yui-pg-next,
1742 #content div.box div.pagination-wh span.yui-pg-first
1738 { 1743 {
1739 height: 1%; 1744 height: 1%;
1740 float: left; 1745 float: left;
1741 background: #ebebeb url("../images/pager.png") repeat-x; 1746 background: #ebebeb url("../images/pager.png") repeat-x;
1742 border-top: 1px solid #dedede; 1747 border-top: 1px solid #dedede;