diff options
author | John Mayhew | 2012-05-07 14:30:47 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-07 14:30:47 -0700 |
commit | 29ad6355ef60cfb3b3fc7f780504f3ed30845883 (patch) | |
tree | bbe2dcd46c98db8138ad0a8f0263ef33324d7669 /js/components/tools-properties/brush-properties.reel/brush-properties.css | |
parent | 1a759361b82127f9d5c1428dc889fffdf2daaf86 (diff) | |
download | ninja-29ad6355ef60cfb3b3fc7f780504f3ed30845883.tar.gz |
More implementation of moving color chips to the individual subtools.
Removed the tool color bar
Added new icons for inkbottle
Removed Pencil tool
Removed Inkbottle tool
Added chips to the pen, brush and tag tools
Aligned controls in several subtools
Diffstat (limited to 'js/components/tools-properties/brush-properties.reel/brush-properties.css')
-rwxr-xr-x | js/components/tools-properties/brush-properties.reel/brush-properties.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.css b/js/components/tools-properties/brush-properties.reel/brush-properties.css index 7f1b0f7f..0912dd7e 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.css +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.css | |||
@@ -3,4 +3,26 @@ | |||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | 3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> |
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
5 | </copyright> */ | 5 | </copyright> */ |
6 | |||
7 | .optionsBrushTool { | ||
8 | padding: 6px; | ||
9 | } | ||
6 | 10 | ||
11 | .optionsBrushTool > * { | ||
12 | float:left; | ||
13 | } | ||
14 | |||
15 | .optionsBrushTool .fillColorCtrl { | ||
16 | width: 20px; | ||
17 | height: 18px; | ||
18 | margin-left: 3px; | ||
19 | margin-right: 8px; | ||
20 | border: 1px black solid; | ||
21 | } | ||
22 | |||
23 | .optionsBrushTool .colorCtrlIcon { | ||
24 | width: 20px; | ||
25 | height: 20px; | ||
26 | -webkit-transform: scale(0.8); | ||
27 | background-color: rgb(40, 40, 40); | ||
28 | } \ No newline at end of file | ||