diff options
author | Valerio Virgillito | 2012-02-14 11:09:16 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-14 11:09:16 -0800 |
commit | 33c805d441abb2f83fd1ac9ee2d3d4282acc009f (patch) | |
tree | 0f6701bb8b4ea952a790c6f3ff03c759ef352206 /js/components/tools-properties/text-properties.reel/text-properties.css | |
parent | f060190a3bffd9a16718f2ce0499699103d46372 (diff) | |
parent | 266f27fc9b2beef0378b2e49e93b5f217b1abde8 (diff) | |
download | ninja-33c805d441abb2f83fd1ac9ee2d3d4282acc009f.tar.gz |
Merge branch 'text-tool' of https://github.com/dhg637/ninja-internal into integration
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.css')
-rwxr-xr-x | js/components/tools-properties/text-properties.reel/text-properties.css | 4 |
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 100755 --- 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 | } |