fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17390] more on mobilefrontend


From: sigurdne
Subject: [Fmsystem-commits] [17390] more on mobilefrontend
Date: Mon, 4 Dec 2017 04:24:47 -0500 (EST)

Revision: 17390
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17390
Author:   sigurdne
Date:     2017-12-04 04:24:47 -0500 (Mon, 04 Dec 2017)
Log Message:
-----------
more on mobilefrontend

Modified Paths:
--------------
    trunk/phpgwapi/templates/mobilefrontend/css/base.css

Modified: trunk/phpgwapi/templates/mobilefrontend/css/base.css
===================================================================
--- trunk/phpgwapi/templates/mobilefrontend/css/base.css        2017-12-03 
17:14:37 UTC (rev 17389)
+++ trunk/phpgwapi/templates/mobilefrontend/css/base.css        2017-12-04 
09:24:47 UTC (rev 17390)
@@ -66,56 +66,6 @@
        padding:0;
 }
 
-* {
-  box-sizing: border-box;
-}
-html {
- /* font-family: helvetica;*/
-}
-
-html, body {
-  max-width: 100vw;
-}
-
-table {
- margin: auto;
-  border-collapse: collapse;
-  overflow-x: auto;
-  display: block;
-  width: fit-content;
-  max-width: 100%;
-  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
-}
-
-td, th {
-  border: solid rgb(200, 200, 200) 1px;
-  padding: .5rem;
-}
-
-th {
-  text-align: left;
-  background-color: rgb(190, 220, 250);
- /* text-transform: uppercase;*/
-  padding-top: 1rem;
-  padding-bottom: 1rem;
-  border-bottom: rgb(50, 50, 100) solid 2px;
-  border-top: none;
-}
-
-td {
-  white-space: nowrap;
-  border-bottom: none;
-  color: rgb(20, 20, 20);
-}
-
-td:first-of-type, th:first-of-type {
-  border-left: none;
-}
-
-td:last-of-type, th:last-of-type {
-  border-right: none;
-}
-
 fieldset {
 margin-right: 20px;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]