fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17064] more on eventplanner


From: sigurdne
Subject: [Fmsystem-commits] [17064] more on eventplanner
Date: Tue, 12 Sep 2017 05:39:57 -0400 (EDT)

Revision: 17064
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17064
Author:   sigurdne
Date:     2017-09-12 05:39:56 -0400 (Tue, 12 Sep 2017)
Log Message:
-----------
more on eventplanner

Modified Paths:
--------------
    trunk/eventplannerfrontend/templates/base/css/base.css
    trunk/phpgwapi/templates/frontend/css/frontend.css

Modified: trunk/eventplannerfrontend/templates/base/css/base.css
===================================================================
--- trunk/eventplannerfrontend/templates/base/css/base.css      2017-09-12 
09:30:01 UTC (rev 17063)
+++ trunk/eventplannerfrontend/templates/base/css/base.css      2017-09-12 
09:39:56 UTC (rev 17064)
@@ -1,8 +1,11 @@
-#organsation_select
-{
-       position: absolute;
-    z-index: 10;
-    background: white;
-       top: 0;
-       right: 0
-}
\ No newline at end of file
+#organsation_select{
+    background: #DF0101;
+    position:fixed;
+    padding-top:0.5em;
+    padding-right:0.5em;
+    z-index:100;
+}
+
+#organsation_select > form > label{
+ color:white
+}

Modified: trunk/phpgwapi/templates/frontend/css/frontend.css
===================================================================
--- trunk/phpgwapi/templates/frontend/css/frontend.css  2017-09-12 09:30:01 UTC 
(rev 17063)
+++ trunk/phpgwapi/templates/frontend/css/frontend.css  2017-09-12 09:39:56 UTC 
(rev 17064)
@@ -478,4 +478,11 @@
        input {
                font-size: 16px;
        }
-}
\ No newline at end of file
+}
+
+
+#hamburger{
+
+    position:fixed;
+}
+




reply via email to

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