Sha256: bed8b87a375372eb716a38de4ece0b54171abf859c10bb3d87b6cf81090a15f8
Contents?: true
Size: 502 Bytes
Versions: 24
Compression:
Stored size: 502 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== SC.BaseTheme.formRowRenderDelegate = SC.RenderDelegate.create({ className: 'form-row', flowSpacing: { right: 15, left: 0, top: 0, bottom: 0 }, flowPadding: 0 });
Version data entries
24 entries across 24 versions & 1 rubygems