Skip to content

Commit 8305351

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
gh-pages v4.6.2
1 parent 0e7d6eb commit 8305351

File tree

481 files changed

+11818
-1467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

481 files changed

+11818
-1467
lines changed

docs/css/docs.css

Lines changed: 20 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@ img.AngularJS-small {
33
height: 25px;
44
}
55

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-
186
.navbar img {
197
max-height: 40px;
208
padding-right: 20px;
@@ -57,27 +45,12 @@ img.AngularJS-small {
5745
clip: auto;
5846
}
5947

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-
6748
.form-control {
68-
/*height: 30px;*/
6949
margin-bottom: 10px;
7050
}
7151

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 */
7952
.container-fluid {
80-
min-width: 769px;
53+
min-width: 305px;
8154
}
8255

8356
/*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 {
9164
.for-lg-view-hide {
9265
display: none;
9366
}
67+
.form-search {
68+
margin-right: 10px;
69+
}
9470
}
9571

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;
12577
}
12678

12779
/* =============================== */
12880

129-
.form-search {
130-
margin-right: 10px;
131-
}
132-
13381
.form-search .search-query {
13482
width: 180px;
13583
width: 200px \9;
@@ -174,6 +122,10 @@ img.AngularJS-small {
174122
padding-bottom: 6px;
175123
}
176124

125+
.form-search > ul.nav > li.deprecate {
126+
text-decoration: line-through;
127+
}
128+
177129
.form-search .well {
178130
border-color: #d3d3d3;
179131
padding: 0;
@@ -182,13 +134,14 @@ img.AngularJS-small {
182134

183135
.form-search .well .nav-header {
184136
text-transform: none;
185-
padding: 3px 1px;
137+
padding: 3px 15px;
186138
margin: 0;
187139
}
188140

189141
.form-search .well .nav-header a {
190142
text-transform: none;
191143
color: black;
144+
padding: 3px 0;
192145
}
193146
.form-search .well .nav-header a:hover {
194147
background-color: inherit;
@@ -203,46 +156,29 @@ img.AngularJS-small {
203156
}
204157

205158
.form-search .well .guide {
206-
float: right;
159+
display: block;
160+
text-align: right;
207161
padding-top: 0;
208-
color: gray;
162+
color: black;
209163
}
210164

211165
.form-search .module .guide {
166+
float: right;
212167
line-height: 20px;
213168
color: black;
214169
font-size: 80%;
215170
}
216171

217172
.form-search > ul.nav > li > a {
218173
margin: 0;
219-
padding: 3px 15px;
174+
padding: 3px 8px;
220175
display: inline-block;
221176
}
222177

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-
238178
.guide {
239179
font-size: 80%;
240180
}
241181

242-
.match > a, .nav > .match > a:hover {
243-
background-color: #dbeaf4;
244-
}
245-
246182
/* =============================== */
247183
/* Content */
248184
/* =============================== */

0 commit comments

Comments
 (0)