diff options
author | Ananya Sen | 2012-05-01 13:49:47 -0700 |
---|---|---|
committer | Ananya Sen | 2012-05-01 13:49:47 -0700 |
commit | a1eec717b536f2f483983f094bd11bd6aa8f4691 (patch) | |
tree | ace6e45f602c7c568ac68521a8984a674aa30571 /js/code-editor | |
parent | c360d1a5cfe894591ae65f892ead11d0ca537b18 (diff) | |
download | ninja-a1eec717b536f2f483983f094bd11bd6aa8f4691.tar.gz |
disable format button for now
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/code-editor')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css | 1 | ||||
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css index a2469070..6130382b 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css | |||
@@ -83,6 +83,7 @@ | |||
83 | padding:5px; | 83 | padding:5px; |
84 | background-color: #313131; | 84 | background-color: #313131; |
85 | width:200px; | 85 | width:200px; |
86 | cursor: text; | ||
86 | } | 87 | } |
87 | 88 | ||
88 | .viewOptions .shortKeys .list div{ | 89 | .viewOptions .shortKeys .list div{ |
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html index d207ea23..0f335625 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |||
@@ -54,7 +54,7 @@ | |||
54 | <span>Automatic Completion</span> | 54 | <span>Automatic Completion</span> |
55 | </div> | 55 | </div> |
56 | <div class="floatButtons"> | 56 | <div class="floatButtons"> |
57 | <button id="format" value="format" class="nj-skinned format">Format</button> | 57 | <button disabled="disabled" id="format" value="format" class="nj-skinned format">Format</button> |
58 | <button id="comment" value="comment" class="nj-skinned format">comment</button> | 58 | <button id="comment" value="comment" class="nj-skinned format">comment</button> |
59 | <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> | 59 | <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> |
60 | </div> | 60 | </div> |