diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-04 14:57:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-04 14:57:23 +0000 |
commit | a0d19b08104768d09274e644d8e0f439316714b0 (patch) | |
tree | 7b4f3b7a3e65dd8d9991446cacb29b32d58d37ff /modules/locale | |
parent | 2e0a4d26af0d47b177fd855ba5dfc1d8c50aa929 (diff) | |
download | brdo-a0d19b08104768d09274e644d8e0f439316714b0.tar.gz brdo-a0d19b08104768d09274e644d8e0f439316714b0.tar.bz2 |
- Patch #482636 by quicksketch: further clean-up of the form IDs/classes.
Diffstat (limited to 'modules/locale')
-rw-r--r-- | modules/locale/locale.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.css b/modules/locale/locale.css index b73d5b48b..b6b89478e 100644 --- a/modules/locale/locale.css +++ b/modules/locale/locale.css @@ -5,7 +5,7 @@ text-decoration: line-through; } -#edit-language-wrapper, #edit-translation-wrapper, #edit-group-wrapper { +.form-item-language-wrapper, .form-item-translation-wrapper, .form-item-group-wrapper { float: left; /* LTR */ padding-right: .8em; /* LTR */ margin: 0.1em; |