diff options
Diffstat (limited to 'css/ninja.css')
-rwxr-xr-x | css/ninja.css | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/css/ninja.css b/css/ninja.css index b281632e..a7aab886 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -701,13 +701,13 @@ nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul | |||
701 | 701 | ||
702 | .cornerRadius:hover, .cornerRadius:active { opacity: 1; } | 702 | .cornerRadius:hover, .cornerRadius:active { opacity: 1; } |
703 | 703 | ||
704 | .cornerRadius.topLeft { -webkit-transform: rotate(0deg); } | 704 | .cornerRadius.topLeft { -webkit-transform: rotate(0deg); margin-top: 1px; margin-right: 3px; } |
705 | 705 | ||
706 | .cornerRadius.topRight { -webkit-transform: rotate(90deg); } | 706 | .cornerRadius.topRight { -webkit-transform: rotate(90deg); margin-right: 3px; margin-top: 1px; } |
707 | 707 | ||
708 | .cornerRadius.bottomLeft { -webkit-transform: rotate(270deg); } | 708 | .cornerRadius.bottomLeft { -webkit-transform: rotate(270deg); margin-right: 2px; margin-top: -1px; } |
709 | 709 | ||
710 | .cornerRadius.bottomRight { -webkit-transform: rotate(180deg); } | 710 | .cornerRadius.bottomRight { -webkit-transform: rotate(180deg); margin-right: 4px; margin-top: -1px; } |
711 | 711 | ||
712 | #toolOptionsContainer { display: inline; float: left; } | 712 | #toolOptionsContainer { display: inline; float: left; } |
713 | 713 | ||
@@ -819,37 +819,37 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
819 | 819 | ||
820 | .selectionToolIcon { width: 16px; height: 16px; background-repeat: no-repeat; background-position: 1px 2px; } | 820 | .selectionToolIcon { width: 16px; height: 16px; background-repeat: no-repeat; background-position: 1px 2px; } |
821 | 821 | ||
822 | .alignTopIcon { background-image: url("../images/tools/AlignTop.png"); } | 822 | .alignTopIcon { background-image: url("../images/optionsbar/selection/AlignTop.png"); } |
823 | 823 | ||
824 | .alignMiddleIcon { background-image: url("../images/tools/AlignMiddle.png"); } | 824 | .alignMiddleIcon { background-image: url("../images/optionsbar/selection/AlignMiddle.png"); } |
825 | 825 | ||
826 | .alignBottomIcon { background-image: url("../images/tools/AlignBottom.png"); } | 826 | .alignBottomIcon { background-image: url("../images/optionsbar/selection/AlignBottom.png"); } |
827 | 827 | ||
828 | .alignLeftIcon { background-image: url("../images/tools/AlignLeft.png"); } | 828 | .alignLeftIcon { background-image: url("../images/optionsbar/selection/AlignLeft.png"); } |
829 | 829 | ||
830 | .alignCenterIcon { background-image: url("../images/tools/AlignCenter.png"); } | 830 | .alignCenterIcon { background-image: url("../images/optionsbar/selection/AlignCenter.png"); } |
831 | 831 | ||
832 | .alignRightIcon { background-image: url("../images/tools/AlignRight.png"); } | 832 | .alignRightIcon { background-image: url("../images/optionsbar/selection/AlignRight.png"); } |
833 | 833 | ||
834 | .arrangeBringForwardIcon { background-image: url("../images/tools/ArrangeBringForward.png"); } | 834 | .arrangeBringForwardIcon { background-image: url("../images/optionsbar/selection/ArrangeBringForward.png"); } |
835 | 835 | ||
836 | .arrangeSendBackwardIcon { background-image: url("../images/tools/ArrangeSendBackward.png"); } | 836 | .arrangeSendBackwardIcon { background-image: url("../images/optionsbar/selection/ArrangeSendBackward.png"); } |
837 | 837 | ||
838 | .arrangeBringToFrontIcon { background-image: url("../images/tools/ArrangeBringToFront.png"); } | 838 | .arrangeBringToFrontIcon { background-image: url("../images/optionsbar/selection/ArrangeBringToFront.png"); } |
839 | 839 | ||
840 | .arrangeSendToBackIcon { background-image: url("../images/tools/ArrangeSendToBack.png"); } | 840 | .arrangeSendToBackIcon { background-image: url("../images/optionsbar/selection/ArrangeSendToBack.png"); } |
841 | 841 | ||
842 | .distTopIcon { background-image: url("../images/tools/DistTop.png"); } | 842 | .distTopIcon { background-image: url("../images/optionsbar/selection/DistTop.png"); } |
843 | 843 | ||
844 | .distMiddleIcon { background-image: url("../images/tools/DistMiddle.png"); } | 844 | .distMiddleIcon { background-image: url("../images/optionsbar/selection/DistMiddle.png"); } |
845 | 845 | ||
846 | .distBottomIcon { background-image: url("../images/tools/DistBottom.png"); } | 846 | .distBottomIcon { background-image: url("../images/optionsbar/selection/DistBottom.png"); } |
847 | 847 | ||
848 | .distLeftIcon { background-image: url("../images/tools/DistLeft.png"); } | 848 | .distLeftIcon { background-image: url("../images/optionsbar/selection/DistLeft.png"); } |
849 | 849 | ||
850 | .distCenterIcon { background-image: url("../images/tools/DistCenter.png"); } | 850 | .distCenterIcon { background-image: url("../images/optionsbar/selection/DistCenter.png"); } |
851 | 851 | ||
852 | .distRightIcon { background-image: url("../images/tools/DistRight.png"); } | 852 | .distRightIcon { background-image: url("../images/optionsbar/selection/DistRight.png"); } |
853 | 853 | ||
854 | #toolsPanelContent { width: 40px; } | 854 | #toolsPanelContent { width: 40px; } |
855 | 855 | ||