cms/app-client/app/styles/tabs/carto.scss
author ymh <ymh.work@gmail.com>
Tue, 19 Jan 2016 19:18:34 +0100
changeset 109 d22ed5792f8e
parent 95 f7ab931581af
child 193 64afd482ac71
permissions -rw-r--r--
Correct transaction management. cf. bug https://openrdf.atlassian.net/browse/SES-2295 and tomcat default management of PUT request with form data (application/x-www-form-urlencoded encoded)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
68
69977e2aa39e improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
#mapdiv{
69977e2aa39e improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     2
  width: 100%;
95
f7ab931581af improve interface
nowmad@23.1.168.192.in-addr.arpa
parents: 68
diff changeset
     3
  height: 600px;
f7ab931581af improve interface
nowmad@23.1.168.192.in-addr.arpa
parents: 68
diff changeset
     4
  background: #eeeeee;
68
69977e2aa39e improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     5
}