diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-22 14:11:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-22 14:11:46 +0000 |
commit | ddddbb89a66f03c1abb22d038d6f5176299c6f46 (patch) | |
tree | c1cb746ee87ee595194c15cf1dce0c1463f14bd3 | |
parent | c09e5b1254f9e09af2b0a2c3ba11297f9b400204 (diff) | |
download | brdo-ddddbb89a66f03c1abb22d038d6f5176299c6f46.tar.gz brdo-ddddbb89a66f03c1abb22d038d6f5176299c6f46.tar.bz2 |
- Patch #664204 by Bojhan: added some margin to 'Hide descriptions'.
-rw-r--r-- | modules/system/system.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 8cc025ffa..ee34d079f 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -220,6 +220,9 @@ dl.multiselect .form-item { height: 1.75em; margin: 0; } +.compact-link { + margin: 0 0 0.5em 0; +} /* ** Inline items (need to override above) |