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 /_scss/imports | |
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 '_scss/imports')
-rw-r--r-- | _scss/imports/scss/_Stage.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_scss/imports/scss/_Stage.scss b/_scss/imports/scss/_Stage.scss index a992b793..09dae3d6 100644 --- a/_scss/imports/scss/_Stage.scss +++ b/_scss/imports/scss/_Stage.scss | |||
@@ -192,3 +192,17 @@ | |||
192 | overflow-x: auto; | 192 | overflow-x: auto; |
193 | overflow-y: auto; | 193 | overflow-y: auto; |
194 | } | 194 | } |
195 | .montage-editor-frame { | ||
196 | position:absolute; | ||
197 | z-index:7; | ||
198 | top: 0; | ||
199 | left:0; | ||
200 | display:none; | ||
201 | -webkit-user-select: initial; | ||
202 | } | ||
203 | .montage-editor { | ||
204 | padding:0px; | ||
205 | word-wrap: normal; | ||
206 | |||
207 | |||
208 | } \ No newline at end of file | ||