16 lines
513 B
CSS
16 lines
513 B
CSS
/* CSS Document */
|
|
|
|
a.addrow{color: #0C0; text-decoration: none;}
|
|
a.addrow:hover{color: #0F9; text-decoration:underline;}
|
|
|
|
a.removerow{color:#C00; text-decoration: none;}
|
|
a.removerow:hover{color:#c55; text-decoration: underline;}
|
|
|
|
label.jw_check_fields{margin-left: 5px; min-width: 128px; display: block; float: left;}
|
|
label.jw_radio_fields{display: block; width: 225px;}
|
|
|
|
table.dataArrayFields thead td{text-align: center;}
|
|
.form-table td{padding: 4px 5px;}
|
|
|
|
/* Color Picker */
|
|
.sp-replacer{margin-right: 10px;} |