3.0 source code

This commit is contained in:
agolybev
2015-04-28 17:59:00 +03:00
parent c69fd34bdd
commit 7b3b2248e5
16311 changed files with 1445974 additions and 3108429 deletions

View File

@@ -0,0 +1,41 @@
.dimension-picker {
font-size: 18px;
}
.dimension-picker div {
position: relative;
}
.dimension-picker div.dimension-picker-mousecatcher {
left: 0;
top: 0;
position: absolute !important;
}
.dimension-picker div.dimension-picker-highlighted {
left: 0;
top: 0;
overflow: hidden;
position: absolute;
}
.dimension-picker-unhighlighted {
background-repeat: repeat;
background-attachment: scroll;
background-position: 0 0;
background-color: transparent;
.background-ximage('@{app-image-path}/controls/dimension-picker/dimension-unhighlighted.png', '@{app-image-path}/controls/dimension-picker/dimension-unhighlighted@2x.png', 18px);
}
.dimension-picker div.dimension-picker-highlighted {
background-repeat: repeat;
background-attachment: scroll;
background-position: 0 0;
background-color: transparent;
.background-ximage('@{app-image-path}/controls/dimension-picker/dimension-highlighted.png', '@{app-image-path}/controls/dimension-picker/dimension-highlighted@2x.png', 18px);
}
.dimension-picker-status {
font-size: 12px;
text-align: center;
}