Committer: sboronchiev
LJSUP-13610: Create HTML-layouts for new FriendsPageU trunk/bin/upgrading/en_LJ.dat U trunk/htdocs/stc/friendstimes.css
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2012-10-11 17:26:26 UTC (rev 12750) +++ trunk/bin/upgrading/en_LJ.dat 2012-10-15 07:01:15 UTC (rev 12751) @@ -3810,6 +3810,10 @@ friendsfeed.windowtitle=Friends Feed +friendsfeed.widget.up=Up + +friendsfeed.widget.up.new=New + friendsfriends.link=Friends of Friends friendsfriends.text=Hey friend, the [[link]] page shows all your friends' Friends pages in one Friends page. Say that three times fast. Modified: trunk/htdocs/stc/friendstimes.css =================================================================== --- trunk/htdocs/stc/friendstimes.css 2012-10-11 17:26:26 UTC (rev 12750) +++ trunk/htdocs/stc/friendstimes.css 2012-10-15 07:01:15 UTC (rev 12751) @@ -317,6 +317,68 @@ .b-friendstimes-f5-show { display: block; } + + +.b-friendstimes-up { + display: none; + width: auto; + height: auto; + padding: 0; + border: 1px solid #FFF; + border-width: 1px 0 1px 1px; + -moz-border-radius-topleft: 10px; + -moz-border-radius-bottomleft: 10px; + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; + -webkit-box-shadow: -1px 1px 3px rgba(0,0,0,.5); + -moz-box-shadow: -1px 1px 3px rgba(0,0,0,.5); + box-shadow: -1px 1px 3px rgba(0,0,0,.5); + font: 12px/1 Arial,sans-serif; + } + .b-friendstimes-up A:link, + .b-friendstimes-up A:visited, + .b-friendstimes-up A:hover, + .b-friendstimes-up A:active { + margin: 0; + padding: 10px 12px; + border: 0 !important; + -moz-border-radius-topleft: 11px; + -moz-border-radius-bottomleft: 11px; + border-top-left-radius: 11px; + border-bottom-left-radius: 11px; + background: #CCD2D6; + background: -moz-linear-gradient(top, #E3E9EE 0%, #CCD2D6 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E9EE), color-stop(100%,#CCD2D6)); + background: -webkit-linear-gradient(top, #E3E9EE 0%,#CCD2D6 100%); + background: -o-linear-gradient(top, #E3E9EE 0%,#CCD2D6 100%); + background: -ms-linear-gradient(top, #E3E9EE 0%,#CCD2D6 100%); + background: linear-gradient(top, #E3E9EE 0%,#CCD2D6 100%); + text-decoration: none; + line-height: 32px; + text-shadow: 0px 1px 0 #FFF; + text-align: center; + font-size: 15px; + font-weight: bold; + color: #222 !important; + } +.b-friendstimes-new-show, +.b-friendstimes-up-show { + display: block; + } +.b-friendstimes-new-text, +.b-friendstimes-up-text { + display: none; + } +.b-friendstimes-new-show .b-friendstimes-new-text { + display: block; + } +.b-friendstimes-up-show .b-friendstimes-up-text { + display: block; + } +.b-friendstimes-uparr { + position: relative; + top: -2px; + } .b-friendstimes-loading { margin: 0 0 24px; @@ -715,6 +777,9 @@ .b-friendstimes-f5 { top: 24px; } +.b-friendstimes-up { + top: 90px; + } .b-friendstimes-hidden-comments { top: 90px; }