Resize editor overlay and its textarea on page resize
[phpmyadmin.git] / themes / bootstrap / scss / _gis.scss
blob916ce1dc7747de4287d0b1cf99f25d728a7718d5
1 /**
2  * GIS data editor styles
3  */
4 a.close_gis_editor {
5   float: right;
8 #gis_editor {
9   display: none;
10   position: fixed;
11   width: 100%;
12   height: 100%;
13   top: 0;
14   left: 0;
15   padding: 40px;
16   z-index: 1001;
17   overflow-y: auto;
18   overflow-x: hidden;
21 #gis_data {
22   min-height: 230px;
25 #gis_data_textarea {
26   height: 6em;
27   resize: vertical;
28   width: 100%;
31 #gis_data_editor {
32   background: #d0dce0;
33   padding: 15px;
34   min-height: 500px;
36   .choice {
37     display: none;
38   }
40   input[type="text"] {
41     width: 75px;
42   }