• R/O
  • SSH
  • HTTPS

traclight:


File Info

Rev. 22
Size 558 bytes
Time 2010-09-15 04:05:32
Author tag
Log Message

batchmodifyを0.8.0a1-trac0.12に差し替えた。
これに伴い、trac.issに追加されたファイルを登録した。

Content

/* Copyright (C) 2010 Brian Meeker */

#batchmod_form fieldset,
#batchmod_form fieldset input,
#batchmod_form fieldset select,
.batchmod_label {
    font-size: 11px;
}

#batchmod_form fieldset input[type="button"]{
    padding: 0.1em 0.5em;
}

#batchmod_form th {
    text-align: right;
    white-space: nowrap;
    font-size: 11px;
}

.batchmod_property {
    width: 100%;
}

.batchmod_required {
    color: red;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    padding-left: .5em;
}
.batchmod_required:before {
    content: " * ";
}
Show on old repository browser