Sha256: 9902849b9a5b9e0b84b5652b9e99d834e8e2b475f83e989895faa5d16cc0303a

Contents?: true

Size: 989 Bytes

Versions: 8

Compression:

Stored size: 989 Bytes

Contents

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

#spud_post_categories_form{
	list-style-type: none;
	margin: 15px 0 15px 20px;
	padding: 0 0 0 20px;
	height: 200px;
	width: 400px;
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
	overflow: scroll;
}
#spud_post_categories_form ul{
	list-style-type: none;
	margin: 3px 0;
	padding: 0 0 0 20px;
}
#spud_post_categories_form label{
	float: none;
	text-align: left;
	display: inline;
}
#spud_post_new_category_form{
	background: white;
	border: 1px solid #ccc;
	margin: 15px 0 15px 20px;
	padding: 10px 20px;
	overflow: hidden;
	width: 380	px;
}
#spud_post_new_category_form h5{
	margin: 0 0 5px;
}
#spud_post_new_category_form  div{
	margin: 5px 0;
}
#spud_post_new_category_form label{
	float: none;
	margin: 0 1px 0 0;
	font-size: 12px;
	display: inline-block;
	width: 50px;
}
#spud_post_new_category_form input[type=button]{
	margin-left: 55px;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spud_blog-0.8.12 app/assets/stylesheets/spud/admin/posts.css
spud_blog-0.8.11 app/assets/stylesheets/spud/admin/posts.css
spud_blog-0.8.8 app/assets/stylesheets/spud/admin/posts.css
spud_blog-0.8.7 app/assets/stylesheets/spud/admin/posts.css
spud_blog-0.8.6 app/assets/stylesheets/spud/admin/posts.css
spud_blog-0.8.5 app/assets/stylesheets/spud/admin/posts.css
spud_blog-0.8.4 app/assets/stylesheets/spud/admin/posts.css
spud_blog-0.8.3 app/assets/stylesheets/spud/admin/posts.css