diff options
75 files changed, 2397 insertions, 2202 deletions
diff --git a/css/ninja.css b/css/ninja.css index cd7a35ab..309c3ccd 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -518,10 +518,6 @@ div.pp-button.button-divider div { height: 1px; width: 24px; background-color: b | |||
518 | 518 | ||
519 | #pp-container-assets input.inline-editor { height: 11px; width: 80%; background-color: #242424 !important; color: #b2b2b2 !important; top: -2px; border-width: 0px; font-size: 11px; } | 519 | #pp-container-assets input.inline-editor { height: 11px; width: 80%; background-color: #242424 !important; color: #b2b2b2 !important; top: -2px; border-width: 0px; font-size: 11px; } |
520 | 520 | ||
521 | .subToolHolderPanel { margin-left: 42px; } | ||
522 | |||
523 | .subToolPanel { margin-top: -6px; } | ||
524 | |||
525 | .properties_panel { overflow-x: hidden; color: white; } | 521 | .properties_panel { overflow-x: hidden; color: white; } |
526 | 522 | ||
527 | .properties_panel select { -webkit-appearance: none; font-size: 9px; color: white; background-color: #444444; border: 1px solid #313131; width: 120px; height: 15px; outline: none; background-image: url("../images/dropdown-bg.png"); background-repeat: no-repeat; background-position: right center; } | 523 | .properties_panel select { -webkit-appearance: none; font-size: 9px; color: white; background-color: #444444; border: 1px solid #313131; width: 120px; height: 15px; outline: none; background-image: url("../images/dropdown-bg.png"); background-repeat: no-repeat; background-position: right center; } |
@@ -669,25 +665,19 @@ nav.menuBar ul ul, nav.menuBar ul li:hover ul ul, nav.menuBar ul ul li:hover ul | |||
669 | 665 | ||
670 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } | 666 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } |
671 | 667 | ||
672 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); } | 668 | .subToolHolderPanel { margin-left: 42px; padding: 6px; float: left; } |
673 | |||
674 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } | ||
675 | |||
676 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } | ||
677 | |||
678 | .toolSeparator { height: 1px; width: 30px; } | ||
679 | 669 | ||
680 | .toolSeparatorTop { margin-top: 3px; margin-bottom: 0px; } | 670 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); margin-top: -4px; } |
681 | 671 | ||
682 | .toolSeparatorMiddle { margin-top: 0px; margin-bottom: 0px; } | 672 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } |
683 | 673 | ||
684 | .toolSeparatorBottom { margin-top: 0px; margin-bottom: 3px; } | 674 | .toolOptionsFloatChildren > * { float: left; } |
685 | 675 | ||
686 | .toolImageBase { padding: 0px; width: 26px; height: 23px; opacity: 0.7; background-repeat: no-repeat; } | 676 | .toolOptionsSpacer { margin-right: 9px; } |
687 | 677 | ||
688 | .toolImageBase:hover { opacity: 1.0; } | 678 | .toolColorChipCtrl { width: 18px; height: 18px; margin-top: 1px; margin-left: 3px; margin-right: 8px; border: 1px black solid; } |
689 | 679 | ||
690 | .drawingMode { outline: blue solid thin; } | 680 | .toolColorChipIcon { width: 20px; height: 20px; margin-top: 1px; -webkit-transform: scale(0.8); background-color: #282828; } |
691 | 681 | ||
692 | .textBox { padding-top: 3px; min-width: 10em; margin-left: 5px; position: relative; margin-top: 0px; } | 682 | .textBox { padding-top: 3px; min-width: 10em; margin-left: 5px; position: relative; margin-top: 0px; } |
693 | 683 | ||
@@ -703,13 +693,13 @@ nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul | |||
703 | 693 | ||
704 | .cornerRadius:hover, .cornerRadius:active { opacity: 1; } | 694 | .cornerRadius:hover, .cornerRadius:active { opacity: 1; } |
705 | 695 | ||
706 | .cornerRadius.topLeft { -webkit-transform: rotate(0deg); } | 696 | .cornerRadius.topLeft { -webkit-transform: rotate(0deg); margin-top: 1px; margin-right: 3px; } |
707 | 697 | ||
708 | .cornerRadius.topRight { -webkit-transform: rotate(90deg); margin-right: -2px; } | 698 | .cornerRadius.topRight { -webkit-transform: rotate(90deg); margin-right: 3px; margin-top: 1px; } |
709 | 699 | ||
710 | .cornerRadius.bottomLeft { margin-top: 3px; -webkit-transform: rotate(270deg); } | 700 | .cornerRadius.bottomLeft { -webkit-transform: rotate(270deg); margin-right: 2px; margin-top: -1px; } |
711 | 701 | ||
712 | .cornerRadius.bottomRight { margin-top: 3px; -webkit-transform: rotate(180deg); margin-right: -2px; } | 702 | .cornerRadius.bottomRight { -webkit-transform: rotate(180deg); margin-right: 4px; margin-top: -1px; } |
713 | 703 | ||
714 | #toolOptionsContainer { display: inline; float: left; } | 704 | #toolOptionsContainer { display: inline; float: left; } |
715 | 705 | ||
@@ -753,49 +743,41 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
753 | 743 | ||
754 | .optionLabel { margin-top: 5px; } | 744 | .optionLabel { margin-top: 5px; } |
755 | 745 | ||
756 | #tagToolContainer input.tag-type, #rotateObjectToolContainer input.tag-type, #translateObjectToolContainer input.tag-type { background: none; width: 20px; height: 20px; display: block; float: left; margin: 0px; padding: 0px; margin-right: 5px; margin-top: 4px; background-repeat: no-repeat; opacity: 0.8; text-indent: -9999px; cursor: pointer; -webkit-border-radius: 3px; -webkit-user-select: none; border: 1px solid transparent; } | 746 | .tagRadioButtons input.tag-type { background: none; width: 20px; height: 20px; display: block; float: left; margin: 0px; padding: 0px; margin-right: 5px; margin-top: 0px; background-repeat: no-repeat; opacity: 0.8; text-indent: -9999px; cursor: pointer; -webkit-border-radius: 3px; -webkit-user-select: none; border: 1px solid transparent; } |
757 | |||