Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / themes / pmahomme / css / gis.css.php
blob66348e344e0317d3f4bc8695cd8e5dc77aeffd60
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * GIS styles for the pmahomme theme
6 * @package PhpMyAdmin-theme
7 * @subpackage PMAHomme
8 */
10 // unplanned execution path
11 if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
12 exit();
16 .gis_table td {
17 vertical-align: middle;
20 .gis_table select {
21 min-width: 151px;
22 margin: 6px;
25 .gis_table .button {
26 text-align: <?php echo $right; ?>;
29 /**
30 * GIS data editor styles
32 a.close_gis_editor {
33 float: <?php echo $right; ?>;
36 #gis_editor {
37 display: none;
38 position: fixed;
39 _position: absolute; /* hack for IE */
40 z-index: 1001;
41 overflow-y: auto;
42 overflow-x: hidden;
45 #gis_data {
46 min-height: 230px;
49 #gis_data_textarea {
50 height: 6em;
53 #gis_data_editor {
54 background: #D0DCE0;
55 padding: 15px;
56 min-height: 500px;
59 #gis_data_editor .choice {
60 display: none;
63 #gis_data_editor input[type="text"] {
64 width: 75px;