Committer: esavintcev
LJSUP-6573: Facebook PicturesU trunk/htdocs/stc/entry.css
Modified: trunk/htdocs/stc/entry.css =================================================================== --- trunk/htdocs/stc/entry.css 2010-09-10 07:07:06 UTC (rev 17336) +++ trunk/htdocs/stc/entry.css 2010-09-10 07:10:14 UTC (rev 17337) @@ -715,7 +715,6 @@ position: absolute; top: -150px; left: 72px; - min-width: 222px; height: 117px; padding: 27px 4px 0; z-index: 99; @@ -736,7 +735,7 @@ left: 0; width: 100%; height: 144px; - background: url(/img/repost/pics-bg.png) repeat 0 0; + background: #FFF url(/img/repost/pics-bg.png) repeat 0 0; } .b-repost-pics-l { top: 0; @@ -825,8 +824,16 @@ background-position: -16px -16px; cursor: default; } + .b-repost-pics-wrapper { + position: relative; + overflow: hidden; + min-width: 222px; + max-width: 454px; + height: 106px; + } #updateForm .b-repost-pics-items { position: relative; + width: 9999px; height: 106px; margin: 0 0 0 -10px; padding: 0; @@ -848,6 +855,9 @@ #updateForm .b-repost-pics-items LI.b-repost-pics-no { color: #999; } + #updateForm .b-repost-pics-items LI.b-repost-pics-active { + background: url(/img/repost/pics-aframe.gif) no-repeat 0 0; + } .b-repost-pics-no SPAN { position: absolute; top: 50%; @@ -858,7 +868,7 @@ text-align: center; } .b-repost-pics-items LI IMG { - background: url(/img/preloader.gif) no-repeat 50% 50%; + /*background: url(/img/preloader.gif) no-repeat 50% 50%;*/ max-width: 96px; max-height: 96px; }