diff options
Diffstat (limited to 'css/ninja.css')
-rwxr-xr-x | css/ninja.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/css/ninja.css b/css/ninja.css index cd7a35ab..db2497c8 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -118,9 +118,9 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
118 | 118 | ||
119 | #sceneBar { height: 70px; background-color: #474747; } | 119 | #sceneBar { height: 70px; background-color: #474747; } |
120 | 120 | ||
121 | #mainContainer .rulerTop { display: none; background: gray url("../images/temp/ruler-top.png"); height: 15px; margin-bottom: 0px; border-right: 11px solid black; } | 121 | #mainContainer .rulerTop { display: none; background: gray url("../images/temp/ruler-top.png"); height: 15px; margin-bottom: 0px; } |
122 | 122 | ||
123 | .rulerLeft { display: none; background: gray url("../images/temp/ruler-left.png"); width: 16px; border-bottom: 11px solid black; } | 123 | .rulerLeft { display: none; background: gray url("../images/temp/ruler-left.png"); width: 16px; } |
124 | 124 | ||
125 | #stateBar { height: 20px; background-color: #282828; margin-bottom: 0px; } | 125 | #stateBar { height: 20px; background-color: #282828; margin-bottom: 0px; } |
126 | 126 | ||
@@ -863,6 +863,8 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
863 | 863 | ||
864 | .InkBottleTool { background-image: url("../images/tools/Tool-FillColor.png"); } | 864 | .InkBottleTool { background-image: url("../images/tools/Tool-FillColor.png"); } |
865 | 865 | ||
866 | .bindingTool { background-image: url("../images/tools/binding.png"); } | ||
867 | |||
866 | .toolsList .colortoolbar { padding-left: 1px; padding-top: 4px; } | 868 | .toolsList .colortoolbar { padding-left: 1px; padding-top: 4px; } |
867 | 869 | ||
868 | .toolsList .colortoolbar button { width: 27px; height: 27px; background: black; border: 1px solid #000; padding: 0; margin: 0px; } | 870 | .toolsList .colortoolbar button { width: 27px; height: 27px; background: black; border: 1px solid #000; padding: 0; margin: 0px; } |
@@ -987,4 +989,10 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
987 | 989 | ||
988 | .montage-invisible { display: none; } | 990 | .montage-invisible { display: none; } |
989 | 991 | ||
992 | body .panel.ws-binding { display: none; -webkit-box-flex-group: 2; } | ||
993 | |||
994 | body.ws-binding .rightPanelContent .panel { display: none; } | ||
995 | |||
996 | body.ws-binding .rightPanelContent .panel.ws-binding { display: -webkit-box; } | ||
997 | |||
990 | /*77*/ | 998 | /*77*/ |