Committer: skomarov
LJSUP-9413: Delete "---" at HTML pageU trunk/htdocs/stc/entry.css U trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/entry.css =================================================================== --- trunk/htdocs/stc/entry.css 2011-08-08 07:19:41 UTC (rev 19628) +++ trunk/htdocs/stc/entry.css 2011-08-08 07:23:00 UTC (rev 19629) @@ -287,6 +287,8 @@ float: left; margin: 0 10px 0 0; padding: 0; + text-indent: -3333px; + line-height: 0; font-size: 0; } #htmltools ul li a { @@ -294,6 +296,7 @@ overflow: hidden; float: left; height: 16px; + border: none; line-height: 19px; text-decoration: none; } Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-08-08 07:19:41 UTC (rev 19628) +++ trunk/htdocs/stc/lj_base.css 2011-08-08 07:23:00 UTC (rev 19629) @@ -3188,3 +3188,11 @@ color: #555; cursor:pointer; } +.btn-disabled { + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); + opacity:.5; + } + + +