aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Materials/materials-popup.reel/materials-popup.css
blob: 299dc5f956ff2b57bf30b4ab13de168ccde4fbbe (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
@charset "UTF-8";
/* <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> */

.materials_popup {
  font-size: 12px;
  text-shadow: 1px 1px 1px #000;
    overflow: hidden;
}

.materials_popup a:hover {
  color: #CCC;
}

.materials_popup hr {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #1d1d1d), color-stop(0.75, #424242));
  border: none;
  height: 2px;
  margin: 4px 0px 4px 0px;
}

#mp_title {
    margin: 4px 0px 0px 0px;
    text-align: center;
}

#mp_preview {
    height: 100px;
    text-align: center;
}

#mp_maps div div,
#mp_maps div div:focus,
#mp_maps div input,
#mp_maps div input:focus {
    margin: 0px 0px 2px 0px;
}

#mp_properties_labels,
#mp_maps_labels {
  display:block;
  float: left;
  width:86px;
  margin: 0px 8px 2px 5px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
}

#mp_properties_labels div,
#mp_maps_labels div {
  float: right;
  clear: left;
  width: auto;
  margin: 0px 0px 3px 0px;
}

#mp_maps_labels div {
  margin: 2px 0px 3px 0px !important;
}

#mp_properties_labels div {
  margin: 6px 0px 6px 0px !important;
}

#mp_properties_colors
{
    float:left;
    width: 24px;
    margin: 0px -8px 0px 10px;
}

#mp_properties_colors button {
  width: 22px;
  height: 22px;
  margin:  2px 0;
}

#mp_properties_colors input.hottext {
  background: none;
  float: right;
  margin: 4px 0px;
  padding: 0px;
  width: 23px;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  text-align: center;
}

#mp_properties_colors input.hottextInput {
  background: #FFF;
  color: #000;
  text-shadow: none;
  border: 1px solid #333;
  margin: 3px -2px 5px 1px;
  padding: 1px;
  text-decoration: none;
  outline: none;
}

#mp_maps_inputs
{
    float: left;
    width: auto;
}

#mp_maps_inputs input {
  float:left;
  clear:both;
  width: 100px;
  background: #555;
  border: 1px solid #333;
  color: #FFF;
  padding: 1px 0px 1px 0px;
  margin: 0px 0px 0px 10px;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #000;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

#mp_maps_inputs input:focus {
  outline: none;
  margin: -1px 0px -1px 10px;
  background: #FFF;
  color: #000;
  text-shadow: none;
}


#mp_buttons {
    clear:both;
    float: left;
    margin: 0px -4px 0px 4px;
    width: 97%;
}

#mp_buttons button {
  height: 22px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

#mp_cancel_btn {
    float: left;
    width: 60px;
}

#mp_ok_btn {
    float: right;
    width: 30px;
}