checkpoint
authordsc <dsc@wikimedia.org>
Tue, 8 May 2012 17:07:09 +0000 (10:07 -0700)
committerdsc <dsc@wikimedia.org>
Wed, 9 May 2012 11:16:01 +0000 (04:16 -0700)
lib/base/base-model.co
lib/base/base-view.co
www/css/graph.styl

index 348ea82..9723f78 100644 (file)
@@ -13,6 +13,7 @@ Backbone = require 'backbone'
  */
 BaseModel = exports.BaseModel = Backbone.Model.extend mixinBase do # {{{
     
+    
     constructor : function BaseModel
         @__class__      = @constructor
         @__superclass__ = @..__super__.constructor
index dce79ce..dc9f0d0 100644 (file)
@@ -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
index 951c05e..64df61d 100644 (file)
@@ -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