comparison rhodecode/public/css/style.css @ 3775:371898dc9a91 beta

fixed some issues with paginators on chrome, and made them look nicer
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 21 Apr 2013 23:37:56 +0200
parents 5a8918aba869
children 13241a4075e9
comparison
equal deleted inserted replaced
3774:60335b702a00 3775:371898dc9a91
1563 text-decoration: none; 1563 text-decoration: none;
1564 margin: 0; 1564 margin: 0;
1565 padding: 6px; 1565 padding: 6px;
1566 } 1566 }
1567 1567
1568 #content div.box div.pagination ul.pager li a:hover, #content div.box div.pagination ul.pager li a:active { 1568 #content div.box div.pagination ul.pager li a:hover,
1569 #content div.box div.pagination ul.pager li a:active {
1569 background: #b4b4b4 url("../images/pager_selected.png") repeat-x; 1570 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1570 border-top: 1px solid #ccc; 1571 border-top: 1px solid #ccc;
1571 border-left: 1px solid #bebebe; 1572 border-left: 1px solid #bebebe;
1572 border-right: 1px solid #b1b1b1; 1573 border-right: 1px solid #b1b1b1;
1573 border-bottom: 1px solid #afafaf; 1574 border-bottom: 1px solid #afafaf;
1574 margin: -1px; 1575 margin: -1px;
1575 } 1576 }
1576 1577
1578 #content div.box div.pagination-right {
1579 float: right;
1580 }
1581
1577 #content div.box div.pagination-wh { 1582 #content div.box div.pagination-wh {
1578 height: 1%; 1583 height: 1%;
1579 clear: both;
1580 overflow: hidden; 1584 overflow: hidden;
1581 text-align: right; 1585 text-align: right;
1582 margin: 10px 0 0; 1586 margin: 10px 0 0;
1583 padding: 0; 1587 padding: 0;
1584 } 1588 }
1585 1589
1586 #content div.box div.pagination-right { 1590 #content div.box div.pagination-wh > :first-child {
1587 float: right; 1591 border-radius: 4px 0px 0px 4px;
1592 }
1593
1594 #content div.box div.pagination-wh > :last-child{
1595 border-radius: 0px 4px 4px 0px;
1596 border-right: 1px solid #cfcfcf;
1588 } 1597 }
1589 1598
1590 #content div.box div.pagination-wh a, 1599 #content div.box div.pagination-wh a,
1591 #content div.box div.pagination-wh span.pager_dotdot, 1600 #content div.box div.pagination-wh span.pager_dotdot,
1592 #content div.box div.pagination-wh span.yui-pg-previous, 1601 #content div.box div.pagination-wh span.yui-pg-previous,
1596 height: 1%; 1605 height: 1%;
1597 float: left; 1606 float: left;
1598 background: #ebebeb url("../images/pager.png") repeat-x; 1607 background: #ebebeb url("../images/pager.png") repeat-x;
1599 border-top: 1px solid #dedede; 1608 border-top: 1px solid #dedede;
1600 border-left: 1px solid #cfcfcf; 1609 border-left: 1px solid #cfcfcf;
1601 border-right: 1px solid #c4c4c4;
1602 border-bottom: 1px solid #c4c4c4; 1610 border-bottom: 1px solid #c4c4c4;
1603 color: #4A4A4A; 1611 color: #4A4A4A;
1604 font-weight: 700; 1612 font-weight: 700;
1605 margin: 0 0 0 4px;
1606 padding: 6px; 1613 padding: 6px;
1607 } 1614 }
1608 1615
1609 #content div.box div.pagination-wh span.pager_curpage { 1616 #content div.box div.pagination-wh span.pager_curpage {
1610 height: 1%; 1617 height: 1%;
1611 float: left; 1618 float: left;
1612 background: #b4b4b4 url("../images/pager_selected.png") repeat-x; 1619 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1613 border-top: 1px solid #ccc; 1620 border-top: 1px solid #ccc;
1614 border-left: 1px solid #bebebe; 1621 border-left: 1px solid #bebebe;
1615 border-right: 1px solid #b1b1b1;
1616 border-bottom: 1px solid #afafaf; 1622 border-bottom: 1px solid #afafaf;
1617 color: #515151; 1623 color: #515151;
1618 font-weight: 700; 1624 font-weight: 700;
1619 margin: 0 0 0 4px;
1620 padding: 6px; 1625 padding: 6px;
1621 } 1626 }
1622 1627
1623 #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active { 1628 #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active {
1624 background: #b4b4b4 url("../images/pager_selected.png") repeat-x; 1629 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1625 border-top: 1px solid #ccc; 1630 border-top: 1px solid #ccc;
1626 border-left: 1px solid #bebebe; 1631 border-left: 1px solid #bebebe;
1627 border-right: 1px solid #b1b1b1;
1628 border-bottom: 1px solid #afafaf; 1632 border-bottom: 1px solid #afafaf;
1629 text-decoration: none; 1633 text-decoration: none;
1630 } 1634 }
1631 1635
1632 #content div.box div.traffic div.legend { 1636 #content div.box div.traffic div.legend {