Committer: skomarov
OPSC-230: Some new correctionsU trunk/bin/upgrading/en_LJ.dat U trunk/htdocs/stc/catalogue/catalogue.css
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2011-01-13 11:04:23 UTC (rev 9910) +++ trunk/bin/upgrading/en_LJ.dat 2011-01-14 04:35:28 UTC (rev 9911) @@ -5214,6 +5214,8 @@ setting.userapps.play=Play +setting.userapps.settings=Settings + setting.userapps.uninstall=Uninstall setting.voiceposting.error.invalidphone|staleness=1 Modified: trunk/htdocs/stc/catalogue/catalogue.css =================================================================== --- trunk/htdocs/stc/catalogue/catalogue.css 2011-01-13 11:04:23 UTC (rev 9910) +++ trunk/htdocs/stc/catalogue/catalogue.css 2011-01-14 04:35:28 UTC (rev 9911) @@ -464,9 +464,24 @@ } /* Page of the game */ .b-catalogue-app-game { - margin: 0 0 15px; + position:relative; + padding-top: 20px; + margin: 0 0 15px 0; text-align: center; } +/* Catalogue game navigation */ +.b-catalogue-app-game-nav { + position: absolute; + top: -25px; + right: 0; + margin: 0 0 20px 0; + text-align: right; + font-size: 12px; + color: #666; + } + .b-catalogue-app-game-nav .ljuser A { + text-decoration: none; + } /* App User list --------------------------------------*/