modif css

This commit is contained in:
Etienne Loupias 2018-10-02 08:35:12 +02:00
parent dd6d005d99
commit d934b21a15
2 changed files with 7 additions and 17 deletions

View File

@ -1,19 +1,7 @@
# coding: utf8
# Copyright (C) 2016 Entr'ouvert
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Prototype developpe par le Grand Lyon
import base64
import json
@ -736,6 +724,6 @@ class CartADS(BaseResource):
output_string += u" </fields>\n"
output_string = output_string.encode('ascii', errors='xmlcharrefreplace')
###print >> open('/home/grandlyon/log/'+type_dossier+'_'+date_file.strftime('%Y%m%d%H%M%S')+'.wcs', 'a+'), output_string
print >> open('/home/grandlyon/log/'+type_dossier+'_'+date_file.strftime('%Y%m%d%H%M%S')+'.wcs', 'a+'), output_string
return {'data': output_string}

View File

@ -2,13 +2,14 @@
@media screen and (min-width: 1000px) {
.formdef-category-logement .imgCommune img {
position: absolute;
top: 132px;
left: 500px;
top: 45px;
left: 15px;
height: 100px;
}
}
/* File upload styling for permis de construire */
.formdef-category-logement input {font-size:0.85em;}
.formdef-category-logement .FileWithPreviewWidget {
display: flow-root;
border-bottom: 0.1em solid #80808052;
@ -41,6 +42,7 @@
.formdef-category-logement .FileWithPreviewWidget .fileinfo {
position: relative;
top: -35px;
font-size:0.8em;
}
.formdef-category-logement .FileWithPreviewWidget.widget-readonly .fileinfo {
top: 10px;