소스 검색

style nonmobile

redup nomade 7 년 전
부모
커밋
37ca1004df
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      furgaclient/www/css/index.css

+ 11 - 0
furgaclient/www/css/index.css

@@ -18,6 +18,17 @@
  */
 
 
+
+/*per la pagina non mobile*/
+
+.ui-mobile .ui-page-active {
+    max-width: 1024px;
+    margin: 0 50%;
+    -moz-transform: translate(-50%,0%);
+    -webkit-transform: translate(-50%,0%);
+    transform: translate(-50%,0%);
+}
+
 /*per tornare al menu*/
 
 span.tomenu {