diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-11-11 08:32:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-11-11 08:32:35 +0000 |
commit | 5cc6df569f7a802d6226a0bec6743a45544ac431 (patch) | |
tree | c7232bb7268aa0ca08597add1fa76d1fb837d30d /modules/node | |
parent | 3093c22bf2eb52cb8cd893e9ee5f2e371f3886f3 (diff) | |
download | brdo-5cc6df569f7a802d6226a0bec6743a45544ac431.tar.gz brdo-5cc6df569f7a802d6226a0bec6743a45544ac431.tar.bz2 |
- Patch #629074 by sun: field widgets are not themeable due to missing CSS class names. Better CSS classes for fields.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/node/node.css b/modules/node/node.css index 83112c82f..b102203ad 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -24,10 +24,6 @@ td.revision-current { background: #ffc; } -.node-form .form-text { - display: block; - width: 95%; -} .node-form .container-inline .form-text { display: inline; width: auto; |