diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-09-05 03:50:57 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-09-05 03:50:57 +0000 |
commit | 4750fb3184cd9820b76c979456193a07727f5587 (patch) | |
tree | 0d88c7c3eae4f44fadd555e57fe55d4748ce52d3 /modules/node | |
parent | 5ba0c5969dd860509944dadac08fc887985722ba (diff) | |
download | brdo-4750fb3184cd9820b76c979456193a07727f5587.tar.gz brdo-4750fb3184cd9820b76c979456193a07727f5587.tar.bz2 |
#43990: Fix container-inline for node text fields
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/node/node.css b/modules/node/node.css index 95eb73496..029e83b8e 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -24,6 +24,10 @@ td.revision-current { display: block; width: 95%; } +.node-form .container-inline .form-text { + display: inline; + width: auto; +} .node-form .standard { clear: both; } |