diff options
Diffstat (limited to 'js/components/ui/input-group.reel/input-group.css')
-rw-r--r-- | js/components/ui/input-group.reel/input-group.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/js/components/ui/input-group.reel/input-group.css b/js/components/ui/input-group.reel/input-group.css new file mode 100644 index 00000000..8e2267eb --- /dev/null +++ b/js/components/ui/input-group.reel/input-group.css | |||
@@ -0,0 +1,33 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<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. | ||
5 | </copyright> */ | ||
6 | |||
7 | .propControl .inputRow div | ||
8 | { | ||
9 | float: left; | ||
10 | } | ||
11 | |||
12 | .propControl div div .propControl | ||
13 | { | ||
14 | width: auto !important; | ||
15 | } | ||
16 | |||
17 | .propControl .inputRow div .prop-label | ||
18 | { | ||
19 | width: 20px; | ||
20 | float:left; | ||
21 | margin: 3px 4px 2px 0; | ||
22 | } | ||
23 | |||
24 | .propControl .inputRow div .hottext, | ||
25 | .propControl .inputRow div .hottextInput, | ||
26 | .prop-controller .textfield | ||
27 | { | ||
28 | border: 1px solid black; | ||
29 | width: 30px !important; | ||
30 | float:left; | ||
31 | margin: 2px 0; | ||
32 | text-align: center; | ||
33 | } \ No newline at end of file | ||