updates for page management
This commit is contained in:
parent
e3158dadaa
commit
8e98850493
11 changed files with 888 additions and 1 deletions
5
webapp/web/css/menupage/pageList.css
Normal file
5
webapp/web/css/menupage/pageList.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
.menuFlag {
|
||||
width:67px;
|
||||
height:18px;
|
||||
background: url("../../images/checkMark.png") no-repeat left center;
|
||||
}
|
19
webapp/web/css/menupage/pageManagement.css
Normal file
19
webapp/web/css/menupage/pageManagement.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
.pageContent {"background-color":"","padding-left":"","padding-top":"","border-width":"","border-style":"","border-color":"#ccc"}
|
||||
|
||||
.pageContentContainer {background-color:#f5f5f5;border-color:#ccc;border-width:1px;border-style:solid;margin-bottom:4px;}
|
||||
|
||||
.pageContentTypeLabel {padding-left:6px;}
|
||||
|
||||
.pageContentWrapper {background-color:#f9f9f9;padding-left:6px;padding-top:2px;border-top-width:1px;border-style:solid;border-color:#ccc;}
|
||||
|
||||
.pageContentExpand {float:right;padding-right:5px;}
|
||||
|
||||
.arrow {
|
||||
width:13px; height:9px; display:block;
|
||||
}
|
||||
.expandArrow {background-image:url(../../images/individual/arrow-down.gif);}
|
||||
.collapseArrow {background-image:url(../../images/individual/arrow-up.gif);}
|
||||
|
||||
.deleteButton{margin-bottom:5px;}
|
Loading…
Add table
Add a link
Reference in a new issue