ckan-metadata-publisher-widget/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/public/CKanMetadataPublisher.css

136 lines
2.3 KiB
CSS

.tag-style {
color: #3a87ad;
background-color: #d9edf7;
border: 2px solid;
border-color: #bce8f1;
padding: 5px;
display: inline;
margin: 2px;
overflow: hidden;
height: auto !important;
font-size: 11px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: left;
font-size: 15px;
}
.tag-style-x {
color: #a6b3cf !important;
margin-left: 5px !important;
font-weight: bold !important;
cursor: pointer !important;
}
/** override some bootstrap css **/
.form-controls-custom {
margin-left: 20% !important;
}
.form-control-label-custom {
width: 16% !important;
}
/** for the popup panels **/
.metadata-popup-panel {
max-width: 30%;
}
/** for namespaces **/
.page-header>h1 {
font-size: 24px !important;
}
/** for namespaces **/
.page-header>h1>small {
font-size: 18px !important;
}
.GeoJson-DialogBox{
width: 100% !important;
}
.accordion-no-border-inner {
border: 1px solid #e5e5e5 !important;
border-radius: 4px !important;
padding: 6px 12px !important;
}
.accordion-no-border-inner .accordion-inner {
border-top: 0 !important;
padding: 4px 4px !important;
}
/* WIZARD-CREATOR CLASSES */
.wizard-creator {
width: 100%;
border-collapse: separate;
display: table;
border-spacing: 5px;
}
.wizard-creator div {
padding: 10px 12px 10px;
background: #efefef;
position: relative;
/*display: inline-block;*/
display: table-cell;
}
.wizard-creator div:before {
width: 0;
height: 0;
border-top: 20px inset transparent;
border-bottom: 20px inset transparent;
border-left: 20px solid #fff;
position: absolute;
content: "";
top: 0;
left: 0;
}
.wizard-creator div:after {
width: 0;
height: 0;
border-top: 20px inset transparent;
border-bottom: 20px inset transparent;
border-left: 20px solid #efefef;
position: absolute;
content: "";
top: 0;
right: -20px;
z-index: 2;
}
.wizard-creator div:first-child:before,
.wizard-creator div:last-child:after {
border: none;
}
.wizard-creator div:first-child {
border-radius: 4px 0 0 4px;
}
.wizard-creator div:last-child {
border-radius: 0 4px 4px 0;
}
.wizard-creator .badge-wiz {
margin: 0 5px 0 18px;
}
.wizard-creator div:first-child .badge {
margin-left: 0;
}
.wizard-creator .current {
background: #007ACC;
color: #fff;
}
.wizard-creator .current:after {
border-left-color: #007ACC;
}