From: dsc Date: Tue, 8 May 2012 17:07:09 +0000 (-0700) Subject: checkpoint X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=34ca66e3d9ca71d75aa1f9c33a132adc5d0cddcc;p=kraken-ui.git checkpoint --- diff --git a/lib/base/base-model.co b/lib/base/base-model.co index 348ea82..9723f78 100644 --- a/lib/base/base-model.co +++ b/lib/base/base-model.co @@ -13,6 +13,7 @@ Backbone = require 'backbone' */ BaseModel = exports.BaseModel = Backbone.Model.extend mixinBase do # {{{ + constructor : function BaseModel @__class__ = @constructor @__superclass__ = @..__super__.constructor diff --git a/lib/base/base-view.co b/lib/base/base-view.co index dce79ce..dc9f0d0 100644 --- a/lib/base/base-view.co +++ b/lib/base/base-view.co @@ -47,7 +47,6 @@ BaseView = exports.BaseView = Backbone.View.extend mixinBase do # {{{ constructor : function BaseView @__class__ = @constructor @__superclass__ = @..__super__.constructor - @__view_type_id__ or= _.str.underscored @getClassName() .replace /_view$/, '' @waitingOn = 0 @subviews = new ViewList @onReturnKeypress = _.debounce @onReturnKeypress.bind(this), 50 diff --git a/www/css/graph.styl b/www/css/graph.styl index 951c05e..64df61d 100644 --- a/www/css/graph.styl +++ b/www/css/graph.styl @@ -59,16 +59,18 @@ section.graph /* * * * Graph Details & Info Pane * * * {{{ */ .graph-name-row - // margin 0 1em 1em - // max-width 900px - font-size 120% - line-height 2em + margin 0 0 1em + min-height 38px input.graph-name - font-size 120% - line-height 1.2 - height 1.2em + display block + absolute top 0 left 0 + right 0 + width auto + font-size 18px + line-height 25px + height 25px + padding 6px border-color $light - width 98% .graph-info-pane .row-fluid .half.control-group