contour 2.2.0.beta1 → 2.2.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,82 +0,0 @@
1
- .bootstrap-timepicker.dropdown-menu {
2
- border-radius: 4px 4px 4px 4px;
3
- display: none;
4
- left: 0;
5
- margin-top: 1px;
6
- padding: 4px;
7
- top: 0;
8
- min-width: 10px;
9
- z-index: 99999;
10
- }
11
- .bootstrap-timepicker.dropdown-menu.open {
12
- display: inline-block;
13
- }
14
- .bootstrap-timepicker.dropdown-menu:before {
15
- border-bottom: 7px solid rgba(0, 0, 0, 0.2);
16
- border-left: 7px solid transparent;
17
- border-right: 7px solid transparent;
18
- content: "";
19
- left: 6px;
20
- position: absolute;
21
- top: -7px;
22
- }
23
- .bootstrap-timepicker.dropdown-menu:after {
24
- border-bottom: 6px solid #FFFFFF;
25
- border-left: 6px solid transparent;
26
- border-right: 6px solid transparent;
27
- content: "";
28
- left: 7px;
29
- position: absolute;
30
- top: -6px;
31
- }
32
- .bootstrap-timepicker.modal {
33
- margin-left: -100px;
34
- margin-top: 0;
35
- top: 30%;
36
- width: 200px;
37
- }
38
- .bootstrap-timepicker.modal .modal-content {
39
- padding: 0;
40
- }
41
- .bootstrap-timepicker table {
42
- margin: 0;
43
- width: 100%;
44
- }
45
- .bootstrap-timepicker table td {
46
- height: 30px;
47
- margin: 0;
48
- padding: 2px;
49
- text-align: center;
50
- }
51
- .bootstrap-timepicker table td span {
52
- width: 100%;
53
- }
54
- .bootstrap-timepicker table td a {
55
- border: 1px solid transparent;
56
- display: inline-block;
57
- margin: 0;
58
- outline: 0 none;
59
- padding: 8px 0;
60
- width: 3em;
61
- }
62
- .bootstrap-timepicker table td a:hover {
63
- background-color: #EEEEEE;
64
- border-color: #DDDDDD;
65
- border-radius: 4px 4px 4px 4px;
66
- }
67
- .bootstrap-timepicker table td a i {
68
- margin-top: 2px;
69
- }
70
- .bootstrap-timepicker table td input {
71
- margin: 0;
72
- text-align: center;
73
- width: 25px;
74
- }
75
- .bootstrap-timepicker-component .add-on {
76
- cursor: pointer;
77
- }
78
- .bootstrap-timepicker-component .add-on i {
79
- display: block;
80
- height: 16px;
81
- width: 16px;
82
- }