diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 25 |
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 { |