Minor style tweaks to facets

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1697 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-10-26 07:24:02 +00:00
parent 8ccf9d1bf8
commit dfa9c538c7

View File

@ -109,6 +109,9 @@ a.facet-title-remove:hover {
text-align: center;
}
.facet-body {
}
.facet-body-scrollable {
height: 17em;
padding-bottom: 8px;
@ -117,6 +120,9 @@ a.facet-title-remove:hover {
.facet-body-inner {
background: #fff;
}
.facet-body-scrollable .facet-body-inner {
border-bottom: 1px solid @chrome_primary;
}