mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 00:51:22 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
28
drupal7/web/modules/field/theme/field.css
Normal file
28
drupal7/web/modules/field/theme/field.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
|
||||
/* Field display */
|
||||
.field .field-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.field-label-inline .field-label,
|
||||
.field-label-inline .field-items {
|
||||
float:left; /*LTR*/
|
||||
}
|
||||
|
||||
/* Form display */
|
||||
form .field-multiple-table {
|
||||
margin: 0;
|
||||
}
|
||||
form .field-multiple-table th.field-label {
|
||||
padding-left: 0; /*LTR*/
|
||||
}
|
||||
form .field-multiple-table td.field-multiple-drag {
|
||||
width: 30px;
|
||||
padding-right: 0; /*LTR*/
|
||||
}
|
||||
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
|
||||
padding-right: .5em; /*LTR*/
|
||||
}
|
||||
|
||||
form .field-add-more-submit {
|
||||
margin: .5em 0 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue