aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-07 16:30:19 -0700
committerJohn Mayhew2012-05-07 16:30:19 -0700
commitdb4ba95f50148198759dde503ec1c778184d9dbe (patch)
tree8b79ad58108af2f17d15abc8cdc33d35229ab20d /js/panels/properties.reel/sections/position-and-size.reel/position-and-size.html
parent843d8ea8ee58a54bcb71d7b28dbf78fae153b491 (diff)
parent526e423e4a2734c2b139af23911e912452a4443f (diff)
downloadninja-db4ba95f50148198759dde503ec1c778184d9dbe.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
Conflicts: js/components/layout/tools-list.reel/tools-list.html js/components/layout/tools-properties.reel/tools-properties.html js/components/tools-properties/brush-properties.reel/brush-properties.html js/components/tools-properties/fill-properties.reel/fill-properties.html js/components/tools-properties/pen-properties.reel/pen-properties.html js/components/tools-properties/pencil-properties.reel/pencil-properties.html js/components/tools-properties/selection-properties.reel/selection-properties.html js/components/tools-properties/shape-properties.reel/shape-properties.html js/components/tools-properties/tag-properties.reel/tag-properties.html js/components/tools-properties/text-properties.reel/text-properties.html
Diffstat (limited to 'js/panels/properties.reel/sections/position-and-size.reel/position-and-size.html')
-rwxr-xr-xjs/panels/properties.reel/sections/position-and-size.reel/position-and-size.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.html b/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.html
index 59bbe346..a7aac84e 100755
--- a/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.html
+++ b/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.html
@@ -92,33 +92,33 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
92 </script> 92 </script>
93</head> 93</head>
94<body> 94<body>
95 <div id="section" class="sectional"> 95 <div data-montage-id="section" class="sectional">
96 <section id="position" class="fieldCol"> 96 <section data-montage-id="position" class="fieldCol">
97 <label id="labelX">Left:</label> 97 <label data-montage-id="labelX">Left:</label>
98 <article class="fieldRow twoCol"> 98 <article class="fieldRow twoCol">
99 <div> 99 <div>
100 <div class="inputField"> 100 <div class="inputField">
101 <div id="PosX"></div> 101 <div data-montage-id="PosX"></div>
102 </div> 102 </div>
103 </div> 103 </div>
104 <div> 104 <div>
105 <div> 105 <div>
106 <label id="labelY">Top:</label> 106 <label data-montage-id="labelY">Top:</label>
107 </div> 107 </div>
108 <div class="inputField"> 108 <div class="inputField">
109 <div id="PosY"></div> 109 <div data-montage-id="PosY"></div>
110 </div> 110 </div>
111 </div> 111 </div>
112 </article> 112 </article>
113 </section> 113 </section>
114 <hr /> 114 <hr />
115 <section class="fieldCol"> 115 <section class="fieldCol">
116 <button id="posBound" class="unlock"></button> 116 <button data-montage-id="posBound" id="posBound" class="unlock"></button>
117 <label>Width:</label> 117 <label>Width:</label>
118 <article class="fieldRow twoCol"> 118 <article class="fieldRow twoCol">
119 <div> 119 <div>
120 <div class="inputField"> 120 <div class="inputField">
121 <div id="PosW"></div> 121 <div data-montage-id="PosW"></div>
122 </div> 122 </div>
123 </div> 123 </div>
124 <div> 124 <div>
@@ -126,7 +126,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
126 <label>Height:</label> 126 <label>Height:</label>
127 </div> 127 </div>
128 <div class="inputField"> 128 <div class="inputField">
129 <div id="PosH"></div> 129 <div data-montage-id="PosH"></div>
130 </div> 130 </div>
131 </div> 131 </div>
132 </article> 132 </article>