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:
parent
a3bcfc1576
commit
562b9d67a2
BIN
src/graphics/slider-brackets.psd
Normal file
BIN
src/graphics/slider-brackets.psd
Normal file
Binary file not shown.
BIN
src/main/webapp/images/slider-left-bracket.png
Normal file
BIN
src/main/webapp/images/slider-left-bracket.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 750 B |
BIN
src/main/webapp/images/slider-right-bracket.png
Normal file
BIN
src/main/webapp/images/slider-right-bracket.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 718 B |
@ -84,3 +84,17 @@ img {
|
||||
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;
|
||||
}
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user