summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-09 13:58:03 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-09 13:58:03 +0000
commitdcbb5fa3f4434be266793f6a610071a14c777414 (patch)
tree10a5bae9c26e0fad6a5d08eadf6fd082304354d2 /modules/system
parent15d739a5049091821c81006ad8080f0556053e16 (diff)
downloadbrdo-dcbb5fa3f4434be266793f6a610071a14c777414.tar.gz
brdo-dcbb5fa3f4434be266793f6a610071a14c777414.tar.bz2
- Patch #107061 by Steven et al: add jQuery teaser splitter.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.css25
1 files changed, 25 insertions, 0 deletions
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
@@ -358,6 +358,31 @@ html.js .resizable-textarea textarea {
}
/*
+** 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
*/
.progress {