diff --git a/webapp/web/css/menupage/pageList.css b/webapp/web/css/menupage/pageList.css index a5e32fb5e..a5d8c76b5 100644 --- a/webapp/web/css/menupage/pageList.css +++ b/webapp/web/css/menupage/pageList.css @@ -1,7 +1,47 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -.menuFlag { +span.menuFlag { width:67px; height:18px; background: url("../../images/checkMark.png") no-repeat left center; +} +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*/ +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); } \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/pagemanagement/pageList.ftl b/webapp/web/templates/freemarker/body/pagemanagement/pageList.ftl index a980003d8..91426af47 100644 --- a/webapp/web/templates/freemarker/body/pagemanagement/pageList.ftl +++ b/webapp/web/templates/freemarker/body/pagemanagement/pageList.ftl @@ -8,15 +8,15 @@ <#if pages?has_content > -
Title | - -URL | -Template | -Menu Page | +Title | + +URL | +Template | +Menu Page |
---|