diff --git a/ccm-core/src/com/arsdigita/toolbox/ui/DomainObjectPropertySheet.java b/ccm-core/src/com/arsdigita/toolbox/ui/DomainObjectPropertySheet.java
index f21e59615..9b8413ad1 100755
--- a/ccm-core/src/com/arsdigita/toolbox/ui/DomainObjectPropertySheet.java
+++ b/ccm-core/src/com/arsdigita/toolbox/ui/DomainObjectPropertySheet.java
@@ -389,7 +389,7 @@ public class DomainObjectPropertySheet extends PropertySheet {
public DefaultAttributeFormatter() {
m_default = new GlobalizedMessage(
"toolbox.ui.na",
- "com.arsdigita.toolbox.ui.ToolboxResources");
+ "com.arsdigita.toolbox.ToolboxResources");
}
/**
diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css
index f910b4413..7217a9098 100644
--- a/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css
+++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css
@@ -25,117 +25,117 @@
/* Colors */
h1, h2, h3
{
- margin: 0;
- color: #4a4a4a;
+ margin: 0;
+ color: #4a4a4a;
}
* {
- margin: 0em;
- padding: 0em;
+ margin: 0em;
+ padding: 0em;
}
html, body{
- margin: 0;
- border: 0;
- padding: 0;
- width: 100%;
- max-width: 100%;
- height: 100%;
- color: #4a4a4a;
- background-color: #e6e4f2;
- background-image: none;
- font-family: Verdana, Helvetica, Arial, sans-serif;
- font-size: 1em;
- line-height: 1em;
+ margin: 0;
+ border: 0;
+ padding: 0;
+ width: 100%;
+ max-width: 100%;
+ height: 100%;
+ color: #4a4a4a;
+ background-color: #e6e4f2;
+ background-image: none;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: 1em;
+ line-height: 1em;
}
h1 {
- padding: 0;
- background-image: none;
+ padding: 0;
+ background-image: none;
}
h2 {
- font-family: Verdana,Helvetica,Arial,sans-serif;
- color: #4a4a4a;
- font-weight: bold;
- line-height: 1.5em;
+ font-family: Verdana,Helvetica,Arial,sans-serif;
+ color: #4a4a4a;
+ font-weight: bold;
+ line-height: 1.5em;
}
div.bebopBody h2 {
- text-decoration: underline;
- margin-bottom: 10px;
+ text-decoration: underline;
+ margin-bottom: 10px;
}
.table {
- display: table;
- width: 100%;
- border: none;
+ display: table;
+ width: 100%;
+ border: none;
}
.tableRow {
- display: table-row;
- border: none;
+ display: table-row;
+ border: none;
}
table.htmlarea td.toolbarElement {
- padding: 0px;
+ padding: 0px;
}
.tableCell, span.key, span.value {
- display: table-cell;
- width: auto;
- border: none;
+ display: table-cell;
+ width: auto;
+ border: none;
}
/*-----cmsPage-----*/
#cmsPage {
- height:100%;
- width: 100%;
- min-height: 100%;
- overflow-x: auto;
- position:absolute;
+ height:100%;
+ width: 100%;
+ min-height: 100%;
+ overflow-x: auto;
+ position:absolute;
}
#cmsPage .minWidth {
- margin: 0 3.5%;
- min-width: 1000px;
+ margin: 0 10px;
+ min-width: 1000px;
}
#cmsPage .headerHeight {
- height: 70px;
- top: 70px;
+ height: 70px;
+ top: 62px;
}
/*-----CMS Header-----*/
#cmsHeader {
- position: relative;
- top: auto !important;
- padding-bottom: 35px;
- color: #ffffff;
- background-color:#56a1bd;
- background-image: linear-gradient(top, #56a1bd 5%, #024C68 95%);
- background-image: -o-linear-gradient(top, #56a1bd 5%, #024C68 95%);
- background-image: -ie-linear-gradient(top, #56a1bd 5%, #024C68 95%);
- background-image: -moz-linear-gradient(top, #56a1bd 5%, #024C68 95%);
- background-image: -webkit-linear-gradient(top, #56a1bd 5%, #024C68 95%);
- /*Compatibility IE- es fuktioniert noch nicht ganz*/
- filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',gradientType='0',startColorstr='#56a1bd',
- endColorstr='#024C68'); /* IE6 & IE7 */
- -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',gradientType='0',startColorstr='#56a1bd',
- endColorstr='#024C68'); /* IE8 */
- font-size: 0.8em;
+ position: relative;
+ top: auto !important;
+ padding-bottom: 6px;
+ color: #ffffff;
+ background-color:#56a1bd;
+ background-image: linear-gradient(top, #56a1bd 5%, #024C68 95%);
+ background-image: -o-linear-gradient(top, #56a1bd 5%, #024C68 95%);
+ background-image: -ie-linear-gradient(top, #56a1bd 5%, #024C68 95%);
+ background-image: -moz-linear-gradient(top, #56a1bd 5%, #024C68 95%);
+ background-image: -webkit-linear-gradient(top, #56a1bd 5%, #024C68 95%);
+ /*Compatibility IE- es fuktioniert noch nicht ganz*/
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',gradientType='0',startColorstr='#56a1bd',
+ endColorstr='#024C68'); /* IE6 & IE7 */
+ -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',gradientType='0',startColorstr='#56a1bd',
+ endColorstr='#024C68'); /* IE8 */
+ font-size: 0.8em;
}
div#cmsHeader .minWidth,
div#cmsHeader .logo,
div#cmsHeader .logo img {
- height: 100%;
+ height: 100%;
}
div#cmsHeader .logo{
- float: left;
+ float: left;
}
/*
@@ -151,208 +151,227 @@ div#cmsHeader #quicksearchwidget {
}
*/
+#quicksearchwidget {
+ float: right;
+ margin: 0.5em;
+ border: 1px none #1c1b1d;
+ border-radius: 0.2em;
+ box-shadow: 0 0 4px #1c1b1d inset;
+ padding: 0.3em;
+ color: #4a4a4a;
+ background-color: #f0f0f0;
+}
+
/*Änderung wie im konzept vornehmen???*/
div#cmsHeader div.cmsHeaderMenu,
div#cmsHeader #userwidget {
- float: right;
- padding: 0.3em;
- font-size: 0.9em;
+ float: right;
+ padding: 0.3em;
+ font-size: 0.9em;
}
div#cmsHeader .cmsGreeting,
div#cmsHeader .cmsGlobalNavigation {
- display: inline;
+ display: inline;
}
div#cmsHeader .cmsGreeting .cmsUserName {
- font-weight: bold;
- margin-left: -0.8em;
+ font-weight: bold;
+ margin-left: -0.8em;
}
div#cmsHeader h1 {
- margin: 2em 0em 0em 0em;
- clear: left;
+ margin: 2em 0em 0em 0em;
+ clear: left;
}
/*----TabbedPane----*/
-div#bebopTabbedPane {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 2em !important;
- line-height: 2.7em;
- padding: 0.4em;
- font-size: 0.9em;
- overflow: hidden;
+/*div#bebopTabbedPane {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 2em !important;
+ line-height: 2.7em;
+ padding: 0.4em;
+ font-size: 0.9em;
+ overflow: hidden;
+}*/
+
+div#tabs {
+ height: 2em;
+ line-height: 2.7em;
+ padding: 0.4em;
+ font-size: 0.8em;
+ overflow: hidden;
}
div#bebopTabbedPane a {
- color: #ffffff !important;
+ color: #ffffff !important;
}
span.bebopTab {
- margin: 0 -0.7em 0 0;
- border-top-left-radius: 0.5em;
- border-top-right-radius: 0.5em;
- padding: 0.4em;
- white-space: nowrap;
- background-color: #4a4a4a;
- transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ie-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
+ margin: 0 -0.7em 0 0;
+ border-top-left-radius: 0.5em;
+ border-top-right-radius: 0.5em;
+ padding: 0.4em;
+ white-space: nowrap;
+ background-color: #4a4a4a;
+ transition: all 0.5s ease;
+ -o-transition: all 0.5s ease;
+ -ie-transition: all 0.5s ease;
+ -moz-transition: all 0.5s ease;
+ -webkit-transition: all 0.5s ease;
}
span.bebopTab:hover {
- background-color: #4c4b4d;
+ background-color: #4c4b4d;
}
span.bebopTab.current {
- color: #656054;
- background-color: #e6e4f2;
- font-weight:bold;
+ color: #656054;
+ background-color: #e6e4f2;
+ font-weight:bold;
}
div#bebopTabbedPane span:before {
- position: relative;
- padding: 0 5px 0 0;
- top: 5px;
+ position: relative;
+ padding: 0 5px 0 0;
+ top: 5px;
}
div#bebopTabbedPane span.browse:before {
- content: url('../../images/cms/browse.png');
+ content: url('../../images/cms/browse.png');
}
div#bebopTabbedPane span.browse.current:before {
- content: url('../../images/cms/browse-current.png');
+ content: url('../../images/cms/browse-current.png');
}
div#bebopTabbedPane span.search:before {
- content: url('../../images/cms/search.png');
+ content: url('../../images/cms/search.png');
}
div#bebopTabbedPane span.search.current:before {
- content: url('../../images/cms/search-current.png');
+ content: url('../../images/cms/search-current.png');
}
div#bebopTabbedPane span.images:before {
- content: url('../../images/cms/images.png');
+ content: url('../../images/cms/images.png');
}
div#bebopTabbedPane span.images.current:before {
- content: url('../../images/cms/images-current.png');
+ content: url('../../images/cms/images-current.png');
}
div#bebopTabbedPane span.roles:before {
- content: url('../../images/cms/roles.png');
+ content: url('../../images/cms/roles.png');
}
div#bebopTabbedPane span.roles.current:before {
- content: url('../../images/cms/roles-current.png');
+ content: url('../../images/cms/roles-current.png');
}
div#bebopTabbedPane span.workflows:before {
- content: url('../../images/cms/workflows.png');
+ content: url('../../images/cms/workflows.png');
}
div#bebopTabbedPane span.workflows.current:before {
- content: url('../../images/cms/workflows-current.png');
+ content: url('../../images/cms/workflows-current.png');
}
div#bebopTabbedPane span.lifecycles:before {
- content: url('../../images/cms/lifecycles.png');
+ content: url('../../images/cms/lifecycles.png');
}
div#bebopTabbedPane span.lifecycles.current:before {
- content: url('../../images/cms/lifecycles-current.png');
+ content: url('../../images/cms/lifecycles-current.png');
}
div#bebopTabbedPane span.categories:before {
- content: url('../../images/cms/categories.png');
+ content: url('../../images/cms/categories.png');
}
div#bebopTabbedPane span.categories.current:before {
- content: url('../../images/cms/categories-current.png');
+ content: url('../../images/cms/categories-current.png');
}
div#bebopTabbedPane span.content_types:before {
- content: url('../../images/cms/contenttypes.png');
+ content: url('../../images/cms/contenttypes.png');
}
div#bebopTabbedPane span.content_types.current:before {
- content: url('../../images/cms/contenttypes-current.png');
+ content: url('../../images/cms/contenttypes-current.png');
}
div#bebopTabbedPane span.user_admin:before {
- content: url('../../images/cms/admin.png');
+ content: url('../../images/cms/admin.png');
}
div#bebopTabbedPane span.user_admin.current:before {
- content: url('../../images/cms/admin-current.png');
+ content: url('../../images/cms/admin-current.png');
}
div#bebopTabbedPane span.cse:before {
- content: url('../../images/cms/cse.png');
+ content: url('../../images/cms/cse.png');
}
div#bebopTabbedPane span.cse.current:before {
- content: url('../../images/cms/cse-current.png');
+ content: url('../../images/cms/cse-current.png');
}
div#bebopTabbedPane span.reports:before {
- content: url('../../images/cms/reports.png');
+ content: url('../../images/cms/reports.png');
}
div#bebopTabbedPane span.reports.current:before {
- content: url('../../images/cms/reports-current.png');
+ content: url('../../images/cms/reports-current.png');
}
div#bebopTabbedPane span.taskssections:before {
- content: url('../../images/cms/taskssections.png');
+ content: url('../../images/cms/taskssections.png');
}
div#bebopTabbedPane span.taskssections.current:before {
- content: url('../../images/cms/taskssections-current.png');
+ content: url('../../images/cms/taskssections-current.png');
}
/*------Bebop ContextBar----- */
div#cmsBreadcrumbs {
- height: 40px;
- line-height: 40px;
- font-size: 0.6em;
+ height: 25px;
+ line-height: 25px;
+ font-size: 0.6em;
}
div.bebopContextBar {
- color:#767676;
- font-weight:bold;
+ color:#767676;
+ font-weight:bold;
}
div.bebopContextBar span.bebopContextBarElement,
div.bebopContextBar span.bebopContextBarSeperator {
- height: 15px;
- padding: 2px 0px 2px 5px;
+ height: 15px;
+ padding: 2px 0px 2px 5px;
}
div.bebopContextBar span.bebopContextBarElement,
div.bebopContextBar span.bebopContextBarCurrentElement {
- margin-right: 1em;
- background: #d6d6d6;
- box-shadow: 0 0 5px #888888;
- -o-box-shadow: 0 0 5px #888888;
- -ie-box-shadow: 0 0 5px #888888;
- -moz-box-shadow: 0 0 5px #888888;
- -webkit-box-shadow: 0 0 5px #888888;
+ margin-right: 1em;
+ background: #d6d6d6;
+ box-shadow: 0 0 5px #888888;
+ -o-box-shadow: 0 0 5px #888888;
+ -ie-box-shadow: 0 0 5px #888888;
+ -moz-box-shadow: 0 0 5px #888888;
+ -webkit-box-shadow: 0 0 5px #888888;
}
div.bebopContextBar span.bebopContextBarSeperator {
- margin-left: 5px;
- border-left: 1px solid #a4a4a4;
- color: transparent;
- background-image:url('../../images/scrumb.png');
- background-repeat:no-repeat;
- background-position: center;
+ margin-left: 5px;
+ border-left: 1px solid #a4a4a4;
+ color: transparent;
+ background-image:url('../../images/scrumb.png');
+ background-repeat:no-repeat;
+ background-position: center;
}
div.bebopContextBar a,
@@ -361,112 +380,112 @@ div.bebopContextBar a:focus,
div.bebopContextBar a:active,
div.bebopContextBar a:visited
{
- color: #767676;
+ color: #767676;
}
div .bebopContextBarCurrentElement{
- padding: 2px 5px;
+ padding: 2px 5px;
}
/*----cmscontent----*/
div#cmsContent {
- position: absolute;
- bottom: 40px;
- left:0;
- right: 0;
- height: auto !important;
- margin-top: 75px !important;
- font-size: 1em;
- overflow: hidden;
- border-radius: 0.3em;
- background-color: #e6dcde;
- box-shadow: 0px 0px 5px #4a4a4a;
+ position: absolute;
+ bottom: 40px;
+ left:0;
+ right: 0;
+ height: auto !important;
+ margin-top: 75px !important;
+ font-size: 1em;
+ overflow: hidden;
+ border-radius: 0.3em;
+ background-color: #e6dcde;
+ box-shadow: 0px 0px 5px #4a4a4a;
}
div#left div.columnHead,
div#right div.columnHead {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 30px;
- color: #ffffff;
- font-size: 0.75em;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ width: 100%;
+ height: 30px;
+ color: #ffffff;
+ font-size: 0.75em;
}
div#left div.columnContent {
- height: auto;
+ height: auto;
}
div#left div.columnContent,
div#right div.columnContent {
- position: absolute;
- overflow: auto;
- top: 30px;
- bottom: 0;
- font-size: 0.75em;
+ position: absolute;
+ overflow: auto;
+ top: 30px;
+ bottom: 0;
+ font-size: 0.75em;
}
div#left div.columnContent > div,
div#right div.columnContent > div {
- left: 0;
- right: 0;
+ left: 0;
+ right: 0;
}
div#content ul, div#content ol {
- margin: 0em;
+ margin: 0em;
}
/*----Left----*/
div#left {
- margin: 0 !important;
- width: 25%;
+ margin: 0 !important;
+ width: 25%;
}
div#left, div#right{
- top: 0 !important;
- bottom: 0;
+ top: 0 !important;
+ bottom: 0;
}
div#left div.columnHead{
- background-color: #4a4a4a;
+ background-color: #4a4a4a;
}
div#left div.columnContent{
- left: 0px;
- width: 25%;
- background-color: #e6dcde;
+ left: 0px;
+ width: 25%;
+ background-color: #e6dcde;
}
/*----Right----*/
div#right{
- width: 75%;
- margin: 0;
- background-color: #f2f0ff;
+ width: 75%;
+ margin: 0;
+ background-color: #f2f0ff;
}
div#right div.columnHead {
- font-weight: bold;
- background-color: #0776a0;
+ font-weight: bold;
+ background-color: #0776a0;
}
div#right div.columnContent{
- right: 0;
- width: 100%;
+ right: 0;
+ width: 100%;
}
div#right div.columnHead .contenttitle {
- float: left;
- line-height: 30px;
- padding: 0 1em;
+ float: left;
+ line-height: 30px;
+ padding: 0 1em;
}
div#right div.columnHead .contenttitle h1 {
- margin: 0;
- border: none;
- font:inherit;
- color: inherit;
- text-transform: none;;
+ margin: 0;
+ border: none;
+ font:inherit;
+ color: inherit;
+ text-transform: none;;
}
/*
@@ -478,417 +497,417 @@ div#right div.columnHead #contentlanguagewidget{
*/
div#right div.columnHead #contentviewmenu{
- float: right;
- padding: 0 1em;
- line-height: 30px;
+ float: right;
+ padding: 0 1em;
+ line-height: 30px;
}
div#right div.columnHead #contentviewmenu .cmsContentViewMenu,
div#right div.columnHead #contentviewmenu .cmsGlobalNavigation {
- float: left;
+ float: left;
}
div#right div.columnHead #contentviewmenu a {
- color:white;
+ color:white;
}
span#contenttype {
- float: left;
- line-height: 30px;
- padding: 0 1em;
+ float: left;
+ line-height: 30px;
+ padding: 0 1em;
}
span#workflowwidget {
- float: right;
- line-height: 30px;
- padding-right: 1em;
+ float: right;
+ line-height: 30px;
+ padding-right: 1em;
}
a, a:visited {
- text-decoration: none;
- color: #24718b;
+ text-decoration: none;
+ color: #24718b;
}
a:hover {
- text-decoration: none;
- color: #FF9200;
+ text-decoration: none;
+ color: #FF9200;
}
a img {
- border:none;
+ border:none;
}
ul {
- list-style: none;
- display: inline;
- margin: 0em !important;
- padding: 0em;
+ list-style: none;
+ display: inline;
+ margin: 0em !important;
+ padding: 0em;
}
ul ul li{
- margin-left: 2.3em;
+ margin-left: 2.3em;
}
table {
- width: 100%;
- border-bottom: 1px solid #999999;
- border-collapse: separate;
- border: none !important;
- border-spacing: 5pt;
+ width: 100%;
+ border-bottom: 1px solid #999999;
+ border-collapse: separate;
+ border: none !important;
+ border-spacing: 5pt;
}
div.toolbar table.toolbarRow {
- border-collapse: collapse;
+ border-collapse: collapse;
}
table.dataTable{
- width: 100%;
+ width: 100%;
}
table * table ,form table {
- border-style: none;
- width: auto;
- margin: 0;
+ border-style: none;
+ width: auto;
+ margin: 0;
}
table thead tr th {
- padding-left: 0.9em;
- color: #999999;
- text-align: left;
- background-color: #eeeeee;
- border: 1px solid #f2f0ff !important;
+ padding-left: 0.9em;
+ color: #999999;
+ text-align: left;
+ background-color: #eeeeee;
+ border: 1px solid #f2f0ff !important;
}
table tbody tr:nth-child(2n) {
- background-color: inherit;
+ background-color: inherit;
}
table tbody tr td {
- text-align: left;
- vertical-align: middle;
- border: none !important;
- hyphens: none;
- -moz-hyphens: none;
- -webkit-hyphens: none;
- -o-hyphens: none;
+ text-align: left;
+ vertical-align: middle;
+ border: none !important;
+ hyphens: none;
+ -moz-hyphens: none;
+ -webkit-hyphens: none;
+ -o-hyphens: none;
}
table tbody tr td + td{
- text-align: left;
+ text-align: left;
}
table .bebopTableRow:hover,
table .bebopTableRowOdd:hover,
table .bebopTableRowEven:hover,
div.cmsSortableList > ul li:hover {
- background-color: rgba(117, 5, 29, 0.05) !important;
+ background-color: rgba(117, 5, 29, 0.05) !important;
}
pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word;
}
table tr.bebopTableRowEven {
- background-color: #f3f3f3 !important;
+ background-color: #f3f3f3 !important;
}
table * a.checkBoxChecked img, table * a.checkBoxUnchecked img {
- border: 0px none #ffffff;
+ border: 0px none #ffffff;
}
table + form {
- margin-top: 1em;
+ margin-top: 1em;
}
div.endFloat {
- clear: both;
- float: none;
+ clear: both;
+ float: none;
}
span.action form {
- display: inline;
- margin: -0.2em;
+ display: inline;
+ margin: -0.2em;
}
span.action form table {
- display: inline;
- margin: -0.2em;
- vertical-align:baseline;
+ display: inline;
+ margin: -0.2em;
+ vertical-align:baseline;
}
input #draft_search{
- vertical-align: baseline;
- margin-left: 0.4em;
- float: right;
- margin-right: 7px;
- border: 1px solid #175ba2;
- border-color: #175ba2;
- background: #175ba2;
+ vertical-align: baseline;
+ margin-left: 0.4em;
+ float: right;
+ margin-right: 7px;
+ border: 1px solid #175ba2;
+ border-color: #175ba2;
+ background: #175ba2;
}
textarea, select{
- vertical-align: baseline;
- /*margin-left: 0.4em;*/
- background-color: #fbfbfb;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- border-radius: 3px;
- border: 1px solid #4a4a4a;
- border: none;
- padding: 0.2em;
- box-shadow: inset 0 0 3px rgba(74,74,74,0.5);
+ vertical-align: baseline;
+ /*margin-left: 0.4em;*/
+ background-color: #fbfbfb;
+ -moz-border-radius:3px;
+ -webkit-border-radius:3px;
+ border-radius: 3px;
+ border: 1px solid #4a4a4a;
+ border: none;
+ padding: 0.2em;
+ box-shadow: inset 0 0 3px rgba(74,74,74,0.5);
}
input{
- /*margin-left: 0.4em;*/
- border: none;
- border-radius: 3px;
- -o-border-radius:3px;
- -ie-border-radius:3px;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- padding: 0.2em;
- vertical-align: baseline;
- background-color: #fbfbfb;
- height:17.2px;
- box-shadow: inset 0 0 3px rgba(74,74,74,0.5);
+ /*margin-left: 0.4em;*/
+ border: none;
+ border-radius: 3px;
+ -o-border-radius:3px;
+ -ie-border-radius:3px;
+ -moz-border-radius:3px;
+ -webkit-border-radius:3px;
+ padding: 0.2em;
+ vertical-align: baseline;
+ background-color: #fbfbfb;
+ height:17.2px;
+ box-shadow: inset 0 0 3px rgba(74,74,74,0.5);
}
input:hover, input:focus, textarea:hover, textarea:focus {
- box-shadow: inset 0 0 3px rgba(117,5,29,0.5);
+ box-shadow: inset 0 0 3px rgba(117,5,29,0.5);
}
span.heading {
- font-weight: bold;
+ font-weight: bold;
}
span.key {
- font-weight: bold;
- hyphens: none;
- -moz-hyphens: none;
- -webkit-hyphens: none;
- -o-hyphens: none;
+ font-weight: bold;
+ hyphens: none;
+ -moz-hyphens: none;
+ -webkit-hyphens: none;
+ -o-hyphens: none;
}
div.actionLink {
- margin-bottom: 1em;
- margin-top: 1em;
+ margin-bottom: 1em;
+ margin-top: 1em;
}
div.actionLink span {
- margin-right: 1.5em;
- border-radius: 0.3em;
- padding: 0.3em 2em;
- background-color: #0776A0;
- box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px 10px rgba(0,0,0,0.3);
+ margin-right: 1.5em;
+ border-radius: 0.3em;
+ padding: 0.3em 2em;
+ background-color: #0776A0;
+ box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px 10px rgba(0,0,0,0.3);
}
div.actionLink a {
- padding: 0;
- background-image: none;
- color:#ffffff !important;
+ padding: 0;
+ background-image: none;
+ color:#ffffff !important;
}
div.actionLink span:hover {
- background-color: #07698e ;
+ background-color: #07698e ;
}
div.actionLink span:active {
- box-shadow: inset -5px -5px 10px rgba(255,255,255,0.3),inset 5px 5px 10px rgba(0,0,0,0.3);
+ box-shadow: inset -5px -5px 10px rgba(255,255,255,0.3),inset 5px 5px 10px rgba(0,0,0,0.3);
}
ul.bebopList {
- list-style-type: none;
+ list-style-type: none;
}
/* special layout for folder-browse */
#folder-browse table.dataTable {
- width: 100%;
- border-top: 1px solid #999999;
- border-bottom: 1px solid #999999;
- border-collapse: collapse;
+ width: 100%;
+ border-top: 1px solid #999999;
+ border-bottom: 1px solid #999999;
+ border-collapse: collapse;
}
#folder-browse table.dataTable thead tr th {
- text-align: left;
- color:#633e69;
+ text-align: left;
+ color:#633e69;
}
#folder-browse table.dataTable thead tr th + th + th + th + th {
- text-align: center;
+ text-align: center;
}
#folder-browse table.dataTable tbody tr td {
- text-align: left;
- padding:5px;
+ text-align: left;
+ padding:5px;
}
#folder-browse table.dataTable tbody tr td + td + td + td + td {
- text-align: center;
+ text-align: center;
}
div#bebopCurrentPane table.dataTable tbody tr:hover{
- background-color: #ffe0e0;
+ background-color: #ffe0e0;
}
/* special layout for folder-permissions */
#folder-permissions table.dataTable thead tr th {
- width: 15em;
+ width: 15em;
}
#folder-permissions table.dataTable thead tr th + th {
- width: auto;
- padding-left: 0.4em;
- padding-right: 0.4em;
+ width: auto;
+ padding-left: 0.4em;
+ padding-right: 0.4em;
}
#folder-permissions table.dataTable tbody tr td + td {
- text-align: center;
+ text-align: center;
}
/* SortButtons */
span.sortButtons {
- float: left;
- margin-right: 3px;
- width: 20px;
+ float: left;
+ margin-right: 3px;
+ width: 20px;
}
span.sortButtons span a {
- border: 0px none #ffffff;
+ border: 0px none #ffffff;
}
span.sortButtons span a img {
- border: 0px none #ffffff;
+ border: 0px none #ffffff;
}
/*----Fieldset Legend----*/
div#search{
- width: 100%;
- margin-top: 15px;
- position: relative;
+ width: 100%;
+ margin-top: 15px;
+ position: relative;
}
div .terms{
- margin: 0;
- margin-top: 10px;
+ margin: 0;
+ margin-top: 10px;
}
div .query{
- margin-top: 10px;
+ margin-top: 10px;
}
div#search fieldset {
- margin-top: 25px;
- -o-border-radius:5px;
- -ie-border-radius:5px;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- padding: 15px 0 0 0;
+ margin-top: 25px;
+ -o-border-radius:5px;
+ -ie-border-radius:5px;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ padding: 15px 0 0 0;
}
div#search fieldset legend{
- margin: 0 0 0 -5px;
- padding: 5px 10px;
- color: #FFF;
- font-weight: blod;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- background: #1c1b1d;
- background: -moz-linear-gradient(top, #1c1b1d, #404041);
- background: -webkit-linear-gradient(top, #1c1b1d, #404041);
- background: -o-linear-gradient(top, #1c1b1d, #404041);
- background: linear-gradient(top, #1c1b1d, #404041);
- -moz-box-shadow:1px 1px 2px #ccc;
- -webkit-box-shadow:1px 1px 2px #ccc;
- box-shadow:1px 1px 2px #ccc;
+ margin: 0 0 0 -5px;
+ padding: 5px 10px;
+ color: #FFF;
+ font-weight: blod;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ background: #1c1b1d;
+ background: -moz-linear-gradient(top, #1c1b1d, #404041);
+ background: -webkit-linear-gradient(top, #1c1b1d, #404041);
+ background: -o-linear-gradient(top, #1c1b1d, #404041);
+ background: linear-gradient(top, #1c1b1d, #404041);
+ -moz-box-shadow:1px 1px 2px #ccc;
+ -webkit-box-shadow:1px 1px 2px #ccc;
+ box-shadow:1px 1px 2px #ccc;
}
div#search .terms {
- padding-bottom: 1.2em;
+ padding-bottom: 1.2em;
}
div#search .filterName {
- text-align: left;
- vertical-align: top;
- font-weight: bold;
- padding-right: 1em;
- color: #0776A0;
+ text-align: left;
+ vertical-align: top;
+ font-weight: bold;
+ padding-right: 1em;
+ color: #0776A0;
}
div#search .filterParam {
- display: table-cell;
- padding-bottom: 1.2em;
- padding-top:0.5em;
+ display: table-cell;
+ padding-bottom: 1.2em;
+ padding-top:0.5em;
}
div#search .filterParam >select{
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- background-color: #fbfbfb;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ background-color: #fbfbfb;
}
/* CMS GlobalNavigation */
div#cmsHeader .cmsGlobalNavigation a {
- color: #ffffff;
+ color: #ffffff;
}
span.logout a {
- color: #ffffff;
+ color: #ffffff;
}
div.cmsGlobalNavigation > span {
- padding-left: 1em;
+ padding-left: 1em;
}
div.cmsGlobalNavigation > span :before {
- position:relative;
- top: 0.4em;
- padding-right: 0.3em;
+ position:relative;
+ top: 0.4em;
+ padding-right: 0.3em;
}
span.cmsGlobalNavigationContentCenter :before {
- content:url('../../images/cms/contentcenter.png');
+ content:url('../../images/cms/contentcenter.png');
}
span.cmsGlobalNavigationWorkspace :before {
- content:url('../../images/cms/home.png');
+ content:url('../../images/cms/home.png');
}
span.cmsGlobalNavigationSignOut :before, span.logout :before {
- content:url('../../images/cms/lock.png');
+ content:url('../../images/cms/lock.png');
}
span.cmsGlobalNavigationHelp :before {
- content:url('../../images/cms/help.png');
+ content:url('../../images/cms/help.png');
}
span.cmsPreview :before {
- content:url('../../images/cms/preview.png');
+ content:url('../../images/cms/preview.png');
}
/* Segments, Layouts, Panels */
div#right div.bebopLayoutPanel {
- position: relative;
- overflow:visible;
+ position: relative;
+ overflow:visible;
}
div#right div.bebopLayoutPanel div.bebopLeft {
- position: relative;
- float: left;
- width: 22%;
+ position: relative;
+ float: left;
+ width: 22%;
}
div#content .bebopBody .bebopPanelRow span {
- padding-right: 5px;
+ padding-right: 5px;
}
/*div#content .bebopBody .bebopPanelRow span:after {
@@ -903,301 +922,301 @@ div#content .bebopBody .bebopPanelRow span[key="not_yet_published_date"]:after{
}*/
div#right div.bebopLayoutPanel div.bebopBody {
- right: 0;
- width: 73%;
- overflow: visible;
+ right: 0;
+ width: 73%;
+ overflow: visible;
}
div#right div.bebopLayoutPanel:after {
- content: " ";
- font-size: 1px;
- color: transparent;
- clear: left;
- float: none;
- width: 100%;
+ content: " ";
+ font-size: 1px;
+ color: transparent;
+ clear: left;
+ float: none;
+ width: 100%;
}
div.bebopLeft, form[name="category"] table {
- position: absolute;
- float: left;
- width: auto;
- background: #e6dcde;
- padding: 0em 1em;
- margin-top: 10px;
- border-radius: 10px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- -o-border-radius: 10px;
+ position: absolute;
+ float: left;
+ width: auto;
+ background: #e6dcde;
+ padding: 0em 1em;
+ margin-top: 10px;
+ border-radius: 10px;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ -o-border-radius: 10px;
}
form[name="category"] table table{
- background: none;
+ background: none;
}
div.bebopSegment {
- margin-bottom:1em;
- padding-bottom:0.5em;
- border-bottom:1px solid rgba(102, 102, 102, 0.5);
+ margin-bottom:1em;
+ padding-bottom:0.5em;
+ border-bottom:1px solid rgba(102, 102, 102, 0.5);
}
#left div.bebopSegment {
- background-color: #F2F0FF;
- border-radius: 10px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- -o-border-radius: 10px;
- border-left: 1px solid rgba(102, 102, 102, 0.5);
+ background-color: #F2F0FF;
+ border-radius: 10px;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ -o-border-radius: 10px;
+ border-left: 1px solid rgba(102, 102, 102, 0.5);
}
#left div.bebopSegment h3{
- padding-left: 10px;
- padding-top: 5px;
- background-color: #0776A0;
- -webkit-border-top-left-radius: 10px;
- -webkit-border-top-right-radius: 10px;
- -moz-border-radius-topleft: 10px;
- -moz-border-radius-topright: 10px;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;;
- color: #ffffff;
- border-bottom: 1px solid rgba(102, 102, 102, 0.5);
+ padding-left: 10px;
+ padding-top: 5px;
+ background-color: #0776A0;
+ -webkit-border-top-left-radius: 10px;
+ -webkit-border-top-right-radius: 10px;
+ -moz-border-radius-topleft: 10px;
+ -moz-border-radius-topright: 10px;
+ border-top-left-radius: 10px;
+ border-top-right-radius: 10px;;
+ color: #ffffff;
+ border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
#left div.bebopSegmentBody {
- padding-left: 10px;
+ padding-left: 10px;
}
div.bebopLeft div.bebopPanelRow {
- width:100%;
+ width:100%;
}
div.bebopPanelRow {
- margin-bottom:1em;
- padding: 0;
- width:40%;
+ margin-bottom:1em;
+ padding: 0;
+ width:40%;
}
div.bebopPanelRow table tr td {
- margin-bottom: 1em;
- padding: 3px;
+ margin-bottom: 1em;
+ padding: 3px;
}
div.bebopPanelRow textarea{
- width:100%;
+ width:100%;
}
div.bebopSegment div.bebopSegmentHeader {
- padding-left:1em;
- border-bottom:1px solid #cacaca;
- font-weight:bold;
- color:#808080;
+ padding-left:1em;
+ border-bottom:1px solid #cacaca;
+ font-weight:bold;
+ color:#808080;
}
div.bebopSegmentBody ul li ul li{
- padding-left:.5em;
+ padding-left:.5em;
}
div#right div.bebopBody {
- top: 10px;
- bottom: 0;
- overflow: auto;
- position: absolute;
- padding: 0em 1em;
- background-color: #f2f0ff;
+ top: 10px;
+ bottom: 0;
+ overflow: auto;
+ position: absolute;
+ padding: 0em 1em;
+ background-color: #f2f0ff;
}
div.bebopBody table tr{
- border: none !important;
- text-align:left;
+ border: none !important;
+ text-align:left;
}
div.bebopBody div.bebopPanelRow {
- width:99%;
+ width:99%;
}
div.bebopBody form #search span {
- display: inline;
+ display: inline;
}
/*Formatierung für die Suche in Content Section*/
div.bebopBody form #search span.query{
- float:left;
+ float:left;
}
div.bebopBody form #search span.filterName{
- float:left;
+ float:left;
}
div.bebopBody form #search span.filterParam{
- float:left;
+ float:left;
}
div .bebopBody ul li{
- margin-top: 5px;
+ margin-top: 5px;
}
h3.bebopSegmentHeader{
- margin-bottom:0.15em;
- margin-top: 15px;
- color: #0776A0;
+ margin-bottom:0.15em;
+ margin-top: 15px;
+ color: #0776A0;
}
h3 {
- font-family: Verdana, Helvetica, Arial, sans-serif;
- margin-top: 15px;
- margin-bottom: 0.5em;
- padding: 0em;
- page-break-after: avoid;
- font-size: inherit;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ margin-top: 15px;
+ margin-bottom: 0.5em;
+ padding: 0em;
+ page-break-after: avoid;
+ font-size: inherit;
}
/* BebopTree */
ul.bebopTree {
- padding: 0 0 1em 1.5em;
+ padding: 0 0 1em 1.5em;
}
ul.bebopTree a img {
- margin-left: -1.3em;
- vertical-align: bottom;
+ margin-left: -1.3em;
+ vertical-align: bottom;
}
ul.bebopTree a + a,
ul.bebopTree a + span {
- margin-left: -1em;
+ margin-left: -1em;
}
div.bebopColumnPanel{
- margin-top: 15px;
+ margin-top: 15px;
}
ul.bebopTree * ul {
- margin-left: -1em;
+ margin-left: -1em;
}
/* Bebop CurrentPane*/
div#bebopCurrentPane {
- position: absolute;
- text-align: left;
+ position: absolute;
+ text-align: left;
}
/* ActionGroupSet */
div.actionGroupSubject tr{
- text-align: left;
+ text-align: left;
}
span.action:before {
- content:url('../../images/bebop/action.png');
- padding-right: 0.3em;
+ content:url('../../images/bebop/action.png');
+ padding-right: 0.3em;
}
span.action.add:before {
- content:url('../../images/bebop/action-add.png');
- padding-right: 0.3em;
+ content:url('../../images/bebop/action-add.png');
+ padding-right: 0.3em;
}
span.action.delete:before {
- content:url('../../images/bebop/action-delete.png');
- padding-right: 0.3em;
+ content:url('../../images/bebop/action-delete.png');
+ padding-right: 0.3em;
}
span.action.edit:before {
- content:url('../../images/bebop/action-edit.png');
- padding-right: 0.3em;
+ content:url('../../images/bebop/action-edit.png');
+ padding-right: 0.3em;
}
span.action.return:before {
- content:url('../../images/bebop/action-return.png');
- padding-right: 0.3em;
+ content:url('../../images/bebop/action-return.png');
+ padding-right: 0.3em;
}
span.action.up:before {
- content:url('../../images/bebop/action-up.png');
- padding-right: 0.3em;
+ content:url('../../images/bebop/action-up.png');
+ padding-right: 0.3em;
}
span.action.down:before {
- content:url('../../images/bebop/action-down.png');
- padding-right: 0.3em;
+ content:url('../../images/bebop/action-down.png');
+ padding-right: 0.3em;
}
div.cmsSortableList > ul {
- list-style: none;
+ list-style: none;
}
div.cmsSortableList > ul li:nth-child(2n+1)
{
- background-color:#eeeeee;
+ background-color:#eeeeee;
}
/* CMS Summary Section */
div.cmsSummarySection {
- padding: 0 1em;
+ padding: 0 1em;
}
div.cmsSummarySection div.cmsSummaryHeading {
- font-weight: bold;
- margin-bottom:0.3em;
+ font-weight: bold;
+ margin-bottom:0.3em;
}
div.cmsSummarySection .cmsSummaryHeading {
- color: #0776A0;
+ color: #0776A0;
}
div.cmsSummaryBody {
- margin-bottom:0.7em;
- padding-bottom:0.3em;
- border-bottom: 1px solid rgba(102, 102, 102, 0.5);
+ margin-bottom:0.7em;
+ padding-bottom:0.3em;
+ border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
div.cmsSummaryBody ul.categoryList li{
- padding-left: 30px;
+ padding-left: 30px;
}
div.cmsSummarySection ul {
- text-indent: -2.5em;
+ text-indent: -2.5em;
}
span.cmsCurrentRevision {
- font-style:italic;
- font-weight:bold;
+ font-style:italic;
+ font-weight:bold;
}
span.cmsInitialRevision {
- color:#666666;
- font-style:italic;
+ color:#666666;
+ font-style:italic;
}
span.cmsTaskComment {
- margin-left:3em;
+ margin-left:3em;
}
span.cmsTaskCommentCredentials {
- font-style:italic;
+ font-style:italic;
}
/* CMS Notes */
div.cmsNotesDisplay {
- margin-bottom: 1em;
- border: solid 1px #999999;
+ margin-bottom: 1em;
+ border: solid 1px #999999;
}
div.cmsNotesContent {
- padding: 0.5em;
+ padding: 0.5em;
}
div.cmsNotesAction {
- float: right;
- margin-bottom: 1em;
- border-left: dotted 1px #999999;
- border-bottom: dotted 1px #999999;
- padding: 0.5em;
- background-color: #f3f3f3;
+ float: right;
+ margin-bottom: 1em;
+ border-left: dotted 1px #999999;
+ border-bottom: dotted 1px #999999;
+ padding: 0.5em;
+ background-color: #f3f3f3;
}
div.cmsNotesAction > span {
- display: block;
- margin-right: 1em;
+ display: block;
+ margin-right: 1em;
}
div.sidebarNavPanel {
@@ -1205,185 +1224,185 @@ div.sidebarNavPanel {
}
div.sidebarNavPanel > ul.bebopTree {
- float: left;
- width: 15em;
+ float: left;
+ width: 15em;
}
div.sidebarNavPanel > div.main {
- margin-top: 1em;
- margin-left: 15.5em;
- padding-left: 0.5em;
- border-left: dotted 1px #999999;
+ margin-top: 1em;
+ margin-left: 15.5em;
+ padding-left: 0.5em;
+ border-left: dotted 1px #999999;
}
div.sidebarNavPanel > span.heading {
- display:block;
- padding: 0.5em;
+ display:block;
+ padding: 0.5em;
}
/* Für UserAdmin Liste - beinflußt das noch andere Teile ? */
table.AlternateTable th, table.AlternateTable td{
- text-align: right;
- padding: 0em 0.5em;
+ text-align: right;
+ padding: 0em 0.5em;
}
table.AlternateTable th + th, table.AlternateTable td + td {
- text-align: left;
- padding: 0em 0.5em;
+ text-align: left;
+ padding: 0em 0.5em;
}
/*edit pardis*/
div.bebopBody div.bebopSegment h3.bebopSegmentHeader {
- padding-bottom: 0.5em;
- text-decoration: underline;
+ padding-bottom: 0.5em;
+ text-decoration: underline;
}
dl dd a {
- padding: 1px;
- border: 1px solid #0776A0;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- -o-border-radius: 2px;
- background-color: #3BA6D0;
- color: #ffffff;
- font-weight: bold;
- margin-left: 10px;
+ padding: 1px;
+ border: 1px solid #0776A0;
+ border-radius: 2px;
+ -moz-border-radius: 2px;
+ -webkit-border-radius: 2px;
+ -o-border-radius: 2px;
+ background-color: #3BA6D0;
+ color: #ffffff;
+ font-weight: bold;
+ margin-left: 10px;
}
dl dd a:hover {
- color: #0776A0;
+ color: #0776A0;
}
#Go{
- background-color:#ffffff;
- border:1px solid #613d6b;
- color:#613d6b;
+ background-color:#ffffff;
+ border:1px solid #613d6b;
+ color:#613d6b;
}
#tid{
- background-color:#cec7b7;
- border:1px solid #613d6b;
- color:#613d6b;
+ background-color:#cec7b7;
+ border:1px solid #613d6b;
+ color:#613d6b;
}
#new{
- background-color:#ffffff;
- border:1px solid #613d6b;
- color:#613d6b;
+ background-color:#ffffff;
+ border:1px solid #613d6b;
+ color:#613d6b;
}
/* ImageBrowser */
.tile {
- float: left;
- width: 220px;
- min-height: 220px;
- margin: 0.3em;
- overflow: hidden;
- background-color: white;
- padding: 0.2em;
- box-shadow: 2px 2px 5px #4a4a4a;
+ float: left;
+ width: 220px;
+ min-height: 220px;
+ margin: 0.3em;
+ overflow: hidden;
+ background-color: white;
+ padding: 0.2em;
+ box-shadow: 2px 2px 5px #4a4a4a;
}
.tile img {
- margin: 0.5em;
+ margin: 0.5em;
}
.tile div {
- text-align: center;
- height: 170px;
+ text-align: center;
+ height: 170px;
}
.tile div + div {
- height: auto;
+ height: auto;
}
img.cmsImageDisplay {
- float: left;
- max-height: 200px;
- width: auto;
+ float: left;
+ max-height: 200px;
+ width: auto;
}
div.cmsImageInfoOverlay {
- float: left;
- margin-left: 2em;
+ float: left;
+ margin-left: 2em;
}
div#cmsFooter{
- position: absolute;
- top: auto;
- bottom: 0px;
- width: 100%;
- height: 30px;
- color: #a4a4a4;
- background-color: #29272a;
- font-size: 0.8em;
+ position: absolute;
+ top: auto;
+ bottom: 0px;
+ width: 100%;
+ height: 30px;
+ color: #a4a4a4;
+ background-color: #29272a;
+ font-size: 0.8em;
}
div#cmsFooter .systemInformation {
- float: left;
- width: 25%;
- color: #a4a4a4;
- line-height: 30px;
- font-weight: bold;
- vertical-align: 30px;
+ float: left;
+ width: 25%;
+ color: #a4a4a4;
+ line-height: 30px;
+ font-weight: bold;
+ vertical-align: 30px;
}
div#cmsFooter .systemInformation a {
- color: inherit !important;
+ color: inherit !important;
}
div#cmsFooter .systemInformation a:hover {
- color: #ffffff;
+ color: #ffffff;
}
div#cmsFooter .systemInformation .version {
- font-weight: normal;
+ font-weight: normal;
}
div#cmsFooter .cmsGlobalNavigation{
- float: left;
- line-height: 30px;
- font-weight: bold;
+ float: left;
+ line-height: 30px;
+ font-weight: bold;
}
div#cmsFooter .cmsGlobalNavigation span:hover {
- color: #ffffff;
+ color: #ffffff;
}
div#cmsFooter .cmsGlobalNavigation span a {
- color: inherit !important;
+ color: inherit !important;
}
div#cmsFooter .cmsGlobalNavigation + .cmsGlobalNavigation {
- float: right;
+ float: right;
}
div.columnContent div.navbar{
- padding: 1em 1em;
+ padding: 1em 1em;
}
div.bebopPanelRow span.optionGroup {
- column-count: 3;
- display: block;
+ column-count: 3;
+ display: block;
}
div.bebopPanelRow span.optionGroup label:after {
- content:" ";
- display:block;
+ content:" ";
+ display:block;
}
input#draft_search{
- margin-top: 0.5em;
- border: none;
- color: #ffffff;
- background-color: #0776A0;
- height: 28px;
- box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px
- 10px rgba(0,0,0,0.3);
+ margin-top: 0.5em;
+ border: none;
+ color: #ffffff;
+ background-color: #0776A0;
+ height: 28px;
+ box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px
+ 10px rgba(0,0,0,0.3);
}
input#draft_search:hover {
- background-color: #cc0033 ;
+ background-color: #cc0033 ;
}
input#draft_search:active {
- box-shadow: inset -5px -5px 10px rgba(255,255,255,0.3),inset 5px 5px
- 10px rgba(0,0,0,0.3);
+ box-shadow: inset -5px -5px 10px rgba(255,255,255,0.3),inset 5px 5px
+ 10px rgba(0,0,0,0.3);
}
/*----------------------------------------*/
@@ -1392,133 +1411,133 @@ input#draft_search:active {
/* Spezielle styles für die barrierefreie Anzeige, werden von
grafischen Browsern ausgeblendet */
.hide,.navHide {
- display: none;
+ display: none;
}
#left {
- position: static !important;
- float: left;
- min-width: 14em;
- height: 100%;
- overflow: hidden;
- margin: 0.3em;
- padding: 0;
- color: inherit !important;
- background-color: #ffffff;
+ position: static !important;
+ float: left;
+ min-width: 14em;
+ height: 100%;
+ overflow: hidden;
+ margin: 0.3em;
+ padding: 0;
+ color: inherit !important;
+ background-color: #ffffff;
}
-#left li span:before{
- content: '\270D';
- font-size: 20pt;
+#left li > span:before{
+ content: '\270D';
+ font-size: 20pt;
}
#center {
- margin: 0.3em;
- overflow: hidden;
- background-color: #ffffff;
+ margin: 0.3em;
+ overflow: hidden;
+ background-color: #ffffff;
}
#right {
- position: relative;
- top: 0em;
- height: 100%;
- overflow: hidden;
- margin: 0.3em;
- padding: 0;
- background-color: #ffffff;
+ position: relative;
+ top: 0em;
+ height: 100%;
+ overflow: hidden;
+ margin: 0.3em;
+ padding: 0;
+ background-color: #ffffff;
}
#content {
- margin: 0 !important;
- border: 0 !important;
- padding: 0 !important;
- min-height: inherit;
- color: #4a4a4a;
- background-color: inherit;
- line-height: 1.5em;
- font-family: Verdana, Helvetica, Arial, sans-serif;
+ margin: 0 !important;
+ border: 0 !important;
+ padding: 0 !important;
+ min-height: inherit;
+ color: #4a4a4a;
+ background-color: inherit;
+ line-height: 1.5em;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
}
/*momentan für die Inhalt von Content*/
#content br{
- margin-top: 10px;
+ margin-top: 10px;
}
#content form {
- margin: 0;
- color: inherit;
- background-color: transparent;
- text-align: left;
+ margin: 0;
+ color: inherit;
+ background-color: transparent;
+ text-align: left;
}
#content form input,
#content form select {
- float: none;
- border: none;
- padding: 0.2em;
- color: inherit;
- background-color: #ffffff;
+ float: none;
+ border: none;
+ padding: 0.2em;
+ color: inherit;
+ background-color: #ffffff;
}
#content form fieldset {
- border: none;
- margin: 0.5em 0em 1em 0.3em;
- border-top: 1px dotted #0776A0;
- border-bottom: 1px dotted #0776A0;
- padding: 0.3em 0em;
- color: #0776A0;
- font-weight: bold;
+ border: none;
+ margin: 0.5em 0em 1em 0.3em;
+ border-top: 1px dotted #0776A0;
+ border-bottom: 1px dotted #0776A0;
+ padding: 0.3em 0em;
+ color: #0776A0;
+ font-weight: bold;
}
#content span.optionGroup input[value="externalLink"]:checked ~ fieldset[class="internalLink"]{
- display:none;
+ display:none;
}
#content span.optionGroup input[value="internalLink"]:checked ~ fieldset[class="externalLink"]{
- display:none;
+ display:none;
}
#content form select {
- padding: 0.25em;
- min-width: 11.4em;
- color: inherit;
- background-color: #ffffff;
+ padding: 0.25em;
+ min-width: 11.4em;
+ color: inherit;
+ background-color: #ffffff;
}
#content textarea {
- padding: 0.25em;
- color: inherit;
- background-color: #ffffff;
+ padding: 0.25em;
+ color: inherit;
+ background-color: #ffffff;
}
#content form input[type="submit"] {
- margin-left: 1em;
- border: none;
- padding: 0 2em;
- color: #ffffff;
- background-color: #0776a0;
- background-image: none;
- height: 1.8em;
- box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px
- 10px rgba(0,0,0,0.3);
+ margin-left: 1em;
+ border: none;
+ padding: 0 2em;
+ color: #ffffff;
+ background-color: #0776a0;
+ background-image: none;
+ height: 1.8em;
+ box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px
+ 10px rgba(0,0,0,0.3);
}
input#file_upload{
- margin-left: 1em;
- border: none;
- color: #ffffff;
- background-color: #75051d;
- height: 28px;
- box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px 10px rgba(0,0,0,0.3);
+ margin-left: 1em;
+ border: none;
+ color: #ffffff;
+ background-color: #75051d;
+ height: 28px;
+ box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px 10px rgba(0,0,0,0.3);
}
#content form input[type="submit"]:hover {
- background-color: #07698e ;
- background-image: none;
+ background-color: #07698e ;
+ background-image: none;
}
#content form input[type="submit"]:active {
- box-shadow: inset -5px -5px 10px rgba(255,255,255,0.3),inset 5px 5px
- 10px rgba(0,0,0,0.3);
+ box-shadow: inset -5px -5px 10px rgba(255,255,255,0.3),inset 5px 5px
+ 10px rgba(0,0,0,0.3);
}
/*#content form label {
@@ -1539,85 +1558,85 @@ input#file_upload{
}
a#preview_link:hover{
- color: white;
+ color: white;
}
a#preview_link:visited{
- color: white;
- border: none;
+ color: white;
+ border: none;
}
div.bebopGridPanel{
- margin-top: 15px;
+ margin-top: 15px;
}
.hint:hover:after {
- position: absolute;
- box-shadow: 0 0 5px #4a4a4a;
- border-radius: 0.3em;
- padding: 0.5em;
- content: attr(content);
- top: auto;
- right: auto;
- width: 30%;
- background-image: inear-gradient(top, #eeeeee, #cccccc);
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
- background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
- background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
- background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
- background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
+ position: absolute;
+ box-shadow: 0 0 5px #4a4a4a;
+ border-radius: 0.3em;
+ padding: 0.5em;
+ content: attr(content);
+ top: auto;
+ right: auto;
+ width: 30%;
+ background-image: inear-gradient(top, #eeeeee, #cccccc);
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
+ background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
+ background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
+ background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
+ background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}
ul.bebopTree li a[type="control"] {
- padding: 5px;
+ padding: 5px;
}
#cmsHeader, #cmsFooter {
- min-width: 1200px;
+ min-width: 1200px;
}
span.bebopFormErrors {
- color: #FF0000;
- display: block;
+ color: #FF0000;
+ display: block;
}
span.bebopFormErrors:before{
- content: '\26A0';
- font-size: 20pt;
+ content: '\26A0';
+ font-size: 20pt;
}
div.themeErrors {
- border: 1.5px solid #FF0000;
- padding-top: 5px;
- margin-top: 10px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
+ border: 1.5px solid #FF0000;
+ padding-top: 5px;
+ margin-top: 10px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
}
div.themeErrors li{
- list-style: circle;
+ list-style: circle;
}
div.themeErrors h5{
- font-size: 10pt;
- border-bottom: 1px solid #FF0000;
- color: #FF0000;
- padding: 0 0 5px 5px;
+ font-size: 10pt;
+ border-bottom: 1px solid #FF0000;
+ color: #FF0000;
+ padding: 0 0 5px 5px;
}
div.themeErrors ol{
- padding-left: 20px;
+ padding-left: 20px;
}
span.errors {
- color: #FF0000;
- font-weight: bold;
+ color: #FF0000;
+ font-weight: bold;
}
Span.noErrors {
- color: #008B00;
- font-weight: bold;
- border: 1.5px solid #008B00;
- padding: 10px
+ color: #008B00;
+ font-weight: bold;
+ border: 1.5px solid #008B00;
+ padding: 10px
}
\ No newline at end of file
diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/bebop/bebopLabel.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/bebop/bebopLabel.xsl
index cdad28ebd..371558694 100644
--- a/ccm-sci-bundle/web/themes/mandalay/includes/bebop/bebopLabel.xsl
+++ b/ccm-sci-bundle/web/themes/mandalay/includes/bebop/bebopLabel.xsl
@@ -258,7 +258,11 @@