New theme base for SuiteDesk
This commit is contained in:
parent
c1bbd9d6f5
commit
8cf3c56044
137 changed files with 12866 additions and 8 deletions
44
themes/zen/STARTERKIT/css/fields.css
Normal file
44
themes/zen/STARTERKIT/css/fields.css
Normal file
|
@ -0,0 +1,44 @@
|
|||
/**
|
||||
* @file
|
||||
* Field Styling
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Field types
|
||||
*/
|
||||
|
||||
.field /* Wrapper for any CCK field. */ {
|
||||
}
|
||||
|
||||
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
|
||||
}
|
||||
|
||||
.field-type-filefield /* Field from filefield module */ {
|
||||
}
|
||||
|
||||
.field-type-nodereference {
|
||||
}
|
||||
|
||||
.field-type-number-decimal {
|
||||
}
|
||||
|
||||
.field-type-number-float {
|
||||
}
|
||||
|
||||
.field-type-number-integer {
|
||||
}
|
||||
|
||||
.field-type-text {
|
||||
}
|
||||
|
||||
.field-type-userreference {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Named fields
|
||||
*/
|
||||
|
||||
.field-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
|
||||
}
|
Reference in a new issue