diff options
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_Tools.scss | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss index 24846138..c2d2498a 100755 --- a/scss/imports/scss/_Tools.scss +++ b/scss/imports/scss/_Tools.scss | |||
@@ -114,28 +114,28 @@ | |||
114 | opacity:1; | 114 | opacity:1; |
115 | } | 115 | } |
116 | 116 | ||
117 | .cornerRadius.topLeft | 117 | .cornerRadius.topLeft { |
118 | { | ||
119 | -webkit-transform: rotate(0deg); | 118 | -webkit-transform: rotate(0deg); |
119 | margin-top: 1px; | ||
120 | margin-right: 3px; | ||
120 | } | 121 | } |
121 | 122 | ||
122 | .cornerRadius.topRight | 123 | .cornerRadius.topRight { |
123 | { | ||
124 | -webkit-transform: rotate(90deg); | 124 | -webkit-transform: rotate(90deg); |
125 | // margin-right : -2px; | 125 | margin-right: 3px; |
126 | margin-top: 1px; | ||
126 | } | 127 | } |
127 | 128 | ||
128 | .cornerRadius.bottomLeft | 129 | .cornerRadius.bottomLeft { |
129 | { | ||
130 | // margin-top: 3px; | ||
131 | -webkit-transform: rotate(270deg); | 130 | -webkit-transform: rotate(270deg); |
131 | margin-right: 2px; | ||
132 | margin-top: -1px; | ||
132 | } | 133 | } |
133 | 134 | ||
134 | .cornerRadius.bottomRight | 135 | .cornerRadius.bottomRight { |
135 | { | ||
136 | // margin-top: 3px; | ||
137 | -webkit-transform: rotate(180deg); | 136 | -webkit-transform: rotate(180deg); |
138 | // margin-right : -2px; | 137 | margin-right: 4px; |
138 | margin-top: -1px; | ||
139 | } | 139 | } |
140 | 140 | ||
141 | #toolOptionsContainer | 141 | #toolOptionsContainer |
@@ -451,66 +451,66 @@ input[type="radio"]:disabled { | |||
451 | } | 451 | } |
452 | 452 | ||
453 | .alignTopIcon { | 453 | .alignTopIcon { |
454 | background-image: url("../images/tools/AlignTop.png"); | 454 | background-image: url("../images/optionsbar/selection/AlignTop.png"); |
455 | } | 455 | } |
456 | 456 | ||
457 | .alignMiddleIcon { | 457 | .alignMiddleIcon { |
458 | background-image: url("../images/tools/AlignMiddle.png"); | 458 | background-image: url("../images/optionsbar/selection/AlignMiddle.png"); |
459 | } | 459 | } |
460 | 460 | ||
461 | .alignBottomIcon { | 461 | .alignBottomIcon { |
462 | background-image: url("../images/tools/AlignBottom.png"); | 462 | background-image: url("../images/optionsbar/selection/AlignBottom.png"); |
463 | } | 463 | } |
464 | 464 | ||
465 | .alignLeftIcon { | 465 | .alignLeftIcon { |
466 | background-image: url("../images/tools/AlignLeft.png"); | 466 | background-image: url("../images/optionsbar/selection/AlignLeft.png"); |
467 | } | 467 | } |
468 | 468 | ||
469 | .alignCenterIcon { | 469 | .alignCenterIcon { |
470 | background-image: url("../images/tools/AlignCenter.png"); | 470 | background-image: url("../images/optionsbar/selection/AlignCenter.png"); |
471 | } | 471 | } |
472 | 472 | ||
473 | .alignRightIcon { | 473 | .alignRightIcon { |
474 | background-image: url("../images/tools/AlignRight.png"); | 474 | background-image: url("../images/optionsbar/selection/AlignRight.png"); |
475 | } | 475 | } |
476 | 476 | ||
477 | .arrangeBringForwardIcon { | 477 | .arrangeBringForwardIcon { |
478 | background-image: url("../images/tools/ArrangeBringForward.png"); | 478 | background-image: url("../images/optionsbar/selection/ArrangeBringForward.png"); |
479 | } | 479 | } |
480 | 480 | ||
481 | .arrangeSendBackwardIcon { | 481 | .arrangeSendBackwardIcon { |
482 | background-image: url("../images/tools/ArrangeSendBackward.png"); | 482 | background-image: url("../images/optionsbar/selection/ArrangeSendBackward.png"); |
483 | } | 483 | } |
484 | 484 | ||
485 | .arrangeBringToFrontIcon { | 485 | .arrangeBringToFrontIcon { |
486 | background-image: url("../images/tools/ArrangeBringToFront.png"); | 486 | background-image: url("../images/optionsbar/selection/ArrangeBringToFront.png"); |
487 | } | 487 | } |
488 | 488 | ||
489 | .arrangeSendToBackIcon { | 489 | .arrangeSendToBackIcon { |
490 | background-image: url("../images/tools/ArrangeSendToBack.png"); | 490 | background-image: url("../images/optionsbar/selection/ArrangeSendToBack.png"); |
491 | } | 491 | } |
492 | 492 | ||
493 | .distTopIcon { | 493 | .distTopIcon { |
494 | background-image: url("../images/tools/DistTop.png"); | 494 | background-image: url("../images/optionsbar/selection/DistTop.png"); |
495 | } | 495 | } |
496 | 496 | ||
497 | .distMiddleIcon { | 497 | .distMiddleIcon { |
498 | background-image: url("../images/tools/DistMiddle.png"); | 498 | background-image: url("../images/optionsbar/selection/DistMiddle.png"); |
499 | } | 499 | } |
500 | 500 | ||
501 | .distBottomIcon { | 501 | .distBottomIcon { |
502 | background-image: url("../images/tools/DistBottom.png"); | 502 | background-image: url("../images/optionsbar/selection/DistBottom.png"); |
503 | } | 503 | } |
504 | 504 | ||
505 | .distLeftIcon { | 505 | .distLeftIcon { |
506 | background-image: url("../images/tools/DistLeft.png"); | 506 | background-image: url("../images/optionsbar/selection/DistLeft.png"); |
507 | } | 507 | } |
508 | 508 | ||
509 | .distCenterIcon { | 509 | .distCenterIcon { |
510 | background-image: url("../images/tools/DistCenter.png"); | 510 | background-image: url("../images/optionsbar/selection/DistCenter.png"); |
511 | } | 511 | } |
512 | 512 | ||
513 | .distRightIcon { | 513 | .distRightIcon { |
514 | background-image: url("../images/tools/DistRight.png"); | 514 | background-image: url("../images/optionsbar/selection/DistRight.png"); |
515 | } | 515 | } |
516 | 516 | ||