Customized brackets of slider widget so that they are asymmetric.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@245 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-03-09 00:14:01 +00:00
parent a3bcfc1576
commit 562b9d67a2
6 changed files with 18 additions and 3 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

View File

@ -83,4 +83,18 @@ img {
.ui-widget-header {
background-image: none;
background-color: #ccc;
}
.ui-widget-content a.ui-state-default.ui-slider-handle {
background: url(../images/slider-left-bracket.png) no-repeat bottom left;
border: none;
top: -10px;
}
.ui-widget-content a.ui-state-default.ui-slider-handle:last-child {
background: url(../images/slider-right-bracket.png) no-repeat bottom right;
border: none;
top: -10px;
}
.ui-slider .ui-slider-handle {
height: 32px;
}

View File

@ -67,7 +67,7 @@ table.facet-based-edit-dialog-entry-table input {
font-weight: bold;
}
.facet-based-edit-dialog-facet-histogram {
margin: 10px 5px 5px 5px;
margin: 10px 8px 5px 8px;
height: 52px;
}
.facet-based-edit-dialog-facet-slider {

View File

@ -114,7 +114,7 @@ img.facet-choice-link {
padding: 15px;
}
.facet-range-histogram {
margin-bottom: 10px;
margin: 10px 4px;
overflow: hidden;
}
.facet-range-histogram img {
@ -125,8 +125,9 @@ img.facet-choice-link {
.facet-range-slider {
}
.facet-range-status {
margin-top: 5px;
margin-top: 10px;
text-align: center;
color: #aaa;
}
.facet-text-body {