[ljcom] r11591: LJSUP-11456: Add link Collapse to Video ...
Committer: egeraskin
LJSUP-11456: Add link Collapse to Video block on cyr home pageU trunk/htdocs/stc/widgets/widget-layout.css
Modified: trunk/htdocs/stc/widgets/widget-layout.css
===================================================================
--- trunk/htdocs/stc/widgets/widget-layout.css 2012-03-14 13:50:14 UTC (rev 11590)
+++ trunk/htdocs/stc/widgets/widget-layout.css 2012-03-15 08:04:04 UTC (rev 11591)
@@ -28,10 +28,6 @@
top: 5px;
right: 7px;
}
- .w-head-status-collapse .w-head-status-switch-expand,
- .w-head-status-expand .w-head-status-switch-collapse {
- display: none;
- }
.w-head .w-head-status SPAN {
padding: 0 0 0 10px;
font-size: .85em;
@@ -93,3 +89,15 @@
padding:10px 0;
}
+/* Collapse options */
+.appwidget-prop-collapsable .w-head-status-switch-expand,
+.appwidget-prop-expandable .w-head-status-switch-collapse {
+ display: none;
+ }
+.appwidget-prop-collapsable .w-body {
+ display: block;
+ }
+.appwidget-prop-expandable .w-body {
+ display: none;
+ }
+
