diff options
Diffstat (limited to 'scss/imports')
-rwxr-xr-x | scss/imports/scss/_Tools.scss | 87 |
1 files changed, 47 insertions, 40 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss index ab71e374..57519043 100755 --- a/scss/imports/scss/_Tools.scss +++ b/scss/imports/scss/_Tools.scss | |||
@@ -23,15 +23,8 @@ | |||
23 | -webkit-transform: scale(0.75); | 23 | -webkit-transform: scale(0.75); |
24 | } | 24 | } |
25 | 25 | ||
26 | .subOption{ | 26 | .toolOptionsSpacer{ |
27 | float:left; | 27 | margin-right: 9px; |
28 | margin-top: 0px; | ||
29 | margin-left: 1px; | ||
30 | margin-right: 0px; | ||
31 | } | ||
32 | |||
33 | .subOptionSpacer{ | ||
34 | margin-right: 16px; | ||
35 | } | 28 | } |
36 | 29 | ||
37 | .toolSeparator { | 30 | .toolSeparator { |
@@ -484,62 +477,76 @@ input[type="radio"]:disabled { | |||
484 | float:left; | 477 | float:left; |
485 | } | 478 | } |
486 | 479 | ||
487 | .topAlignUp { | 480 | .optionsSelectionTool button { |
488 | 481 | padding-top: 0px; | |
489 | @include background-pos(8,2,26px,23px); | ||
490 | } | 482 | } |
491 | 483 | ||
492 | .rightAlignUp { | 484 | .selectionToolIcon { |
493 | 485 | width: 16px; | |
494 | @include background-pos(9,2,26px,23px); | 486 | height: 16px; |
487 | background-repeat:no-repeat; | ||
488 | background-position: 1px 2px; | ||
495 | } | 489 | } |
496 | 490 | .alignTopIcon { | |
497 | .bottomAlignUp { | 491 | background-image: url("../images/tools/AlignTop.png"); |
498 | |||
499 | @include background-pos(10,2,26px,23px); | ||
500 | } | 492 | } |
501 | 493 | ||
502 | .verticalLeftUp { | 494 | .alignMiddleIcon { |
503 | 495 | background-image: url("../images/tools/AlignMiddle.png"); | |
504 | @include background-pos(11,2,26px,23px); | ||
505 | } | 496 | } |
506 | 497 | ||
507 | .verticalCenterUp { | 498 | .alignBottomIcon { |
508 | 499 | background-image: url("../images/tools/AlignBottom.png"); | |
509 | @include background-pos(12,2,26px,23px); | ||
510 | } | 500 | } |
511 | 501 | ||
512 | .verticalRightUp { | 502 | .alignLeftIcon { |
513 | 503 | background-image: url("../images/tools/AlignLeft.png"); | |
514 | @include background-pos(13,2,26px,23px); | ||
515 | } | 504 | } |
516 | 505 | ||
517 | .distRightUp { | 506 | .alignCenterIcon { |
507 | background-image: url("../images/tools/AlignCenter.png"); | ||
508 | } | ||
518 | 509 | ||
519 | @include background-pos(0,3,26px,23px); | 510 | .alignRightIcon { |
511 | background-image: url("../images/tools/AlignRight.png"); | ||
520 | } | 512 | } |
521 | 513 | ||
522 | .distLeftUp { | 514 | .arrangeBringForwardIcon { |
515 | background-image: url("../images/tools/ArrangeBringForward.png"); | ||
516 | } | ||
523 | 517 | ||
524 | @include background-pos(14,2,26px,23px); | 518 | .arrangeSendBackwardIcon { |
519 | background-image: url("../images/tools/ArrangeSendBackward.png"); | ||
525 | } | 520 | } |
526 | 521 | ||
527 | .distCenterUp { | 522 | .arrangeBringToFrontIcon { |
523 | background-image: url("../images/tools/ArrangeBringToFront.png"); | ||
524 | } | ||
528 | 525 | ||
529 | @include background-pos(2,3,26px,23px); | 526 | .arrangeSendToBackIcon { |
527 | background-image: url("../images/tools/ArrangeSendToBack.png"); | ||
530 | } | 528 | } |
531 | 529 | ||
532 | .distTopUp { | 530 | .distTopIcon { |
531 | background-image: url("../images/tools/DistTop.png"); | ||
532 | } | ||
533 | 533 | ||
534 | @include background-pos(1,3,26px,23px); | 534 | .distMiddleIcon { |
535 | background-image: url("../images/tools/DistMiddle.png"); | ||
535 | } | 536 | } |
536 | 537 | ||
537 | .distBottomUp { | 538 | .distBottomIcon { |
539 | background-image: url("../images/tools/DistBottom.png"); | ||
540 | } | ||
538 | 541 | ||
539 | @include background-pos(3,3,26px,23px); | 542 | .distLeftIcon { |
543 | background-image: url("../images/tools/DistLeft.png"); | ||
540 | } | 544 | } |
541 | 545 | ||
542 | .distVCenterUp { | 546 | .distCenterIcon { |
547 | background-image: url("../images/tools/DistCenter.png"); | ||
548 | } | ||
543 | 549 | ||
544 | @include background-pos(15,2,26px,23px); | 550 | .distRightIcon { |
551 | background-image: url("../images/tools/DistRight.png"); | ||
545 | } \ No newline at end of file | 552 | } \ No newline at end of file |