1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/owners/owners-path-editor.css

38 lines
571 B
CSS
Raw Normal View History

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;
vertical-align: middle;
2011-04-04 04:20:47 +02:00
}
.owners-path-editor-table select.owners-repo {
2011-04-04 04:20:47 +02:00
width: 150px;
}
.owners-path-editor-table input {
width: 400px;
2011-04-04 04:20:47 +02:00
}
.owners-path-editor-table div.error-display {
padding: 4px 12px 0;
}
.owners-path-editor-table div.validating {
color: {$greytext};
2011-04-04 04:20:47 +02:00
}
.owners-path-editor-table div.invalid {
color: #aa0000;
}
.owners-path-editor-table div.valid {
color: #00aa00;
font-weight: bold;
}