vitro/webapp/web/css/menupage/pageList.css

53 lines
1.2 KiB
CSS
Raw Normal View History

/* $This file is distributed under the terms of the license in /doc/license.txt$ */
2012-06-22 16:07:17 +00:00
.menuFlag {
2012-05-16 21:13:33 +00:00
width:67px;
height:18px;
background: url("../../images/checkMark.png") no-repeat left center;
2012-06-22 15:45:56 +00:00
}
table#pageList {
table-layout: auto;
width: 930px;
text-align: left;
margin: 0 auto;
border-collapse: collapse;
empty-cells: show;
caption-side: top;
margin: 20px 0 20px 0;
}
table#pageList caption {
display: none;
}
table#pageList th {
background-color: #F7F9F9;
height: 40px;
color: #064D68;
padding-top: 7px;
border: 1px solid #d9e4ea;
border-bottom: none;
padding-left: 6px;
font-size: .9em;
}
table#pageList th {
text-align: left;
} /*Fix for IE8 and 9, force text in a cell to be aligned to the left*/
2012-06-22 17:21:31 +00:00
th#isMenuPage {
width: 86px;
}
th#iconColumns {
width: 90px;
2012-06-22 17:21:31 +00:00
}
2012-06-22 15:45:56 +00:00
table#pageList td {
vertical-align: top;
padding: .5em;
border: 1px solid #d9e4ea;
font-size: .825em;
padding-top: .5em;
padding-bottom: .5em;
}
table#pageList td a {
word-wrap: break-word;
}
table#pageList tr:nth-child(2n) {
background-color: rgba(200, 200, 180,.25);
2012-05-16 21:13:33 +00:00
}