Committer: ybuhvalova
LJSUP-11837: Big button for iPad styleU trunk/htdocs/stc/sup/s/ie.css
Modified: trunk/htdocs/stc/sup/s/ie.css =================================================================== --- trunk/htdocs/stc/sup/s/ie.css 2012-05-11 14:50:38 UTC (rev 11923) +++ trunk/htdocs/stc/sup/s/ie.css 2012-05-11 14:59:05 UTC (rev 11924) @@ -184,3 +184,25 @@ width: 95%; margin: 0px auto; } +.theme-ipad1 .content .page-nav { + display: block; + position: relative; + height: 45px; + } + .theme-ipad1 .content .page-nav LI A { + position: relative; + display: block; + height: 33px; + } + .theme-ipad1 .content .page-nav LI.ontop { + position: absolute; + top: 0; + left: 50%; + width: 200px; + margin: 0 0 0 -100px; + text-align: center; + } + .theme-ipad1 .content .page-nav LI.ontop A { + display: inline-block; + padding: 12px 30px 0; + } \ No newline at end of file