diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-08 19:54:07 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-08 19:54:07 +0000 |
commit | adf836896a39a7ded85686ca6158f3f889d0f384 (patch) | |
tree | 67e3ac7c6231aefd012cf13696c3eaf0e0dd93a0 /modules | |
parent | 1ac7418865dde2a0d1f5bfafa9663a88366ca5e0 (diff) | |
download | brdo-adf836896a39a7ded85686ca6158f3f889d0f384.tar.gz brdo-adf836896a39a7ded85686ca6158f3f889d0f384.tar.bz2 |
#204756 by dvessel: textarea.js assumed #disabled fields are to be hidden
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 0f906d19f..86e4f32db 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -392,6 +392,10 @@ a.tabledrag-handle-hover .handle { background-position: center 1px; margin-bottom: -2px; } +/* Keeps inner content contained in Opera 9. */ +.teaser-checkbox { + padding-top: 1px; +} div.teaser-button-wrapper { float: right; /* LTR */ padding-right: 5%; /* LTR */ |