Sha256: 90b9a3d14b0cd56466de81f86e1ebce188ea62f5b2050c45b5dd2f3d1bb0accb

Contents?: true

Size: 1.23 KB

Versions: 3

Compression:

Stored size: 1.23 KB

Contents

body {
  background-color: #4B7399;
  font-family: Verdana, Helvetica, Arial;
  font-size: 14px;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  width: 75%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 40px;
  border: solid 1px black;
  margin-top: 20px;
}

#flash_notice, #flash_error, #flash_alert {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error, #flash_alert {
  background-color: #FCC;
  border: solid 1px #C66;
}

.error_messages {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  font-size: 12px;
}

.error_messages h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

.error_messages p {
  margin: 8px 10px;
}

.error_messages ul {
  margin: 0;
}

/* Flockonus custom  1*/

.fieldWithErrors, .field_with_errors {
  display: inline;
  background-color: #F63;
}

.limit_input, .field_desc {
  color: #AAA;
  font-size: 11;
}

input[type="text"]{
  width: 300px;
}

textarea{
  width: 485px;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flockonus-nifty-generators-0.0.8 lib/generators/nifty/layout/templates/stylesheet.css
flockonus-nifty-generators-0.0.7 lib/generators/nifty/layout/templates/stylesheet.css
flockonus-nifty-generators-0.0.6 lib/generators/nifty/layout/templates/stylesheet.css