aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/text-properties.reel/text-properties.css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-13 02:05:07 -0800
committerArmen Kesablyan2012-02-13 02:05:07 -0800
commit0bb13001ce07e5256a6e395325a898ab4ac93e1c (patch)
treef23c62b455a379fd99a29d9ed5d3c4f4ff760f5b /js/components/tools-properties/text-properties.reel/text-properties.css
parentce963d45cdf2703d2d4eedfa94394b178f86e0f1 (diff)
downloadninja-0bb13001ce07e5256a6e395325a898ab4ac93e1c.tar.gz
Fixed Color on text edit. Also Fixed Indent & Outdent button. toggle bullet and numbered now bound to text tool
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.css')
-rw-r--r--js/components/tools-properties/text-properties.reel/text-properties.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.css b/js/components/tools-properties/text-properties.reel/text-properties.css
index 6aa61812..f7bb8295 100644
--- a/js/components/tools-properties/text-properties.reel/text-properties.css
+++ b/js/components/tools-properties/text-properties.reel/text-properties.css
@@ -12,6 +12,10 @@
12 padding: 0px 8px; 12 padding: 0px 8px;
13} 13}
14 14
15.optionsTextTool select {
16 margin: 2px;
17}
18
15.optionsTextTool > *, .optionsTextTool .btnGroup > * { 19.optionsTextTool > *, .optionsTextTool .btnGroup > * {
16 float:left; 20 float:left;
17} 21}