diff options
author | Jon Reid | 2012-05-22 10:40:40 -0700 |
---|---|---|
committer | Jon Reid | 2012-05-22 10:40:40 -0700 |
commit | d43a3179171a9f82c7a17425ec69ff0a4d571f10 (patch) | |
tree | 1c78ccc588f04bac9bff4de82e527a128162cf4f | |
parent | 1324301feea23f9d66c9ca2f52e004b552e9ed96 (diff) | |
parent | 0b6dfbbc7f6c0a67bd415ee8d64685b3f209edfa (diff) | |
download | ninja-d43a3179171a9f82c7a17425ec69ff0a4d571f10.tar.gz |
Merge remote-tracking branch 'ninja-jduran/TimelineUber' into timeline-local
95 files changed, 2430 insertions, 2308 deletions
diff --git a/css/ninja.css b/css/ninja.css index cd7a35ab..682dfc9d 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,25 @@ 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 | 669 | ||
674 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } | 670 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); margin-top: -4px; } |
675 | 671 | ||
676 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } | 672 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } |
677 | 673 | ||
678 | .toolSeparator { height: 1px; width: 30px; } | 674 | .toolOptionsFloatChildren > * { float: left; } |
679 | 675 | ||
680 | .toolSeparatorTop { margin-top: 3px; margin-bottom: 0px; } | 676 | .toolOptionsSpacer { margin-right: 9px; } |
681 | 677 | ||
682 | .toolSeparatorMiddle { margin-top: 0px; margin-bottom: 0px; } | 678 | .toolColorChipCtrl { width: 18px; height: 18px; margin-top: 1px; margin-left: 3px; margin-right: 8px; border: 1px black solid; } |
683 | 679 | ||
684 | .toolSeparatorBottom { margin-top: 0px; margin-bottom: 3px; } | 680 | .toolColorChipIcon { width: 20px; height: 20px; margin-top: 1px; -webkit-transform: scale(0.8); background-color: #282828; } |
685 | 681 | ||
686 | .toolImageBase { padding: 0px; width: 26px; height: 23px; opacity: 0.7; background-repeat: no-repeat; } | 682 | .subToolHolderPanel input.toolOptsRadioButton { width: 24px; height: 24px; margin: 0px 5px 0px 0px; padding: 0px; cursor: pointer; border-radius: 3px; -webkit-user-select: none; border: 1px solid transparent; background: none; background-repeat: no-repeat; background-position: center center; -webkit-transform: scale(0.9); } |
687 | 683 | ||
688 | .toolImageBase:hover { opacity: 1.0; } | 684 | .subToolHolderPanel input.toolOptsRadioButton:hover { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); } |
689 | 685 | ||
690 | .drawingMode { outline: blue solid thin; } | 686 | .subToolHolderPanel input.toolOptsRadioButton:checked { box-shadow: inset 0px 0px 2px 2px #999; background-color: #363636; background-position: center center; background-repeat: no-repeat; -webkit-transform: scale(1); } |
691 | 687 | ||
692 | .textBox { padding-top: 3px; min-width: 10em; margin-left: 5px; position: relative; margin-top: 0px; } | 688 | .textBox { padding-top: 3px; min-width: 10em; margin-left: 5px; position: relative; margin-top: 0px; } |
693 | 689 | ||
@@ -703,13 +699,13 @@ nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul | |||
703 | 699 | ||
704 | .cornerRadius:hover, .cornerRadius:active { opacity: 1; } | 700 | .cornerRadius:hover, .cornerRadius:active { opacity: 1; } |
705 | 701 | ||
706 | .cornerRadius.topLeft { -webkit-transform: rotate(0deg); } | 702 | .cornerRadius.topLeft { -webkit-transform: rotate(0deg); margin-top: 1px; margin-right: 3px; } |
707 | 703 | ||
708 | .cornerRadius.topRight { -webkit-transform: rotate(90deg); margin-right: -2px; } | 704 | .cornerRadius.topRight { -webkit-transform: rotate(90deg); margin-right: 3px; margin-top: 1px |