Sha256: 5b3352c750fbcbf7e36980b2e6c262a1eee07e6de2e383c7528517a2815e1864

Contents?: true

Size: 568 Bytes

Versions: 1

Compression:

Stored size: 568 Bytes

Contents

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

#kublog textarea#post_body{
  width:550px;
}

#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.0.1.1 app/assets/stylesheets/kublog/posts.css