Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
21
modules/cck/theme/content-module-rtl.css
Normal file
21
modules/cck/theme/content-module-rtl.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
/* Node form display */
|
||||
.node-form .content-multiple-table td.content-multiple-drag {
|
||||
padding-left:0;
|
||||
padding-right:0.5em;
|
||||
}
|
||||
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle{
|
||||
padding-left:.5em;
|
||||
}
|
||||
|
||||
/* 'Manage fields' overview */
|
||||
#content-field-overview-form .advanced-help-link,
|
||||
#content-display-overview-form .advanced-help-link {
|
||||
margin: 4px 0 0 4px;
|
||||
}
|
||||
|
||||
table#content-field-overview .label-add-new-field,
|
||||
table#content-field-overview .label-add-existing-field,
|
||||
table#content-field-overview .label-add-new-group {
|
||||
float: right;
|
||||
}
|
Reference in a new issue