aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/text-properties.reel/text-properties.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-30 15:34:16 -0700
committerValerio Virgillito2012-04-30 15:34:16 -0700
commitb8dc3c42715274e61b34dc3c65e023078123f2e2 (patch)
treee9fdd36e82326b1b87930410b89f8c8a10bd8510 /js/components/tools-properties/text-properties.reel/text-properties.html
parente46d154b7821741618bf999c9216761ea36ad003 (diff)
downloadninja-b8dc3c42715274e61b34dc3c65e023078123f2e2.tar.gz
fixing the menu and tool properties
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.html')
-rwxr-xr-xjs/components/tools-properties/text-properties.reel/text-properties.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.html b/js/components/tools-properties/text-properties.reel/text-properties.html
index 03786d76..1e96d349 100755
--- a/js/components/tools-properties/text-properties.reel/text-properties.html
+++ b/js/components/tools-properties/text-properties.reel/text-properties.html
@@ -296,36 +296,36 @@
296 </head> 296 </head>
297 297
298 <body> 298 <body>
299 <div id="textProperties" class="subToolHolderPanel optionsTextTool"> 299 <div data-montage-id="textProperties" class="subToolHolderPanel optionsTextTool">
300 <label class="label" style="display: none">Class:</label> 300 <label class="label" style="display: none">Class:</label>
301 <input id="className" style="display: none" /> 301 <input data-montage-id="className" style="display: none" />
302 <label class="label" style="display: none">Tag:</label> 302 <label class="label" style="display: none">Tag:</label>
303 <select id="tagType" style="display: none"></select> 303 <select data-montage-id="tagType" style="display: none"></select>
304 <label class="label">Font:</label> 304 <label class="label">Font:</label>
305 <select id="fontSelection" class="nj-skinned fontSelection"></select> 305 <select data-montage-id="fontSelection" class="nj-skinned fontSelection"></select>
306 <button id="fontSettings" style="display: none"></button> 306 <button data-montage-id="fontSettings" style="display: none"></button>
307 <label class="label">Size:</label> 307 <label class="label">Size:</label>
308 <select id="fontSize" class="nj-skinned"></select> 308 <select data-montage-id="fontSize" class="nj-skinned"></select>
309 <div class="fontColor"></div> 309 <div class="fontColor"></div>
310 <div class="btnGroup"> 310 <div class="btnGroup">
311 <button id="btnBold" class="btnBold nj-skinned" style="font-weight:bold"></button> 311 <button data-montage-id="btnBold" class="btnBold nj-skinned" style="font-weight:bold"></button>
312 <button id="btnItalic" class="btnItalic nj-skinned" style="font-style: italic;"></button> 312 <button data-montage-id="btnItalic" class="btnItalic nj-skinned" style="font-style: italic;"></button>
313 <button id="btnUnderline" class="btnUnderline nj-skinned" style="text-decoration: underline;"></button> 313 <button data-montage-id="btnUnderline" class="btnUnderline nj-skinned" style="text-decoration: underline;"></button>
314 <button id="btnStrikethrough" class="btnStriketrough nj-skinned" style="text-decoration: line-through;"></button> 314 <button data-montage-id="btnStrikethrough" class="btnStriketrough nj-skinned" style="text-decoration: line-through;"></button>
315 </div> 315 </div>
316 <div class="btnGroup"> 316 <div class="btnGroup">
317 <button id="alignLeft" class="nj-skinned"></button> 317 <button data-montage-id="alignLeft" class="nj-skinned"></button>
318 <button id="alignCenter" class="nj-skinned"></button> 318 <button data-montage-id="alignCenter" class="nj-skinned"></button>
319 <button id="alignRight" class="nj-skinned"></button> 319 <button data-montage-id="alignRight" class="nj-skinned"></button>
320 <button id="alignJustify" class="nj-skinned"></button> 320 <button data-montage-id="alignJustify" class="nj-skinned"></button>
321 </div> 321 </div>
322 <div class="btnGroup"> 322 <div class="btnGroup">
323 <button id="indent" class="nj-skinned"></button> 323 <button data-montage-id="indent" class="nj-skinned"></button>
324 <button id="outdent" class="nj-skinned"></button> 324 <button data-montage-id="outdent" class="nj-skinned"></button>
325 </div> 325 </div>
326 <div class="btnGroup"> 326 <div class="btnGroup">
327 <button id="bulletedList" class="nj-skinned"></button> 327 <button data-montage-id="bulletedList" class="nj-skinned"></button>
328 <button id="numberedList" class="nj-skinned"></button> 328 <button data-montage-id="numberedList" class="nj-skinned"></button>
329 </div> 329 </div>
330 </div> 330 </div>
331 </body> 331 </body>