ckan-metadata-publisher-widget/src/main/webapp/CKanMetadataPublisher.css

24 lines
457 B
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;
}