diff options
author | Armen Kesablyan | 2012-02-02 19:03:59 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-02 19:03:59 -0800 |
commit | 2082fa6912eec2ffabd2081b7706e8e1b88a9711 (patch) | |
tree | fe21ab1445a3242d252b38b6affa6cd09a1860b1 /css | |
parent | 302e3eb01037ff550bc93547cb8d5d0a0780b312 (diff) | |
download | ninja-2082fa6912eec2ffabd2081b7706e8e1b88a9711.tar.gz |
Initial Text Tool Implementation
Has rich-text-editor in place need to place with finalized version when complete
Diffstat (limited to 'css')
-rw-r--r-- | css/ninja.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/ninja.css b/css/ninja.css index 2fcb1380..7bc4c80e 100644 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -271,6 +271,10 @@ background: transparent; | |||
271 | 271 | ||
272 | #mainContent .CodeMirror-scroll { height: 100%; overflow: scroll; overflow-x: auto; overflow-y: auto; } | 272 | #mainContent .CodeMirror-scroll { height: 100%; overflow: scroll; overflow-x: auto; overflow-y: auto; } |
273 | 273 | ||
274 | .montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; } | ||
275 | |||
276 | .montage-editor { padding: 0px; word-wrap: normal; } | ||
277 | |||
274 | /* PanelUI.scss Styles governing the panels in the UI. Note that colors and font definitions go in _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss */ | 278 | /* PanelUI.scss Styles governing the panels in the UI. Note that colors and font definitions go in _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss */ |
275 | /* layout for the container of all panels within a dock area */ | 279 | /* layout for the container of all panels within a dock area */ |
276 | .panelContainer { margin: 0px; padding: 0px 0px; position: relative; /* | 280 | .panelContainer { margin: 0px; padding: 0px 0px; position: relative; /* |