App-Ikachan

 view release on metacpan or  search on metacpan

bin/ikachan  view on Meta::CPAN

1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
form {
  margin: 0 0 20px;
}
 
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
 
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
 
legend small {
  font-size: 15px;
  color: #999999;
}
 
label,
input,
button,
select,
textarea {
  font-size: 14px;

bin/ikachan  view on Meta::CPAN

2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
 
.control-group {
  margin-bottom: 10px;
}
 
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
 
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
 
.form-horizontal .control-group:before,



( run in 0.521 second using v1.01-cache-2.11-cpan-748bfb374f4 )