vitro/webapp/web/css/menupage/pageManagement.css

152 lines
2.9 KiB
CSS
Raw Normal View History

2012-05-16 21:13:33 +00:00
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
2012-06-22 19:39:05 +00:00
.pageContent {
2012-06-24 21:23:12 +00:00
padding-left:6px;
padding-top:2px;
}
2012-05-16 21:13:33 +00:00
2012-06-22 19:39:05 +00:00
.pageContentContainer {
background-color:#f5f5f5;
border-color:#ccc;
border-width:1px;
border-style:solid;
margin-bottom:4px;
}
2012-05-16 21:13:33 +00:00
2012-06-22 19:39:05 +00:00
.pageContentTypeLabel {
padding-left:6px;
2012-06-24 21:23:12 +00:00
color:#064D68;
2012-06-22 19:39:05 +00:00
}
2012-05-16 21:13:33 +00:00
2012-06-22 19:39:05 +00:00
.pageContentWrapper {
background-color:#f9f9f9;
padding-left:6px;
padding-top:2px;
border-top-width:1px;
border-style:solid;
border-color:#ccc;
}
2012-05-16 21:13:33 +00:00
2012-06-22 19:39:05 +00:00
.pageContentExpand {
float:right;
padding-right:5px;
}
2012-08-03 14:29:56 +00:00
.contentSectionContainer {
2012-06-24 21:23:12 +00:00
background-color:#f9f9f9;
padding-left:6px;
padding-top:2px;
border-width:1px;
border-style:solid;
border-color:#ccc;
}
2012-05-16 21:13:33 +00:00
.arrow {
2012-06-22 19:39:05 +00:00
width:13px;
height:9px;
display:block;
}
.expandArrow {
background:url(../../images/vitro_plus_sign.gif) right center no-repeat;
min-height:18px;
}
.collapseArrow {
background:url(../../images/vitro_minus_sign.gif) right center no-repeat;
min-height:18px;
}
.deleteButton {
margin-bottom:5px;
}
2012-06-24 21:23:12 +00:00
2012-06-22 19:39:05 +00:00
section#floatRight {
margin-top:0px;
float:right;
background-color:#fff;
width:580px;
margin-right:-4px;
}
select#typeSelect {
margin-top:0px;
2012-09-06 14:52:54 +00:00
margin-bottom:20px;
2012-06-22 19:39:05 +00:00
}
section#headerBar {
background-color:#f5f5f5;
border-color:#ccc;
border-width:1px;
border-style:solid;
border-bottom-width:0px;
padding-left:6px;
2012-06-24 21:23:12 +00:00
color:#064D68;
2012-06-22 19:39:05 +00:00
}
input#moreContent {
margin-top:8px;
}
section#pageDetails {
background-color:#fff;
}
p#templatePTag {
margin-top:8px;
margin-bottom:2px;
}
2012-08-03 14:29:56 +00:00
p#menuCheckboxPTag {
margin-top:15px;
margin-bottom:3px;
2012-06-22 19:39:05 +00:00
}
section.hideMenuSection {
margin-top:10px;
display:none;
}
section.showMenuSection {
margin-top:10px;
2012-05-16 21:13:33 +00:00
}
2012-08-03 14:29:56 +00:00
section#addPageOne {
margin-bottom:-12px;
margin-top:8px;
}
2012-06-24 21:23:12 +00:00
input.doneWithContent {
display: inline;
padding: 5px 18px 7px;
color: #fff;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
cursor: pointer;
border: 0;
margin: 0;
background-color: #398aac;
color: #fff;
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-right: .6em;
margin-bottom:8px;
margin-top:0px;
}
2012-08-03 14:29:56 +00:00
input#contentCheckbox {
margin-left:30px;
margin-top:5px;
vertical-align:top;
padding: 0;
}
2012-06-24 21:23:12 +00:00
span.deleteLinkContainer {
float:left;
2012-09-06 14:52:54 +00:00
margin-left:170px;
2012-06-24 21:23:12 +00:00
margin-top:-36px;
}
form#managePage textarea {
width:98.5%;
}
#internal-class {
padding: 10px 0 2px 10px;
background: #f0f0f0;
margin-right: .4em;
margin-bottom: .8em;
width: 65%;
}
.disabledSubmit {
color: #ede ! important;
background-color: #b2d15a ! important;
cursor: default ! important;
}