Skip to content

Commit 4fb6ba2

Browse files
committed
docs(*): new deploy (angular-ui/ui-select@89d82b8)
1 parent 0ab1cf3 commit 4fb6ba2

File tree

5 files changed

+130
-119
lines changed

5 files changed

+130
-119
lines changed

assets/docs.css

Lines changed: 126 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ section {
2525
.page-header h1 > small > a {
2626
color: #999;
2727
}
28-
.page-header h1 > small > a:hover {
29-
text-decoration: none;
30-
}
28+
29+
.page-header h1 > small > a:hover {
30+
text-decoration: none;
31+
}
3132

3233
.footer {
3334
text-align: center;
@@ -48,7 +49,6 @@ section {
4849
.bs-social {
4950
text-align: left;
5051
}
51-
5252
}
5353

5454
.nav, .pagination, .carousel, .panel-title a {
@@ -61,21 +61,22 @@ section {
6161
padding-left: 0;
6262
list-style: none;
6363
}
64-
.bs-social-buttons li {
65-
display: inline-block;
66-
padding: 5px 8px;
67-
line-height: 1;
68-
}
64+
65+
.bs-social-buttons li {
66+
display: inline-block;
67+
padding: 5px 8px;
68+
line-height: 1;
69+
}
6970

7071
@media (max-width: 767px) {
7172

7273
.visible-xs.collapse.in {
73-
display: block!important;
74+
display: block !important;
7475
}
76+
7577
.visible-xs.collapse {
76-
display: none!important;
78+
display: none !important;
7779
}
78-
7980
}
8081

8182
.navbar .collapse {
@@ -87,7 +88,7 @@ section {
8788
}
8889

8990
.show-grid {
90-
margin-bottom: 15px;
91+
margin-bottom: 15px;
9192
}
9293

9394
/*
@@ -109,7 +110,7 @@ section {
109110
*/
110111

111112
.code .nav-tabs {
112-
border-bottom: 1px solid #ccc;
113+
border-bottom: 1px solid #ccc;
113114
}
114115

115116
.code pre, .code code {
@@ -118,10 +119,10 @@ border-bottom: 1px solid #ccc;
118119
border-top-right-radius: 0;
119120
}
120121

121-
.code .nav-tabs>li.active>a, .code .nav-tabs>li.active>a:hover, .code .nav-tabs>li.active>a:focus {
122-
background-color: #f8f8f8;
123-
border: 1px solid #ccc;
124-
border-bottom-color: transparent;
122+
.code .nav-tabs > li.active > a, .code .nav-tabs > li.active > a:hover, .code .nav-tabs > li.active > a:focus {
123+
background-color: #f8f8f8;
124+
border: 1px solid #ccc;
125+
border-bottom-color: transparent;
125126
}
126127

127128
/*
@@ -131,10 +132,10 @@ border-bottom-color: transparent;
131132
*/
132133

133134
.btn-outline-inverse {
134-
color: #fff;
135-
background-color: transparent;
136-
border-color: #cdbfe3;
137-
margin: 10px;
135+
color: #fff;
136+
background-color: transparent;
137+
border-color: #cdbfe3;
138+
margin: 10px;
138139
}
139140

140141
@media (min-width: 768px) {
@@ -145,57 +146,61 @@ margin: 10px;
145146
padding: 18px 24px;
146147
font-size: 21px;
147148
}
148-
149149
}
150150

151151
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
152-
color: #563d7c;
153-
text-shadow: none;
154-
background-color: #fff;
155-
border-color: #fff;
152+
color: #563d7c;
153+
text-shadow: none;
154+
background-color: #fff;
155+
border-color: #fff;
156156
}
157157

158158

159159
/* Page headers */
160160
.bs-header {
161-
padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
162-
font-size: 16px;
163-
text-align: center;
164-
text-shadow: 0 1px 0 rgba(0,0,0,.15);
165-
color: #cdbfe3;
166-
background-color: #563d7c;
167-
background-image: url(header.png);
168-
}
169-
.bs-header a {
170-
color: #fff;
171-
font-weight: normal;
172-
}
173-
.bs-header h1 {
174-
color: #fff;
175-
}
176-
.bs-header p {
177-
font-weight: 200;
178-
line-height: 1.4;
179-
}
180-
.bs-header .container {
181-
position: relative;
161+
padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
162+
font-size: 16px;
163+
text-align: center;
164+
text-shadow: 0 1px 0 rgba(0,0,0,.15);
165+
color: #cdbfe3;
166+
background-color: #563d7c;
167+
background-image: url(header.png);
182168
}
183169

170+
.bs-header a {
171+
color: #fff;
172+
font-weight: normal;
173+
}
174+
175+
.bs-header h1 {
176+
color: #fff;
177+
}
178+
179+
.bs-header p {
180+
font-weight: 200;
181+
line-height: 1.4;
182+
}
183+
184+
.bs-header .container {
185+
position: relative;
186+
}
187+
184188
@media (min-width: 768px) {
185-
.bs-header {
186-
font-size: 30px;
187-
text-align: left;
188-
}
189-
.bs-header h1 {
190-
font-size: 100px;
191-
line-height: 1;
192-
}
189+
.bs-header {
190+
font-size: 30px;
191+
text-align: left;
192+
}
193+
194+
.bs-header h1 {
195+
font-size: 100px;
196+
line-height: 1;
197+
}
193198
}
194199

195200
@media (min-width: 992px) {
196-
.bs-header p {
197-
margin-right: 25%;
198-
}
201+
.bs-header p {
202+
margin-right: 25%;
203+
}
199204
}
200205

201206
.navbar-inner {
@@ -212,82 +217,89 @@ border-color: #fff;
212217

213218
/* By default it's not affixed in mobile views, so undo that */
214219
.bs-sidebar.affix {
215-
position: static;
220+
position: static;
216221
}
217222

218223
/* First level of nav */
219224
.bs-sidenav {
220-
margin-top: 30px;
221-
margin-bottom: 30px;
222-
padding-top: 10px;
223-
padding-bottom: 10px;
224-
text-shadow: 0 1px 0 #fff;
225-
background-color: #f7f5fa;
226-
border-radius: 5px;
225+
margin-top: 30px;
226+
margin-bottom: 30px;
227+
padding-top: 10px;
228+
padding-bottom: 10px;
229+
text-shadow: 0 1px 0 #fff;
230+
background-color: #f7f5fa;
231+
border-radius: 5px;
227232
}
228233

229234
/* All levels of nav */
230235
.bs-sidebar .nav > li > a {
231-
display: block;
232-
color: #716b7a;
233-
padding: 5px 20px;
234-
}
235-
.bs-sidebar .nav > li > a:hover,
236-
.bs-sidebar .nav > li > a:focus {
237-
text-decoration: none;
238-
background-color: #e5e3e9;
239-
border-right: 1px solid #dbd8e0;
236+
display: block;
237+
color: #716b7a;
238+
padding: 5px 20px;
240239
}
240+
241+
.bs-sidebar .nav > li > a:hover,
242+
.bs-sidebar .nav > li > a:focus {
243+
text-decoration: none;
244+
background-color: #e5e3e9;
245+
border-right: 1px solid #dbd8e0;
246+
}
247+
241248
.bs-sidebar .nav > .active > a,
242249
.bs-sidebar .nav > .active:hover > a,
243250
.bs-sidebar .nav > .active:focus > a {
244-
font-weight: bold;
245-
color: #563d7c;
246-
background-color: transparent;
247-
border-right: 1px solid #563d7c;
251+
font-weight: bold;
252+
color: #563d7c;
253+
background-color: transparent;
254+
border-right: 1px solid #563d7c;
248255
}
249256

250257
/* Nav: second level (shown on .active) */
251258
.bs-sidebar .nav .nav {
252-
display: none; /* Hide by default, but at >768px, show it */
253-
margin-bottom: 8px;
254-
}
255-
.bs-sidebar .nav .nav > li > a {
256-
padding-top: 3px;
257-
padding-bottom: 3px;
258-
padding-left: 30px;
259-
font-size: 90%;
259+
display: none; /* Hide by default, but at >768px, show it */
260+
margin-bottom: 8px;
260261
}
261262

263+
.bs-sidebar .nav .nav > li > a {
264+
padding-top: 3px;
265+
padding-bottom: 3px;
266+
padding-left: 30px;
267+
font-size: 90%;
268+
}
269+
262270
/* Show and affix the side nav when space allows it */
263271
@media (min-width: 992px) {
264-
.bs-sidebar .nav > .active > ul {
265-
display: block;
266-
}
267-
/* Widen the fixed sidebar */
268-
.bs-sidebar.affix,
269-
.bs-sidebar.affix-bottom {
270-
width: 213px;
271-
}
272-
.bs-sidebar.affix {
273-
position: fixed; /* Undo the static from mobile first approach */
274-
top: 80px;
275-
}
276-
.bs-sidebar.affix-bottom {
277-
position: absolute; /* Undo the static from mobile first approach */
278-
}
279-
.bs-sidebar.affix-bottom .bs-sidenav,
280-
.bs-sidebar.affix .bs-sidenav {
281-
margin-top: 0;
282-
margin-bottom: 0;
283-
}
272+
.bs-sidebar .nav > .active > ul {
273+
display: block;
274+
}
275+
/* Widen the fixed sidebar */
276+
.bs-sidebar.affix,
277+
.bs-sidebar.affix-bottom {
278+
width: 213px;
279+
}
280+
281+
.bs-sidebar.affix {
282+
position: fixed; /* Undo the static from mobile first approach */
283+
top: 80px;
284+
}
285+
286+
.bs-sidebar.affix-bottom {
287+
position: absolute; /* Undo the static from mobile first approach */
288+
}
289+
290+
.bs-sidebar.affix-bottom .bs-sidenav,
291+
.bs-sidebar.affix .bs-sidenav {
292+
margin-top: 0;
293+
margin-bottom: 0;
294+
}
284295
}
296+
285297
@media (min-width: 1200px) {
286-
/* Widen the fixed sidebar again */
287-
.bs-sidebar.affix-bottom,
288-
.bs-sidebar.affix {
289-
width: 263px;
290-
}
298+
/* Widen the fixed sidebar again */
299+
.bs-sidebar.affix-bottom,
300+
.bs-sidebar.affix {
301+
width: 263px;
302+
}
291303
}
292304

293305

@@ -324,5 +336,4 @@ border-color: #fff;
324336
margin-right: 5px;
325337
margin-left: 10px;
326338
}
327-
328-
}
339+
}

dist/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.16.1 - 2016-04-02T21:35:09.897Z
4+
* Version: 0.16.1 - 2016-04-04T19:18:06.621Z
55
* License: MIT
66
*/
77

dist/select.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)