aboutsummaryrefslogtreecommitdiff
path: root/scss/imports/scss/_toolbar.scss
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-08 14:47:15 -0700
committerJohn Mayhew2012-05-08 14:47:15 -0700
commitf817f86b8fca14eba6259e40d011c5ad3b854d48 (patch)
treef9064cd74f1bb1f359d9eaf80eb1f3a05e82f68b /scss/imports/scss/_toolbar.scss
parente973618155eeca6b3608c9d303669e20baeaf0ff (diff)
downloadninja-f817f86b8fca14eba6259e40d011c5ad3b854d48.tar.gz
Moved out old select tool image css classes into the proper css file.
Diffstat (limited to 'scss/imports/scss/_toolbar.scss')
-rwxr-xr-xscss/imports/scss/_toolbar.scss65
1 files changed, 0 insertions, 65 deletions
diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss
index a0e4f282..d2e2f766 100755
--- a/scss/imports/scss/_toolbar.scss
+++ b/scss/imports/scss/_toolbar.scss
@@ -133,68 +133,3 @@
133 background-image:url("../images/tools/Tool-FillColor.png"); 133 background-image:url("../images/tools/Tool-FillColor.png");
134} 134}
135 135
136// Selection Tool Options
137.topAlignUp {
138
139 @include background-pos(8,2,26px,23px);
140}
141
142.rightAlignUp {
143
144 @include background-pos(9,2,26px,23px);
145}
146
147.bottomAlignUp {
148
149 @include background-pos(10,2,26px,23px);
150}
151
152.verticalLeftUp {
153
154 @include background-pos(11,2,26px,23px);
155}
156
157.verticalCenterUp {
158
159 @include background-pos(12,2,26px,23px);
160}
161
162.verticalRightUp {
163
164 @include background-pos(13,2,26px,23px);
165}
166
167.distRightUp {
168
169 @include background-pos(0,3,26px,23px);
170}
171
172.distLeftUp {
173
174 @include background-pos(14,2,26px,23px);
175}
176
177.distCenterUp {
178
179 @include background-pos(2,3,26px,23px);
180}
181
182.distTopUp {
183
184 @include background-pos(1,3,26px,23px);
185}
186
187.distBottomUp {
188
189 @include background-pos(3,3,26px,23px);
190}
191
192.distVCenterUp {
193
194 @include background-pos(15,2,26px,23px);
195}
196
197.bucketToolUp {
198 @include background-pos(11,0,26px,23px);
199}
200