Sha256: a00cb13a5d06a976a3615612f0af33f02a07f02bc12587066f08f95c026c68bb
Contents?: true
Size: 600 Bytes
Versions: 1
Compression:
Stored size: 600 Bytes
Contents
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ #kublog textarea#post_body, #kublog textarea.email_content{ width:500px; } #kublog div.optional{ display:none; } #kublog textarea.small{ width:250px; display:block; } #kublog .field{ margin:10px 0px; } /* Sets up a little margin for Wysiwyg editor */ #kublog .toolbar li{ margin:0px 8px 3px 0px; } #kublog label.error{ color:#f00; } #kublog input.error,#kublog textarea.error{ border:1px solid red; } small.error_description{ margin-left:5px; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kublog-0.9.0 | app/assets/stylesheets/kublog/posts.css |