|
@ -49,7 +49,7 @@ define([
|
|||
Common.UI.DimensionPicker = Common.UI.BaseView.extend((function(){
|
||||
return {
|
||||
options: {
|
||||
itemSize : 18,
|
||||
itemSize : 20,
|
||||
minRows : 5,
|
||||
minColumns : 5,
|
||||
maxRows : 20,
|
||||
|
|
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 89 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 95 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 101 B After Width: | Height: | Size: 162 B |
|
@ -1,5 +1,5 @@
|
|||
.dimension-picker {
|
||||
font-size: 18px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.dimension-picker div {
|
||||
|
@ -19,7 +19,7 @@
|
|||
position: absolute;
|
||||
|
||||
//background: transparent repeat scroll 0 0;
|
||||
.background-ximage-all('dimension-picker/dimension-highlighted.png', 18px);
|
||||
.background-ximage-all('dimension-picker/dimension-highlighted.png', 20px);
|
||||
background-repeat: repeat;
|
||||
|
||||
.pixel-ratio__1_25 &, .pixel-ratio__1_75 & {
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
.dimension-picker-unhighlighted {
|
||||
//background: transparent repeat scroll 0 0;
|
||||
.background-ximage-all('dimension-picker/dimension-unhighlighted.png', 18px);
|
||||
.background-ximage-all('dimension-picker/dimension-unhighlighted.png', 20px);
|
||||
background-repeat: repeat;
|
||||
|
||||
.pixel-ratio__1_25 &, .pixel-ratio__1_75 & {
|
||||
|
|