aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui/input-group.reel/input-group.css
blob: 5707b17eaf66135d5be009efd4d59703dbfe81c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */

.propControl .inputRow div
{
    float: left;
}

.propControl div div .propControl
{
    width: auto !important;
}

.propControl .inputRow div .prop-label
{
    width: 20px;
    float:left;
    margin: 3px 4px 2px 0;
}

.propControl .inputRow div .hottext,
.propControl .inputRow div .hottextInput,
.prop-controller .nj-skinned,
.prop-controller .hottext,
.prop-controller .hottextInput
{
    border: 1px solid black;
    width: 30px !important;
    float:left;
    margin: 2px 0;
    text-align: center;
}

.prop-controller .file-path
{
    width: 170px !important;
}

.propControl .inputRow div.propControl
{
    float:left;
    margin: 2px 0;
}