@@ -5,8 +5,8 @@ img.AngularJS-small {
5
5
6
6
/* this is here to avoid the display=block shuffling of ngShow */
7
7
.breadcrumb li > * {
8
- float : left ;
9
- margin : 0 2 px 0 0 ;
8
+ float : none ;
9
+ margin : 0 ;
10
10
}
11
11
12
12
.breadcrumb {
@@ -16,14 +16,23 @@ img.AngularJS-small {
16
16
}
17
17
18
18
.navbar img {
19
- max-height : 40px ;
20
19
padding-right : 20px ;
20
+ height : 35px ;
21
+ width : 57px ;
22
+ margin-top : 8px ;
23
+ margin-right : 0px ;
21
24
}
22
25
23
26
.navbar img + .brand {
24
27
padding : 10px 20px 10px 10px ;
25
28
}
26
29
30
+ .navbar-inverse .navbar-brand {
31
+ color : # fff ;
32
+ padding : 15px 20px 15px 0 ;
33
+ text-transform : uppercase;
34
+ }
35
+
27
36
.clear-navbar {
28
37
margin-top : 60px ;
29
38
}
@@ -78,7 +87,7 @@ img.AngularJS-small {
78
87
79
88
.form-search > ul .nav > li .section {
80
89
background-color : # ebebeb ;
81
- min-height : 14 px ;
90
+ min-height : 23 px ;
82
91
}
83
92
84
93
.form-search > ul .nav > li .first {
@@ -130,6 +139,32 @@ img.AngularJS-small {
130
139
131
140
.form-search .module .guide {
132
141
line-height : 20px ;
142
+ padding-top : 6px ;
143
+ }
144
+
145
+
146
+ .docs-search {
147
+ margin : 10px 0 ;
148
+ padding : 4px 0 4px 20px ;
149
+ background : # fff ;
150
+ border : 1px solid # bbb ;
151
+ vertical-align : middle;
152
+ }
153
+
154
+ .docs-search > .search-query {
155
+ font-size : 14px ;
156
+ border : 0 ;
157
+ width : 80% ;
158
+ color : # 555 ;
159
+ }
160
+
161
+ .docs-search > .search-icon {
162
+ font-size : 15px ;
163
+ margin-right : 10px ;
164
+ }
165
+
166
+ .docs-search > .search-query : focus {
167
+ outline : 0 ;
133
168
}
134
169
135
170
.match > a , .nav > .match > a : hover {
@@ -294,3 +329,7 @@ ul.events > li > h3 {
294
329
.type-hint-number {
295
330
background : rgb (189 , 63 , 66 );
296
331
}
332
+
333
+ .type-hint-function {
334
+ background-color : # 003399 ;
335
+ }
0 commit comments