ongoing page management changes

This commit is contained in:
tworrall 2012-06-22 17:21:31 +00:00
parent 346e84b164
commit db90acd8de
3 changed files with 19 additions and 6 deletions

View file

@ -31,6 +31,12 @@ table#pageList th {
table#pageList th {
text-align: left;
} /*Fix for IE8 and 9, force text in a cell to be aligned to the left*/
th#isMenuPage {
width: 86px;
}
th#iconColumns {
width: 56px;
}
table#pageList td {
vertical-align: top;
padding: .5em;