Skip to content

Commit

Permalink
Updates dist files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Correia committed Feb 11, 2015
1 parent 8db1aea commit f22e76b
Show file tree
Hide file tree
Showing 17 changed files with 905 additions and 953 deletions.
968 changes: 482 additions & 486 deletions dist/css/font-awesome.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/font-awesome.min.css

Large diffs are not rendered by default.

432 changes: 205 additions & 227 deletions dist/css/ink-flex.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/ink-flex.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/ink-ie.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/ink-legacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

html.no-flexbox,
html.no-flexboxlegacy {
font-size: 0.97em;
font-size: 1em;
}
html.no-flexbox .ink-grid,
html.no-flexboxlegacy .ink-grid {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ink-legacy.min.css

Large diffs are not rendered by default.

412 changes: 195 additions & 217 deletions dist/css/ink.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/ink.min.css

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/css/quick-start.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/**
* Ink
*
* A set of tools for quick development of web interfaces.
*
* @package Ink
* @author Sapo Ink Team
* @license http://opensource.org/licenses/MIT MIT
* @link http://ink.sapo.pt
* @version 3.1.3
*/
* Ink
*
* A set of tools for quick development of web interfaces.
*
* @package Ink
* @author Sapo Ink Team
* @license http://opensource.org/licenses/MIT MIT
* @link http://ink.sapo.pt
* @version 3.1.3
*/
/**
* Sets the grids maximum width
* @var $grid-max-width (pixels|ems|percentage)
Expand Down
2 changes: 1 addition & 1 deletion dist/js/ink-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -15330,7 +15330,7 @@ Ink.createModule('Ink.UI.DatePicker', '1', ['Ink.UI.Common_1','Ink.Dom.Event_1',

var parentIsControl = Selector.matchesSelector(
this._element.parentNode,
'.ink-form .control-group .control');
'.ink-form .control-group .control, .ink-form .control-group .control > *');

if (parentIsControl) {
this._wrapper = this._element.parentNode;
Expand Down
2 changes: 1 addition & 1 deletion dist/js/ink-all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ink-all.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ink-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ Ink.createModule('Ink.UI.DatePicker', '1', ['Ink.UI.Common_1','Ink.Dom.Event_1',

var parentIsControl = Selector.matchesSelector(
this._element.parentNode,
'.ink-form .control-group .control');
'.ink-form .control-group .control, .ink-form .control-group .control > *');

if (parentIsControl) {
this._wrapper = this._element.parentNode;
Expand Down
2 changes: 1 addition & 1 deletion dist/js/ink-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ink-ui.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ink.datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Ink.createModule('Ink.UI.DatePicker', '1', ['Ink.UI.Common_1','Ink.Dom.Event_1',

var parentIsControl = Selector.matchesSelector(
this._element.parentNode,
'.ink-form .control-group .control');
'.ink-form .control-group .control, .ink-form .control-group .control > *');

if (parentIsControl) {
this._wrapper = this._element.parentNode;
Expand Down

0 comments on commit f22e76b

Please sign in to comment.