anjlab-bootstrap-rails 3.0.0.1 → 3.0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91e6da128210c3baa0a88423a91b7f1cd08749ee
|
4
|
+
data.tar.gz: d854bb5623e03c01a66cf4e34d577319ee50c146
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccdc3a4685dae41d7015a855b4ec89c7927d7a21f6f9e7a814212b72ba121caf2ea18220d17a4a257e1f3041958602606ba5331faad206e27e26fafda18e4e29
|
7
|
+
data.tar.gz: 67568498c4f0b675d94304eef06206dd4bf0e04e13fb6310baa9930a4d0aa281c702973257212b6bdeca75a31a547e0d29efba971d4dced606fe95f8323a8d8a
|
data/README.md
CHANGED
@@ -377,10 +377,10 @@
|
|
377
377
|
.table > thead > tr,
|
378
378
|
.table > tbody > tr,
|
379
379
|
.table > tfoot > tr {
|
380
|
-
> td.#{state},
|
381
|
-
> th.#{state},
|
382
|
-
&.#{state} > td,
|
383
|
-
&.#{state} > th {
|
380
|
+
> td.#{$state},
|
381
|
+
> th.#{$state},
|
382
|
+
&.#{$state} > td,
|
383
|
+
&.#{$state} > th {
|
384
384
|
background-color: $background;
|
385
385
|
border-color: $border;
|
386
386
|
}
|
@@ -389,9 +389,10 @@
|
|
389
389
|
// Hover states for `.table-hover`
|
390
390
|
// Note: this is not available for cells or rows within `thead` or `tfoot`.
|
391
391
|
.table-hover > tbody > tr {
|
392
|
-
> td.#{state}:hover,
|
393
|
-
> th.#{state}:hover,
|
394
|
-
&.#{state}:hover > td
|
392
|
+
> td.#{$state}:hover,
|
393
|
+
> th.#{$state}:hover,
|
394
|
+
&.#{$state}:hover > td,
|
395
|
+
&.#{$state}:hover > th {
|
395
396
|
background-color: darken($background, 5%);
|
396
397
|
border-color: darken($border, 5%);
|
397
398
|
}
|
@@ -203,7 +203,7 @@
|
|
203
203
|
// the nav the full height of the horizontal nav (above 768px).
|
204
204
|
|
205
205
|
.navbar-nav {
|
206
|
-
margin: ($navbar-padding-vertical / 2) -$navbar-padding-horizontal;
|
206
|
+
margin: ($navbar-padding-vertical / 2) (-$navbar-padding-horizontal);
|
207
207
|
|
208
208
|
> li > a {
|
209
209
|
padding-top: 10px;
|
@@ -259,8 +259,12 @@
|
|
259
259
|
// though so that navbar contents properly stack and align in mobile.
|
260
260
|
|
261
261
|
@media (min-width: $grid-float-breakpoint) {
|
262
|
-
.navbar-left
|
263
|
-
|
262
|
+
.navbar-left {
|
263
|
+
float: left !important;
|
264
|
+
}
|
265
|
+
.navbar-right {
|
266
|
+
float: right !important;
|
267
|
+
}
|
264
268
|
}
|
265
269
|
|
266
270
|
|
@@ -279,7 +283,7 @@
|
|
279
283
|
@include box-shadow($shadow);
|
280
284
|
|
281
285
|
// Mixin behavior for optimum display
|
282
|
-
@
|
286
|
+
@extend .form-inline;
|
283
287
|
|
284
288
|
.form-group {
|
285
289
|
@media (max-width: $screen-xs-max) {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anjlab-bootstrap-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0.
|
4
|
+
version: 3.0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yury Korolev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|