2011-04-04 04:20:47 +02:00
|
|
|
/**
|
|
|
|
* @provides owners-path-editor-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.owners-path-editor-table {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.owners-path-editor-table td {
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
2012-12-07 02:23:56 +01:00
|
|
|
.owners-path-editor-table select.owners-repo {
|
2011-04-04 04:20:47 +02:00
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.owners-path-editor-table input {
|
2012-12-07 02:23:56 +01:00
|
|
|
width: 450px;
|
2011-04-04 04:20:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.owners-path-editor-table div.error-display {
|
|
|
|
width: 200px;
|
|
|
|
padding: 4px 12px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.owners-path-editor-table div.validating {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.owners-path-editor-table div.invalid {
|
|
|
|
color: #aa0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.owners-path-editor-table div.valid {
|
|
|
|
color: #00aa00;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|