DmitrMakeev
commited on
Commit
•
aab44de
1
Parent(s):
26457db
Update data_gc_tab.html
Browse files- data_gc_tab.html +2 -2
data_gc_tab.html
CHANGED
@@ -87,7 +87,7 @@
|
|
87 |
color: white;
|
88 |
transition: width 0.3s ease;
|
89 |
}
|
90 |
-
#filter-field, #filter-type, #filter-value, #filter-clear {
|
91 |
padding: 10px;
|
92 |
font-size: 16px;
|
93 |
margin: 5px;
|
@@ -98,7 +98,7 @@
|
|
98 |
#filter-clear {
|
99 |
padding: 10px 20px;
|
100 |
}
|
101 |
-
#filter-field, #filter-type, #filter-value, #filter-clear {
|
102 |
padding: 10px;
|
103 |
font-size: 16px;
|
104 |
margin: 5px;
|
|
|
87 |
color: white;
|
88 |
transition: width 0.3s ease;
|
89 |
}
|
90 |
+
#filter-field, #filter-type, #filter-value, #filter-clear , #download-json{
|
91 |
padding: 10px;
|
92 |
font-size: 16px;
|
93 |
margin: 5px;
|
|
|
98 |
#filter-clear {
|
99 |
padding: 10px 20px;
|
100 |
}
|
101 |
+
#filter-field, #filter-type, #filter-value, #filter-clear, #download-json {
|
102 |
padding: 10px;
|
103 |
font-size: 16px;
|
104 |
margin: 5px;
|