meteor-webix icon indicating copy to clipboard operation
meteor-webix copied to clipboard

Missing Webix.css

Open bartonhammond opened this issue 10 years ago • 0 comments

Seems we're missing this css rule which is defined in webix.css inferring we don't have webix.css installed?

.webix_invalid .webix_inp_bottom_label{font-size:13px;color:#fd595f}

Compare css rule for the validation message after pressing Submit here:

http://docs.webix.com/samples/13_form/04_validation/12_validation_message.html

To the css rule for the validation message here after pressing Signin http://gitbook-meteor-webix-project.meteor.com/signin

Here is my meteor list

~/projects/webix/webix-accounts/gitbook-meteor-webix-project (develop)$ meteor list
accounts-google          1.0.6  Login service for Google accounts
accounts-password        1.1.3  Password support for accounts
anti:helpers             0.1.0+ A simple namespacing pattern for global helpers
bhammond:webix-accounts  0.0.8+ A webix user account system
blaze-html-templates     1.0.1  Compile HTML templates into reactive UI with Meteor Blaze
check                    1.0.6  Check whether a value matches a pattern
ecmascript               0.1.5  Compiler plugin that supports ES2015+ in all .js files
ejson                    1.0.7  Extended and Extensible JSON library
email                    1.0.7  Send email messages
es5-shim                 4.1.13  Shims and polyfills to improve ECMAScript 5 support
fortawesome:fontawesome  4.4.0  Font Awesome (official): 500+ scalable vector icons, customizable via CSS, Retina friendly
iron:router              1.0.9  Routing specifically designed for Meteor
jquery                   1.11.4  Manipulate the DOM using CSS selectors
meteor-base              1.0.1  Packages that every Meteor app needs
mobile-experience        1.0.1  Packages for a great mobile user experience
mongo                    1.1.2  Adaptor for using MongoDB and Minimongo over DDP
sacha:spin               2.3.1  Simple spinner package for Meteor
service-configuration    1.0.5  Manage the configuration for third-party services
session                  1.1.1  Session variable
standard-minifiers       1.0.1  Standard minifiers used with Meteor apps by default.
tracker                  1.0.9  Dependency tracker to allow reactive callbacks
webix:skin-compact       2.3.14  Compact skin for Webix UI
webix:webix              2.5.14  Reactive Webix UI widgets bound to Meteor collections: table/grid, list etc.

bartonhammond avatar Oct 04 '15 03:10 bartonhammond