Fix for mobile icon and iphone5 fullscreen
This commit is contained in:
		
							parent
							
								
									5a4f681cfc
								
							
						
					
					
						commit
						d00192f018
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
[data-icon]:before {
 | 
					[data-icons]:before {
 | 
				
			||||||
	font-family: 'entypo';
 | 
						font-family: 'entypo';
 | 
				
			||||||
	content: attr(data-icon);
 | 
						content: attr(data-icon);
 | 
				
			||||||
	speak: none;
 | 
						speak: none;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@
 | 
				
			||||||
  <meta name="description" content="">
 | 
					  <meta name="description" content="">
 | 
				
			||||||
  <meta name="apple-mobile-web-app-capable" content="yes">
 | 
					  <meta name="apple-mobile-web-app-capable" content="yes">
 | 
				
			||||||
  <meta name="apple-mobile-web-app-status-bar-style" content="black">
 | 
					  <meta name="apple-mobile-web-app-status-bar-style" content="black">
 | 
				
			||||||
  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
 | 
					  <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
 | 
				
			||||||
  <!-- iPhone -->
 | 
					  <!-- iPhone -->
 | 
				
			||||||
  <link href="<%= asset_path 'mobile/apple-startup-iPhone.png' %>" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
 | 
					  <link href="<%= asset_path 'mobile/apple-startup-iPhone.png' %>" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,6 @@
 | 
				
			||||||
  <ul class="clear">
 | 
					  <ul class="clear">
 | 
				
			||||||
    <li><%= link_to content_tag(:i, nil, :class => "icons-house") + content_tag(:span, t('mobile.home')), mobile_path %></li>
 | 
					    <li><%= link_to content_tag(:i, nil, :class => "icons-house") + content_tag(:span, t('mobile.home')), mobile_path %></li>
 | 
				
			||||||
    <li><%= link_to content_tag(:i, nil, :class => "icons-megaphone") + content_tag(:span, t('mobile.bulletin')), mobile_announcement_path %></li>
 | 
					    <li><%= link_to content_tag(:i, nil, :class => "icons-megaphone") + content_tag(:span, t('mobile.bulletin')), mobile_announcement_path %></li>
 | 
				
			||||||
    <li><%= link_to content_tag(:i, nil, :class => "icons-page") + content_tag(:span, t('mobile.page')), mobile_page_path %></li>
 | 
					    <li><%= link_to content_tag(:i, nil, :class => "icons-newspaper") + content_tag(:span, t('mobile.page')), mobile_page_path %></li>
 | 
				
			||||||
  </ul>
 | 
					  </ul>
 | 
				
			||||||
</section>
 | 
					</section>
 | 
				
			||||||
		Loading…
	
		Reference in New Issue