fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17554] design changes


From: roger . kolseth
Subject: [Fmsystem-commits] [17554] design changes
Date: Thu, 11 Jan 2018 09:55:46 -0500 (EST)

Revision: 17554
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17554
Author:   rogkol
Date:     2018-01-11 09:55:45 -0500 (Thu, 11 Jan 2018)
Log Message:
-----------
design changes

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

Modified: trunk/phpgwapi/templates/aalesund/css/sample.css
===================================================================
--- trunk/phpgwapi/templates/aalesund/css/sample.css    2018-01-11 14:53:49 UTC 
(rev 17553)
+++ trunk/phpgwapi/templates/aalesund/css/sample.css    2018-01-11 14:55:45 UTC 
(rev 17554)
@@ -11,8 +11,8 @@
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
-  padding-top: 5%;
-  padding-bottom: 5%; 
+  padding-top: 3%;
+  padding-bottom: 3%; 
   border-radius: 0;
   margin-bottom: 0;
 }
@@ -47,8 +47,9 @@
 }
 
 .header-text{
-    font-family: Lucida Console;
-    font-size: 35pt;
+    max-width: 620px;
+    margin-left: auto;
+    margin-right: auto;
 }
 
 .header-text a{
@@ -60,11 +61,11 @@
 }
 
 .navbar-nav a:hover{
-    background-color: whitesmoke;
+    background-color: #f8f9fa;
 }
 
 .navbar-nav a{
-    padding: 2.4em;
+    padding: 2.8em;
     color: black;
 }
 
@@ -111,7 +112,6 @@
 
 #update-search-result{
     margin-top: 1.5em;
-    background-color: #428bca;
 }
 
 /address@hidden screen and (max-width: 560px) {
@@ -128,6 +128,8 @@
     padding-bottom: 4%;
 }
 
+
+
 .search-button{
     border-right: 2px solid #26348B;
     border-top: 2px solid #26348B;
@@ -134,6 +136,10 @@
     border-bottom: 2px solid #26348B;
 }
 
+.search-button i{
+    color: #26348B;
+}
+
 .adv-search-button:hover{
     cursor: pointer;
 }
@@ -142,6 +148,7 @@
     margin-top: .5em;
     display: inline-block;
     float: right;
+    color: #26348B;
 }
 
 
@@ -157,6 +164,10 @@
 
 .card{
     margin-top: 30px;
+    border: none;
+    -webkit-box-shadow: 6px 9px 12px -2px rgba(173,173,173,1);
+    -moz-box-shadow: 6px 9px 12px -2px rgba(173,173,173,1);
+    box-shadow: 6px 9px 12px -2px rgba(173,173,173,1);
 }
 
 .input-group{
@@ -196,6 +207,11 @@
     border: 2px solid #26348B;
 }
 
+.main-search input:hover{
+/*    background-color: rgb(221,221,211);*/
+    background-color: #f8f9fa;
+}
+
 .control {
     display: block;
     position: relative;
@@ -203,8 +219,8 @@
     margin-bottom: 5px;;
     cursor: pointer;
     font-size: 18px;
-    
 }
+
 .control input {
     position: absolute;
     z-index: -1;
@@ -212,6 +228,7 @@
 }
 .control__indicator {
     position: absolute;
+    border-radius: .15rem;
     top: 2px;
     left: 0;
     height: 20px;
@@ -235,11 +252,11 @@
     display: block;
 }
 .control--checkbox .control__indicator:after {
-    left: 7px;
-    top: 3px;
-    width: 3px;
-    height: 8px;
-    border: solid #428bca;;
+    left: 6px;
+    top: 2px;
+    width: 6px;
+    height: 11px;
+    border: solid #26348B;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
 }
@@ -270,7 +287,7 @@
 }
 
 .application-group .heading{
-    border-bottom: 2px solid #428bca;
+    border-bottom: 2px solid #26348B;
 }
 
 .no-padding-left{
@@ -295,7 +312,7 @@
 
 .btn-main{
     color: #fff;
-    background-color: #428bca;
+    background-color: #26348B;
     border-color: #007bff;
 }
 
@@ -316,5 +333,21 @@
 }
 
 .navbar-brand{
-    padding: 0;
+    padding-top: 0;
+    padding-bottom: 1rem;
+}
+
+.header-style-m{
+    font-family: Raleway;
+    font-size: 20pt;
+}
+
+.header-style-l{
+    font-family: Raleway;
+    font-size: 35pt;
+    font-weight: bold;
+}
+
+.card dt{
+    display: none;
 }
\ No newline at end of file

Modified: trunk/phpgwapi/templates/aalesund/head.tpl
===================================================================
--- trunk/phpgwapi/templates/aalesund/head.tpl  2018-01-11 14:53:49 UTC (rev 
17553)
+++ trunk/phpgwapi/templates/aalesund/head.tpl  2018-01-11 14:55:45 UTC (rev 
17554)
@@ -18,6 +18,7 @@
         <script type="text/javascript" src="{javascript_uri}"></script>
         <!-- END javascript -->
         <link rel="stylesheet" type="text/css" 
href="//fonts.googleapis.com/css?family=Raleway" />
+       
         {css}
 
         <script type="text/javascript">
@@ -41,7 +42,7 @@
     <body class="">
         <nav class="navbar navbar-expand-md">
 
-                <div class="container">
+                <div class="container header-container">
                     <button class="navbar-toggler mr-auto active" 
type="button" data-toggle="collapse" data-target="#Navbar">
                         <span class="navbar-toggler-icon"></span>
                     </button>  

Modified: trunk/phpgwapi/templates/aalesund/js/sample.js
===================================================================
--- trunk/phpgwapi/templates/aalesund/js/sample.js      2018-01-11 14:53:49 UTC 
(rev 17553)
+++ trunk/phpgwapi/templates/aalesund/js/sample.js      2018-01-11 14:55:45 UTC 
(rev 17554)
@@ -31,7 +31,14 @@
     $('#fullSizeImage').append('<img src="'+ src +'" />');
 }
 
+$(function toogleAdvSearch() {
+    if (!document.getElementById("main-page")) {
+        $(".header-container").css("border-bottom", "1.5px solid #89266a");
+        $(".header-container").css("margin-bottom", "2em");
+    }
+});
 
+
 //$(function checkView() {
 //
 //$(window).scroll(function() {




reply via email to

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