RandomSec/src/main/webapp/styles/browsing.css
David Huynh 86f8c630ad Facets can now be removed.
Minor polishing on history widget.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@15 7d457c2a-affb-35e4-300a-418c747d4874
2010-02-01 00:19:41 +00:00

61 lines
944 B
CSS

.browsing-panel {
}
.facet-container {
clear: both;
margin-top: 1em;
}
.facet-title {
padding: 5px;
background: #eee;
font-weight: bold;
}
.facet-body {
border: 1px solid #ccc;
padding: 1px;
height: 20em;
overflow: auto;
}
.facet-choice {
padding: 2px 5px;
clear: both;
}
.facet-choice-selected .facet-choice-label {
font-weight: bold;
}
a.facet-choice-label {
margin-right: 0.5em;
text-decoration: none;
color: #004;
}
a.facet-choice-label:hover {
text-decoration: underline;
color: #66f;
}
.facet-choice-count {
color: #aaa;
}
.facet-choice-count:before {
content: "(";
color: #aaa;
}
.facet-choice-count:after {
content: ")";
color: #aaa;
}
a.facet-choice-link {
margin-left: 1em;
font-size: 80%;
float: right;
text-decoration: none;
color: #aac;
}
a.facet-choice-link:hover {
text-decoration: underline;
color: #88a;
}