rename querytable as querygrid
[myslice.git] / plugins / querygrid / static / css / querygrid.css
similarity index 77%
rename from plugins/querytable/static/css/querytable.css
rename to plugins/querygrid/static/css/querygrid.css
index 5af1b81..888c905 100644 (file)
@@ -1,8 +1,8 @@
 /* the bottom of the datatable needs more space */
-div.querytable-spacer { padding: 8px 4px 15px 4px; }
+div.querygrid-spacer { padding: 8px 4px 15px 4px; }
 
 /* use same height as the googlemap plugin for nicer effect */
-div.querytable {
+div.querygrid {
     width:  100%;
     height: 600px;
 }
@@ -10,24 +10,24 @@ div.querytable {
 /* this is crucial for slickgrid and bootstrap3 to play together nicely
    https://github.com/mleibman/SlickGrid/issues/742
  */
-div.querytable div {
+div.querygrid div {
   -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
           box-sizing: content-box;
 }
 
-div.querytable .slick-column-name {
+div.querygrid .slick-column-name {
     font-weight: bold;
     font-size: medium;
     padding: 5px;
  }
 
-div.querytable {
+div.querygrid {
     font-size: small;
 }
 
 /* an example of the css classes used */
-.querytable-column-network_hrn {
+.querygrid-column-network_hrn {
     background-color:red;
 }