Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
.twitter-typeahead {
2
  width: 100%;
3
  display: table !important;
4
}
5
 
6
.twitter-typeahead .form-control {
7
  margin: 0 !important;
8
}
9
 
10
.tt-hint,
11
.tt-input {
12
  color: #999;
13
  font-size: 14px;
14
  height: 34px;
15
  padding: 6px 12px;
16
  font-size: 14px;
17
  line-height: 1.428571429;
18
  width: 100%;
19
  -webkit-box-sizing: border-box;
20
     -moz-box-sizing: border-box;
21
          box-sizing: border-box;
22
}
23
 
24
.tt-hint[disabled] {
25
  background-color: #fff !important;
26
}
27
 
28
 
29
.tt-dropdown-menu {
30
  min-width: 160px;
31
  margin-top: 2px;
32
  padding: 5px 0;
33
  background-color: #fff;
34
  border: 1px solid #ebebeb;
35
  -webkit-background-clip: padding-box;
36
     -moz-background-clip: padding;
37
          background-clip: padding-box;
38
  width: 100%;
39
  overflow-y: auto;
40
  max-height: 250px;
41
}
42
 
43
.tt-dropdown-menu h3 {
44
  margin: 5px 0;
45
  padding: 6px 12px;
46
  font-size: 18px;
47
  font-weight: 700;
48
  border-bottom: 1px solid #eee;
49
}
50
 
51
.modal-open .tt-dropdown-menu {
52
  z-index: 10055 !important;
53
}
54
 
55
.tt-suggestion {
56
  padding: 6px 12px;
57
  font-size: 14px;
58
  line-height: 16px;
59
}
60
 
61
.tt-suggestion.tt-cursor {
62
  cursor: pointer;
63
  background-color: #eee;
64
 
65
}
66
 
67
.tt-suggestion p {
68
  margin: 0;
69
}