summaryrefslogtreecommitdiff
path: root/frontend/common/table.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-26 14:56:02 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-26 14:56:02 +0200
commita17b76ac75f506f5da6fe8adf9c36632b60d4226 (patch)
treeabb0af0c4409b830dea2ef808c146223ee973933 /frontend/common/table.css
parent2231a6e1c05b07bb7ec5906716aedec93d02429c (diff)
refactor to use app-rooted js imports
Diffstat (limited to 'frontend/common/table.css')
-rw-r--r--frontend/common/table.css96
1 files changed, 0 insertions, 96 deletions
diff --git a/frontend/common/table.css b/frontend/common/table.css
deleted file mode 100644
index 4752e21..0000000
--- a/frontend/common/table.css
+++ /dev/null
@@ -1,96 +0,0 @@
-/* tables on metadata pages */
-
-h3.tt {
- margin: 1.5rem 0 0.25rem 0;
- font-size: 1.25rem;
-}
-table {
- border: 0;
- margin: 0;
- padding: 0;
- border-spacing: 0;
- line-height: 1.5;
- color: #666;
-}
-.tableObject td,
-.tableObject th {
- padding: 0.1875rem;
- vertical-align: top;
-}
-.tableObject hr {
- width: 100%;
- color: transparent;
- border: 0;
- border-bottom: 1px solid #bbb;
- align: left;
- margin: 3px 0;
- padding: 0;
-}
-.tableObject th,
-.tableTuples th {
- min-width: 8rem;
- text-align: left;
- text-transform: capitalize;
- padding-left: 0;
- padding-right: 0.625rem;
- font-weight: 300;
- color: #333;
-}
-.tableTuples td {
- text-align: right;
-}
-.tableObject td {
- font-weight: normal;
- color: #000;
-}
-.tableObject .tableObject {
- border: 0.0625rem solid #ddd;
-}
-.tableArray {
- border: 0.0625rem solid #ddd;
- border-spacing: 0;
-}
-.tableArray td {
- border-bottom: 0.0625rem solid #ddd;
-}
-
-.rows .tableRow {
- flex-wrap: wrap;
-}
-.rows .row > div.galleryRow {
- padding: 0 0.75rem 0.75rem 0.75rem;
-}
-.rows .row > div.galleryRow > div {
- display: flex;
- flex-direction: row;
- max-height: 100px;
- flex-wrap: wrap;
- max-width: 100%;
- overflow: hidden;
-}
-.galleryRow .thumbnail {
- height: 100px;
- margin-right: 0.75rem;
-}
-/*
-.gray {
- font-size: 12px;
- color: #888;
- display: block;
-}
-.sha256.heading {
- margin: 20px 0 0px;
-}
-.gray span {
- padding-right: 5px;
-}
-.gray {
- margin-bottom: 10px;
-}
-.gray a {
- color: #666;
-}
-*/
-.tableIndex {
- width: 100%;
-} \ No newline at end of file