aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/tag-properties.reel
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-09 18:07:32 -0700
committerJohn Mayhew2012-05-09 18:07:32 -0700
commit18370abcf406c6ab36d5c5f2613cb79e756ff6d2 (patch)
tree7c1c75a974dc593f73149770f94c8d746eb4926f /js/components/tools-properties/tag-properties.reel
parent7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a (diff)
downloadninja-18370abcf406c6ab36d5c5f2613cb79e756ff6d2.tar.gz
-Consolidated many redundant css classes used in the tool options bars
Diffstat (limited to 'js/components/tools-properties/tag-properties.reel')
-rwxr-xr-xjs/components/tools-properties/tag-properties.reel/tag-properties.html26
1 files changed, 9 insertions, 17 deletions
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.html b/js/components/tools-properties/tag-properties.reel/tag-properties.html
index bd4590ce..f92665a7 100755
--- a/js/components/tools-properties/tag-properties.reel/tag-properties.html
+++ b/js/components/tools-properties/tag-properties.reel/tag-properties.html
@@ -37,10 +37,10 @@
37 </head> 37 </head>
38 38
39 <body> 39 <body>
40 <div data-montage-id="tagProperties" class="subToolHolderPanel"> 40 <div data-montage-id="tagProperties" class="subToolHolderPanel toolOptionsFloatChildren">
41 <div data-montage-id="tagToolContainer" class="tagRadioButtons"> 41 <div data-montage-id="tagToolContainer" class="tagRadioButtons toolOptionsFloatChildren">
42 <div class="leftLabel colorCtrlIcon FillTool"></div> 42 <div class="toolColorChipIcon FillTool"></div>
43 <div data-montage-id="fillColorCtrl" class="leftLabel fillColorCtrl"></div> 43 <div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div>
44 <div class="nj-divider divider-vertical">&nbsp;</div> 44 <div class="nj-divider divider-vertical">&nbsp;</div>
45 45
46 <input type="radio" data-montage-id="divTool" class="tag-type divTool" title="Div Element" name="TagRadios" checked/> 46 <input type="radio" data-montage-id="divTool" class="tag-type divTool" title="Div Element" name="TagRadios" checked/>
@@ -51,15 +51,13 @@
51 51
52 <div class="nj-divider divider-vertical">&nbsp;</div> 52 <div class="nj-divider divider-vertical">&nbsp;</div>
53 53
54 <div id="classNameContainer" class="leftLabel"> 54 <div id="classNameContainer">
55 <label class="label"> Class: 55 <label class="label"> Class:</label>
56 <input data-montage-id="className" type="text" name="ClassNameTextBox" class="textBox nj-skinned"> 56 <input data-montage-id="className" type="text" name="ClassNameTextBox" class="textBox nj-skinned"/>
57 </label>
58 </div> 57 </div>
59 58
60 <div id="customContainer" class="leftLabel" style="padding-top: 3px;"> 59 <div id="customContainer">
61 <label class="label"> Tag Name:</label> 60 <label class="label"> Tag Name:</label>
62
63 <select data-montage-id="customTagCB" class="nj-skinned"> 61 <select data-montage-id="customTagCB" class="nj-skinned">
64 <option>article</option> 62 <option>article</option>
65 <option>aside</option> 63 <option>aside</option>
@@ -67,11 +65,8 @@
67 </select> 65 </select>
68 </div> 66 </div>
69 67
70 68 <div id="positionContainer">
71
72 <div id="positionContainer" class="leftLabel" style="padding-top: 3px;">
73 <label class="label"> Position:</label> 69 <label class="label"> Position:</label>
74
75 <select data-montage-id="positionCB" class="nj-skinned"> 70 <select data-montage-id="positionCB" class="nj-skinned">
76 <option>Static</option> 71 <option>Static</option>
77 <option>Absolute</option> 72 <option>Absolute</option>
@@ -79,10 +74,7 @@
79 <option>Fixed</option> 74 <option>Fixed</option>
80 <option>Inherit</option> 75 <option>Inherit</option>
81 </select> 76 </select>
82
83 </div> 77 </div>
84
85
86 </div> 78 </div>
87 </div> 79 </div>
88 </body> 80 </body>