summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ux/table.css
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ux/table.css')
-rw-r--r--sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ux/table.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ux/table.css b/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ux/table.css
deleted file mode 100644
index 7d829c4ce..000000000
--- a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ux/table.css
+++ /dev/null
@@ -1,20 +0,0 @@
-TABLE.table {
- border-collapse: collapse;
-}
-
-
-TABLE.table TH {
- font-weight: normal;
- text-align: left;
- vertical-align: middle;
-}
-
-TABLE.table TBODY.striped TR:nth-child(odd) {
- background: #eee;
-}
-
-TABLE.table H3 {
- margin: 0;
- font-weight: bold;
- font-size: 140%;
-}