File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 52
52
"phpunit/phpunit" : " 4.7.*" ,
53
53
"satooshi/php-coveralls" : " dev-master" ,
54
54
"mikey179/vfsStream" : " 1.5.*"
55
- }
55
+ },
56
+ "scripts" : {
57
+ "post-install-cmd" : [
58
+ " ./install.sh"
59
+ ]
60
+ }
56
61
}
Original file line number Diff line number Diff line change 106
106
#form-jobs-list-filter .select2-container.form-control {
107
107
display : inline-block ;
108
108
}
109
- #form-jobs-list-filter .twitter-typeahead {
110
- top : -4px ;
111
- }
Original file line number Diff line number Diff line change 1
- .twitter-typeahead {
2
- // might be needed for the geo plugin. (location autocompletition)
3
- // width: 100%;
4
- }
5
-
6
1
#search-applications-form .tt-input ,
7
2
#search-applications-form .btn-group {
8
3
vertical-align : middle !important ;
33
28
}
34
29
35
30
.tt-cursor {
36
- color : #fff ;
31
+ color : @navbar-inverse-link-color ;
37
32
background-color : @brand-primary ;
38
33
}
34
+
35
+ #form-jobs-list-filter .twitter-typeahead {
36
+ top : -5px ;
37
+ }
You can’t perform that action at this time.
0 commit comments