@@ -3,18 +3,6 @@ img.AngularJS-small {
3
3
height : 25px ;
4
4
}
5
5
6
- /* this is here to avoid the display=block shuffling of ngShow */
7
- .breadcrumb li > * {
8
- float : left;
9
- margin : 0 2px 0 0 ;
10
- }
11
-
12
- .breadcrumb {
13
- padding-top : 6px ;
14
- padding-bottom : 0 ;
15
- line-height : 18px
16
- }
17
-
18
6
.navbar img {
19
7
max-height : 40px ;
20
8
padding-right : 20px ;
@@ -57,27 +45,12 @@ img.AngularJS-small {
57
45
clip : auto;
58
46
}
59
47
60
- .navbar-default .navbar-nav > .active > a ,
61
- .navbar-default .navbar-nav > .active > a : hover ,
62
- .navbar-default .navbar-nav > .active > a : focus {
63
- color : # 1abc9c ;
64
- background-color : # 2c3e50 ;
65
- }
66
-
67
48
.form-control {
68
- /*height: 30px;*/
69
49
margin-bottom : 10px ;
70
50
}
71
51
72
- .breadcrumb li > * {
73
- float : none !important ;
74
- overflow : hidden !important ;
75
- display : inline-block;
76
- }
77
-
78
- /* limit container to tablet width - phone users need to scroll */
79
52
.container-fluid {
80
- min-width : 769 px ;
53
+ min-width : 305 px ;
81
54
}
82
55
83
56
/*control responsive navbar using ng-show, as though it is an "if" in html using 2 media sizes */
@@ -91,45 +64,20 @@ img.AngularJS-small {
91
64
.for-lg-view-hide {
92
65
display : none;
93
66
}
67
+ .form-search {
68
+ margin-right : 10px ;
69
+ }
94
70
}
95
71
96
- /* nav-list was deprecated in the upgrade to BS3, but all doc styling uses it - so copied in css from Bootstrap Flatly 2.3.2 */
97
- .nav-list {
98
- padding-right : 15px ;
99
- padding-left : 15px ;
100
- margin-bottom : 0 ;
101
- }
102
-
103
- .nav-list > li > a ,
104
- .nav-list .nav-header {
105
- margin-right : -15px ;
106
- margin-left : -15px ;
107
- text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.5 );
108
- }
109
-
110
- .nav-list > li > a {
111
- padding : 3px 15px ;
112
- }
113
-
114
- .nav-list > .active > a ,
115
- .nav-list > .active > a : hover ,
116
- .nav-list > .active > a : focus {
117
- color : # ffffff ;
118
- text-shadow : 0 -1px 0 rgba (0 , 0 , 0 , 0.2 );
119
- background-color : # 1abc9c ;
120
- }
121
-
122
- .nav-list [class ^= "icon-" ],
123
- .nav-list [class *= " icon-" ] {
124
- margin-right : 2px ;
72
+ .nav-pills .nav-stacked li {
73
+ margin : 0 ;
74
+ padding : 2px 15px ;
75
+ overflow : hidden;
76
+ line-height : 1.1em ;
125
77
}
126
78
127
79
/* =============================== */
128
80
129
- .form-search {
130
- margin-right : 10px ;
131
- }
132
-
133
81
.form-search .search-query {
134
82
width : 180px ;
135
83
width : 200px \9;
@@ -174,6 +122,10 @@ img.AngularJS-small {
174
122
padding-bottom : 6px ;
175
123
}
176
124
125
+ .form-search > ul .nav > li .deprecate {
126
+ text-decoration : line-through;
127
+ }
128
+
177
129
.form-search .well {
178
130
border-color : # d3d3d3 ;
179
131
padding : 0 ;
@@ -182,13 +134,14 @@ img.AngularJS-small {
182
134
183
135
.form-search .well .nav-header {
184
136
text-transform : none;
185
- padding : 3px 1 px ;
137
+ padding : 3px 15 px ;
186
138
margin : 0 ;
187
139
}
188
140
189
141
.form-search .well .nav-header a {
190
142
text-transform : none;
191
143
color : black;
144
+ padding : 3px 0 ;
192
145
}
193
146
.form-search .well .nav-header a : hover {
194
147
background-color : inherit;
@@ -203,46 +156,29 @@ img.AngularJS-small {
203
156
}
204
157
205
158
.form-search .well .guide {
206
- float : right;
159
+ display : block;
160
+ text-align : right;
207
161
padding-top : 0 ;
208
- color : gray ;
162
+ color : black ;
209
163
}
210
164
211
165
.form-search .module .guide {
166
+ float : right;
212
167
line-height : 20px ;
213
168
color : black;
214
169
font-size : 80% ;
215
170
}
216
171
217
172
.form-search > ul .nav > li > a {
218
173
margin : 0 ;
219
- padding : 3px 15 px ;
174
+ padding : 3px 8 px ;
220
175
display : inline-block;
221
176
}
222
177
223
- .form-control : focus {
224
- border-color : # 1abc9c ;
225
- }
226
-
227
- a {
228
- color : # 1abc9c ;
229
- text-decoration : none;
230
- }
231
-
232
- a : hover ,
233
- a : focus {
234
- color : # 1dd2af ;
235
- text-decoration : underline;
236
- }
237
-
238
178
.guide {
239
179
font-size : 80% ;
240
180
}
241
181
242
- .match > a , .nav > .match > a : hover {
243
- background-color : # dbeaf4 ;
244
- }
245
-
246
182
/* =============================== */
247
183
/* Content */
248
184
/* =============================== */
0 commit comments