page managemnet changes
This commit is contained in:
parent
544839906e
commit
54941a201b
8 changed files with 82 additions and 38 deletions
|
@ -1,12 +1,9 @@
|
|||
/* $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"}
|
||||
padding-left:6px;
|
||||
padding-top:2px;
|
||||
}
|
||||
|
||||
.pageContentContainer {
|
||||
background-color:#f5f5f5;
|
||||
|
@ -18,6 +15,7 @@
|
|||
|
||||
.pageContentTypeLabel {
|
||||
padding-left:6px;
|
||||
color:#064D68;
|
||||
}
|
||||
|
||||
.pageContentWrapper {
|
||||
|
@ -33,7 +31,14 @@
|
|||
float:right;
|
||||
padding-right:5px;
|
||||
}
|
||||
|
||||
.sparqlHtmlContent {
|
||||
background-color:#f9f9f9;
|
||||
padding-left:6px;
|
||||
padding-top:2px;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
border-color:#ccc;
|
||||
}
|
||||
.arrow {
|
||||
width:13px;
|
||||
height:9px;
|
||||
|
@ -51,6 +56,7 @@
|
|||
.deleteButton {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
section#floatRight {
|
||||
margin-top:0px;
|
||||
float:right;
|
||||
|
@ -68,6 +74,7 @@ section#headerBar {
|
|||
border-style:solid;
|
||||
border-bottom-width:0px;
|
||||
padding-left:6px;
|
||||
color:#064D68;
|
||||
}
|
||||
input#moreContent {
|
||||
margin-top:8px;
|
||||
|
@ -90,4 +97,29 @@ section.hideMenuSection {
|
|||
section.showMenuSection {
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
span.deleteLinkContainer {
|
||||
float:left;
|
||||
margin-left:100px;
|
||||
margin-top:-36px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue