fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17438] updated css code


From: roger . kolseth
Subject: [Fmsystem-commits] [17438] updated css code
Date: Wed, 13 Dec 2017 07:25:24 -0500 (EST)

Revision: 17438
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17438
Author:   rogkol
Date:     2017-12-13 07:25:24 -0500 (Wed, 13 Dec 2017)
Log Message:
-----------
updated css code

Modified Paths:
--------------
    trunk/phpgwapi/templates/aalesund/css/sample.css

Modified: trunk/phpgwapi/templates/aalesund/css/sample.css
===================================================================
--- trunk/phpgwapi/templates/aalesund/css/sample.css    2017-12-13 12:24:43 UTC 
(rev 17437)
+++ trunk/phpgwapi/templates/aalesund/css/sample.css    2017-12-13 12:25:24 UTC 
(rev 17438)
@@ -1,3 +1,4 @@
+html,body { height:100%; }
 body {
     font-family: Raleway,Calibri,Candara,Segoe,Segoe 
UI,Optima,Arial,sans-serif !important;
     font-size: 16px;
@@ -13,6 +14,7 @@
   padding-top: 10rem;
   padding-bottom: 10rem; 
   border-radius: 0;
+  margin-bottom: 0;
 }
 
 
@@ -74,9 +76,12 @@
     display: none;
     background-color: #bad3e2;
     padding-top: 35px;
-    padding-bottom: 7%;
 }
 
+.advance-search-padding{
+    padding-bottom: 6%;
+}
+
 .advance-search ul{
     list-style-type: none;
     padding: 0;
@@ -192,6 +197,8 @@
 .application-group{
     margin-top: 2em;
     margin-bottom: 2em;
+    border: 1px solid rgba(0,0,0,.125);
+    border-radius: .25rem;
 }
 
 .application-group .heading{
@@ -200,4 +207,12 @@
 
 .no-padding-left{
     padding: 0 !important;
+}
+
+.application-background{
+    background-color: white;
+}
+
+.main-container{
+    padding-top: 2em;
 }
\ No newline at end of file




reply via email to

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