| 1 |
fieldset { |
| 2 |
margin-top: 20px; |
| 3 |
margin-bottom: 20px; |
| 4 |
} |
| 5 |
|
| 6 |
label { |
| 7 |
font-weight: bold; |
| 8 |
} |
| 9 |
|
| 10 |
.wpda_query_builder_actions { |
| 11 |
float: right; |
| 12 |
padding-bottom: 10px; |
| 13 |
} |
| 14 |
|
| 15 |
.wpda_query_builder_taskbar { |
| 16 |
background-color: #f0f0f1; |
| 17 |
padding: 10px; |
| 18 |
vertical-align: middle; |
| 19 |
} |
| 20 |
|
| 21 |
.wpda_query_builder_taskbar label { |
| 22 |
font-weight: bold; |
| 23 |
line-height: 30px; |
| 24 |
} |
| 25 |
|
| 26 |
.wpda_query_builder_taskbar select { |
| 27 |
margin-left: 5px; |
| 28 |
} |
| 29 |
|
| 30 |
.wpda_query_builder_statusbar { |
| 31 |
padding: 10px; |
| 32 |
font-weight: bold; |
| 33 |
} |
| 34 |
|
| 35 |
.wpda_query_builder_statusbar span { |
| 36 |
padding-left: 10px; |
| 37 |
line-height: 30px; |
| 38 |
vertical-align: middle; |
| 39 |
} |
| 40 |
|
| 41 |
.CodeMirror { |
| 42 |
border: 1px solid #ddd; |
| 43 |
} |
| 44 |
|
| 45 |
.nav-tab span { |
| 46 |
padding-left: 2px; |
| 47 |
} |
| 48 |
|
| 49 |
.wpda_query_builder_taskbar span { |
| 50 |
padding-left: 5px; |
| 51 |
} |
| 52 |
.wpda_query_builder_taskbar span:first-child { |
| 53 |
padding-left: 0; |
| 54 |
} |
| 55 |
|
| 56 |
table.wpda_query_builder_table { |
| 57 |
border-collapse: collapse; |
| 58 |
border: 1px solid #ccc; |
| 59 |
width: 100%; |
| 60 |
} |
| 61 |
|
| 62 |
table.wpda_query_builder_table thead { |
| 63 |
display: block; |
| 64 |
overflow-y: scroll; |
| 65 |
} |
| 66 |
|
| 67 |
table.wpda_query_builder_table tbody { |
| 68 |
display: block; |
| 69 |
overflow: scroll; |
| 70 |
height: 400px; |
| 71 |
border-top: 1px solid #ccc; |
| 72 |
background-color: #fff; |
| 73 |
} |
| 74 |
|
| 75 |
table.wpda_query_builder_table tr { |
| 76 |
width: 100%; |
| 77 |
display: table; |
| 78 |
table-layout: fixed; |
| 79 |
} |
| 80 |
|
| 81 |
table.wpda_query_builder_table th, |
| 82 |
table.wpda_query_builder_table td { |
| 83 |
overflow-wrap: anywhere; |
| 84 |
text-align: left; |
| 85 |
padding: 4px; |
| 86 |
} |
| 87 |
table.wpda_query_builder_table th { |
| 88 |
border-right: 1px solid #ccc; |
| 89 |
} |
| 90 |
table.wpda_query_builder_table th:last-child { |
| 91 |
border-right: 0; |
| 92 |
} |
| 93 |
table.wpda_query_builder_table td { |
| 94 |
border-left: 1px dotted #ccc; |
| 95 |
border-right: 1px dotted #ccc; |
| 96 |
border-bottom: 1px dotted #ccc; |
| 97 |
border-left: 0; |
| 98 |
} |
| 99 |
table.wpda_query_builder_table tr:first-child td { |
| 100 |
border-top: 0; |
| 101 |
} |
| 102 |
table.wpda_query_builder_table tr:last-child td { |
| 103 |
border-bottom: 0; |
| 104 |
} |
| 105 |
table.wpda_query_builder_table td:last-child { |
| 106 |
border-right:0; |
| 107 |
} |
| 108 |
table.wpda_query_builder_table tbody tr:hover { |
| 109 |
background-color: yellow; |
| 110 |
} |
| 111 |
|
| 112 |
.wpda_query_builder_sql { |
| 113 |
clear: both; |
| 114 |
} |
| 115 |
|
| 116 |
.wpda_query_builder_menubar { |
| 117 |
margin: 10px; |
| 118 |
text-align: right; |
| 119 |
} |
| 120 |
.wpda_query_builder_menubar label { |
| 121 |
padding: 6px 8px 0 0; |
| 122 |
} |
| 123 |
|
| 124 |
.wpda_query_builder_viewer { |
| 125 |
background: white; |
| 126 |
border: 1px solid #ccc; |
| 127 |
} |
| 128 |
.json-document { |
| 129 |
font-size: 10px; |
| 130 |
} |
| 131 |
|
| 132 |
.wpda_spinner { |
| 133 |
width: 30px; |
| 134 |
height: 30px; |
| 135 |
vertical-align: middle; |
| 136 |
padding-left: 5px; |
| 137 |
padding-right: 5px; |
| 138 |
} |
| 139 |
|
| 140 |
.wpda-query-help { |
| 141 |
font-weight: bold; |
| 142 |
} |
| 143 |
|
| 144 |
.button-primary { |
| 145 |
font-weight: bold; |
| 146 |
} |