Sha256: 0c6c95f65fe3ddd02e1a034dfc8ed43b95f2a6d23357bdb804f1e3e84ebb975b

Contents?: true

Size: 960 Bytes

Versions: 13

Compression:

Stored size: 960 Bytes

Contents

.form{
  background:#EEE;
  padding:5px;
  margin:0 0 15px 0;
  border:2px solid gray;
  -moz-border-radius:5px;
}
.form label{
  display:block;
}
.form .input{
  border:1px solid #000;
  padding:2px 0 2px 5px;
  font-size:13pt;
  color:DarkBlue;
}
.form .textarea{
  font-size:13pt;
  padding:2px;
}
.form .message_textarea{
  font-size:13pt;
  padding:2px;
  border:1px solid black;
  height: 200px;
}
.form .submit{
  font-size:16pt;
}
.article_buttons{
  margin:0 0 10px 0;
  padding:0 0 5px 0;
  border-bottom:1px dashed gray;
}
.article_buttons input{
  margin-right:10px;
}
.submit_button{
  margin-bottom:10px;
}
.moderation_buttons{
  background:silver;
  margin:3px 3px 10px 3px;
  padding:5px;
  border:2px solid blue;
}
.delete_button{
  background: none repeat scroll 0 0 lightGrey;
  border: 1px dashed gray;
  padding: 5px 0;
  text-align: right;
}
.delete_button input{
  color:Crimson;
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
the_role-1.4.1 app/assets/stylesheets/the_role/form.css
the_role-1.4.0 app/assets/stylesheets/the_role/form.css
the_role-1.3.1 app/assets/stylesheets/the_role/form.css
the_role-1.3.0 app/assets/stylesheets/the_role/form.css
the_role-1.2.1 app/assets/stylesheets/the_role/form.css
the_role-1.2.0 app/assets/stylesheets/the_role/form.css
the_role-1.1.1 app/assets/stylesheets/the_role/form.css
the_role-1.1.0 app/assets/stylesheets/the_role/form.css
the_role-1.0.0 app/assets/stylesheets/the_role/form.css
the_role-0.9.93 app/assets/stylesheets/the_role/form.css
the_role-0.9.92 app/assets/stylesheets/the_role/form.css
the_role-0.9.91 app/assets/stylesheets/the_role/form.css
the_role-0.9.9 app/assets/stylesheets/the_role/form.css