Readded css for phone layout.
authorArmin Novak <armin.novak@thincast.com>
Thu, 9 Mar 2017 14:08:01 +0000 (15:08 +0100)
committerArmin Novak <armin.novak@thincast.com>
Thu, 9 Mar 2017 14:08:01 +0000 (15:08 +0100)
client/Android/Studio/aFreeRDP/src/main/assets/de_help_page/gestures_phone.html
client/Android/Studio/aFreeRDP/src/main/assets/de_help_page/toolbar_phone.html
client/Android/Studio/aFreeRDP/src/main/assets/de_help_page/touch_pointer_phone.html
client/Android/Studio/aFreeRDP/src/main/assets/help.css
client/Android/Studio/aFreeRDP/src/main/assets/help_page/gestures_phone.html
client/Android/Studio/aFreeRDP/src/main/assets/help_page/toolbar_phone.html
client/Android/Studio/aFreeRDP/src/main/assets/help_page/touch_pointer_phone.html

index 5ab324e..b72dabf 100644 (file)
@@ -7,7 +7,7 @@
     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>\r
     <title>Help</title>\r
 \r
-    <link rel="stylesheet" type="text/css" href="../help.css">\r
+    <link rel="stylesheet" type="text/css" href="../help-phone.css">\r
 </head>\r
 \r
 <body>\r
index e4aa198..65d0f94 100644 (file)
@@ -7,7 +7,7 @@
     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>\r
     <title>Help</title>\r
 \r
-    <link rel="stylesheet" type="text/css" href="../help.css">\r
+    <link rel="stylesheet" type="text/css" href="../help-phone.css">\r
 </head>\r
 \r
 <body>\r
index 5ca2618..58e68df 100644 (file)
@@ -7,7 +7,7 @@
     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>\r
     <title>Help</title>\r
 \r
-    <link rel="stylesheet" type="text/css" href="../help.css">\r
+    <link rel="stylesheet" type="text/css" href="../help-phone.css">\r
 </head>\r
 \r
 <body>\r
index 4701fa0..e845acd 100644 (file)
@@ -2,81 +2,62 @@
 
 @charset "utf-8";
 
-
 #container{
+    text-align:center;
+    color:#FFFFFF;
+}
 
-       text-align:center;
-       color:#FFFFFF;}
-
-body{
-  margin:0;
-  padding:<length> 0 0 0;
-  font: 100%/1.4 Helvetica;
-  background-image:url(../background.jpg);
-  background-position:center;
-
-
- }
-
- #headline{
-
-  background-color:#353639;
-  opacity:0.9;
-
-  color:FFF;
-  text-align:center;
-
-
-       }
-
- #article{
-
-
-background-color:#FFFFFF;
-opacity: 0.8;
-z-index:0;
-margin-bottom:3%;
-padding-bottom:0.1%;
-border-radius: 15px;
-border-top-left-radius:0px;
-border-top-right-radius:0px;
-color:#000;
-margin: 10px auto;
-position:relative;
-
-
-       }
-
-#header{
-
-  height:auto;
-  width:100%;
-  background-color:#353639;
-  padding-bottom:5px;
-  padding-left:5px;
-  padding-right:5px;
-  padding-top:10px;
-  position: fixed;
-  top: 0;
-  left: 0;
-  height:40px;
-  overflow:visible;
-  min-width:400px;
-  z-index:20;
-
-
- }
+body {
+    margin:0;
+    padding:<length> 0 0 0;
+    font: 100%/1.4 Helvetica;
+    background-image:url(../background.jpg);
+    background-position:center;
+}
 
+#headline {
+    background-color:#353639;
+    opacity:0.9;
+    color:FFF;
+    text-align:center;
+}
 
+#article {
+    background-color:#FFFFFF;
+    opacity: 0.8;
+    z-index:0;
+    margin-bottom:3%;
+    padding-bottom:0.1%;
+    border-radius: 15px;
+    border-top-left-radius:0px;
+    border-top-right-radius:0px;
+    color:#000;
+    margin: 10px auto;
+    position:relative;
+}
 
+#header {
+    height:auto;
+    width:100%;
+    background-color:#353639;
+    padding-bottom:5px;
+    padding-left:5px;
+    padding-right:5px;
+    padding-top:10px;
+    position: fixed;
+    top: 0;
+    left: 0;
+    height:40px;
+    overflow:visible;
+    min-width:400px;
+    z-index:20;
+}
 
-#content{
+#content {
        padding-top:70px;
        z-index:-20;
        max-width:420px;
-
-       }
-
+}
 
 /* ~~ Element/tag selectors ~~ */
 ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
@@ -90,12 +71,10 @@ h1, h2, h3, h4, h5, h6, p {
        padding-left: 1px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method.
  */
  color:#000;
-
 }
 
 a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
-
 }
 
 /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
@@ -103,10 +82,9 @@ a img { /* this selector removes the default blue border displayed in some brows
        color:#414958;
        text-decoration: underline;  unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
 
-
 a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
-       text-decoration: none;}
-
+       text-decoration: none;
+}
 
 * {
     -webkit-touch-callout: none;
index 7f23ebc..8c81048 100644 (file)
@@ -7,7 +7,7 @@
     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>\r
     <title>Help</title>\r
 \r
-    <link rel="stylesheet" type="text/css" href="../help.css">\r
+    <link rel="stylesheet" type="text/css" href="../help-phone.css">\r
 </head>\r
 \r
 <body>\r
index dd01ccf..78f7357 100644 (file)
@@ -7,7 +7,7 @@
     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>\r
     <title>Help</title>\r
 \r
-    <link rel="stylesheet" type="text/css" href="../help.css">\r
+    <link rel="stylesheet" type="text/css" href="../help-phone.css">\r
 </head>\r
 \r
 <body>\r
index 5ca2618..58e68df 100644 (file)
@@ -7,7 +7,7 @@
     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>\r
     <title>Help</title>\r
 \r
-    <link rel="stylesheet" type="text/css" href="../help.css">\r
+    <link rel="stylesheet" type="text/css" href="../help-phone.css">\r
 </head>\r
 \r
 <body>\r