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-12 14:59:51 UTC (rev 11577) +++ trunk/htdocs/stc/widgets/widget-layout.css 2012-03-12 15:22:06 UTC (rev 11578) @@ -23,6 +23,25 @@ background: url("/img/icon-quicklinks-16x16.gif?v=1") no-repeat 0 50%; padding-left: 18px !important; /* It should be 20px */ } + .w-head .w-head-status { + position: absolute; + 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; + cursor: pointer; + color: #48779B; + background: url("/img/arrow-double-blue.gif?v=1") no-repeat scroll 0 60% transparent + } + .w-head .w-head-status SPAN:hover { + text-decoration: underline; + } .w-head .w-head-faq { position: absolute; top: 5px;