fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16646] css-formatting


From: sigurdne
Subject: [Fmsystem-commits] [16646] css-formatting
Date: Thu, 27 Apr 2017 14:11:22 -0400 (EDT)

Revision: 16646
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16646
Author:   sigurdne
Date:     2017-04-27 14:11:22 -0400 (Thu, 27 Apr 2017)
Log Message:
-----------
css-formatting

Modified Paths:
--------------
    trunk/phpgwapi/templates/pure/css/demo_mmenu.css
    trunk/phpgwapi/templates/pure/head.inc.php
    trunk/property/inc/class.uiproject.inc.php

Modified: trunk/phpgwapi/templates/pure/css/demo_mmenu.css
===================================================================
--- trunk/phpgwapi/templates/pure/css/demo_mmenu.css    2017-04-27 15:53:37 UTC 
(rev 16645)
+++ trunk/phpgwapi/templates/pure/css/demo_mmenu.css    2017-04-27 18:11:22 UTC 
(rev 16646)
@@ -12,7 +12,7 @@
        background-color: #fff;
        font-family: Arial, Helvetica, Verdana;
        font-size: 14px;
-       line-height: 22px;
+/*     line-height: 22px;*/
        color: #666;
        min-height: 100%;
        position: relative;
@@ -114,78 +114,10 @@
 
 .content
 {
-       padding: 15px 50px 50px 10px;
+       padding: 15px 0px 50px 0px;
 }
 
-/*
-       LAYOUT
-*/
-/*
-#hamburger
-{
-       display: block;
-       width: 40px;
-       height: 36px;
-       margin: 20px;
-       position: fixed;
-       top: 0;
-       left: 0;
-       z-index: 2;
-}
-#hamburger:before,
-#hamburger:after,
-#hamburger span
-{
-       background: #fff;
-       content: '';
-       display: block;
-       width: 30px;
-       height: 6px;
-       position: absolute;
-       left: 5px;
-}
-#hamburger:before
-{
-       top: 5px;
-}
-#hamburger:after
-{
-       bottom: 5px;
-}
-#hamburger span
-{
-       top: 50%;
-       margin-top: -3px;
-}
- 
address@hidden all and (min-width: 1430px)
-{
-       #hamburger {
-               display: none;
-       }
-}
-
- Hamburger animation 
-#hamburger:before,
-#hamburger:after,
-#hamburger span
-{
-       transition: none 0.5s ease 0.5s;
-       transition-property: transform, top, bottom, left, opacity;
-        box-shadow: 0px 0px 1px 0px #777;
-}
-html.mm-opening #hamburger span
-{
-       left: -50px;
-       opacity: 0;
-}
-html.mm-opening #hamburger:before
-{
-       transform: rotate( 45deg );
-       top: 15px;
-}
-html.mm-opening #hamburger:after
-{
-       transform: rotate( -45deg );
-       bottom: 15px;
-}*/
\ No newline at end of file
+div.dt-buttons {
+    float: none !important;
+    text-align: left;
+}
\ No newline at end of file

Modified: trunk/phpgwapi/templates/pure/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/pure/head.inc.php  2017-04-27 15:53:37 UTC (rev 
16645)
+++ trunk/phpgwapi/templates/pure/head.inc.php  2017-04-27 18:11:22 UTC (rev 
16646)
@@ -53,7 +53,7 @@
        $stylesheets[] = "/phpgwapi/templates/pure/css/pure-extension.css";
        $stylesheets[] = 
"/phpgwapi/templates/pure/css/grids-responsive-min.css";
        $stylesheets[] = 
"/phpgwapi/js/DataTables/extensions/Responsive/css/responsive.dataTables.min.css";
-       $stylesheets[] = "/phpgwapi/templates/base/css/base.css";
+//     $stylesheets[] = "/phpgwapi/templates/base/css/base.css";
 
 //     $stylesheets[] = "/phpgwapi/templates/pure/css/side-menu.css";
 //     $stylesheets[] = "/phpgwapi/templates/pure/css/baby-blue.css";
@@ -63,7 +63,7 @@
        {
                $stylesheets[] = 
"/phpgwapi/templates/pure/themes/{$GLOBALS['phpgw_info']['user']['preferences']['common']['theme']}.css";
        }
-       $stylesheets[] = "/{$app}/templates/base/css/base.css";
+//     $stylesheets[] = "/{$app}/templates/base/css/base.css";
        //$stylesheets[] = "/{$app}/templates/portico/css/base.css";
        
if(isset($GLOBALS['phpgw_info']['user']['preferences']['common']['theme']))
        {

Modified: trunk/property/inc/class.uiproject.inc.php
===================================================================
--- trunk/property/inc/class.uiproject.inc.php  2017-04-27 15:53:37 UTC (rev 
16645)
+++ trunk/property/inc/class.uiproject.inc.php  2017-04-27 18:11:22 UTC (rev 
16646)
@@ -2143,7 +2143,8 @@
                                'lang_no_cat' => lang('Select category'),
                                'value_cat_id' => isset($values['cat_id']) ? 
$values['cat_id'] : '',
                                'cat_select' => 
$this->cats->formatted_xslt_list(array('select_name' => 'values[cat_id]',
-                                       'selected' => $values['cat_id'], 
'required' => isset($config->config_data['project_optional_category']) && 
$config->config_data['project_optional_category'] ? false : true)),
+                                       'selected' => $values['cat_id'], 
'required' => isset($config->config_data['project_optional_category']) && 
$config->config_data['project_optional_category'] ? false : true,
+                                       'class'=>'pure-input-1-2')),
                                'lang_workorder_id' => lang('Workorder ID'),
                                'lang_sum' => lang('Sum'),
                                'value_remainder' => $value_remainder,




reply via email to

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