From dcbb5fa3f4434be266793f6a610071a14c777414 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 9 Apr 2007 13:58:03 +0000 Subject: - Patch #107061 by Steven et al: add jQuery teaser splitter. --- modules/system/system.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'modules/system') diff --git a/modules/system/system.css b/modules/system/system.css index c78d52127..fa03200e3 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -357,6 +357,31 @@ html.js .resizable-textarea textarea { display: block; } +/* +** Teaser splitter +*/ +.joined + .grippie { + height: 5px; + background-position: center 1px; + margin-bottom: -2px; +} +div.teaser-button-wrapper { + float: right; + padding-right: 5%; + margin: 0; +} +.teaser-checkbox div.form-item { + float: right; + margin: 0 5% 0 0; + padding: 0; +} +textarea.teaser { + display: none; +} +html.js .no-js { + display: none; +} + /* ** Progressbar styles */ -- cgit v1.2.3