From e185a63f8030defbe7ee5892092a1cbdf32a6a06 Mon Sep 17 00:00:00 2001 From: julianpoemp Date: Thu, 27 Jun 2019 16:14:50 +0200 Subject: [PATCH] feat(queue): show further information about the service providers --- .../proceedings/proceedings.component.css | 14 ++ .../proceedings/proceedings.component.html | 2 +- .../queue-modal/queue-modal.component.css | 44 +++++- .../queue-modal/queue-modal.component.html | 148 +++++++++++++++--- .../queue-modal/queue-modal.component.ts | 31 +++- src/app/obj/operations/asr-operation.ts | 4 +- src/app/obj/operations/upload-operation.ts | 10 +- src/assets/img/BASLogo.jpg | Bin 0 -> 13246 bytes src/assets/img/RUlogoA5plusCLSTENG.jpg | Bin 735880 -> 49195 bytes src/styles.css | 14 +- 10 files changed, 216 insertions(+), 51 deletions(-) create mode 100644 src/assets/img/BASLogo.jpg diff --git a/src/app/components/proceedings/proceedings.component.css b/src/app/components/proceedings/proceedings.component.css index 987eb27..6ccc22d 100644 --- a/src/app/components/proceedings/proceedings.component.css +++ b/src/app/components/proceedings/proceedings.component.css @@ -230,4 +230,18 @@ table thead tr th:hover { margin-top: 5px; margin-bottom: 5px; cursor: pointer; +} + +.operation-tooltip .arrow { + color: skyblue !important; + border-color: skyblue !important; +} + +.operation-tooltip .tooltip-inner { + background-color: skyblue !important; + color: black !important; +} + +.operation-tooltip #ngb-tooltip-0 { + width: 200px !important; } \ No newline at end of file diff --git a/src/app/components/proceedings/proceedings.component.html b/src/app/components/proceedings/proceedings.component.html index 13cd648..3149241 100644 --- a/src/app/components/proceedings/proceedings.component.html +++ b/src/app/components/proceedings/proceedings.component.html @@ -100,7 +100,7 @@

Start Processing

diff --git a/src/app/modals/queue-modal/queue-modal.component.css b/src/app/modals/queue-modal/queue-modal.component.css index b360785..4b5f0ed 100644 --- a/src/app/modals/queue-modal/queue-modal.component.css +++ b/src/app/modals/queue-modal/queue-modal.component.css @@ -1,15 +1,47 @@ -table tr td, -.table thead th, -.table thead th div { +#queue tr td, +#queue thead th, +#queue thead th div { text-align: center; font-size: 0.9em; } -.table tr td:first-of-type, -.table thead th:first-of-type { +#queue tr td:first-of-type, +#queue thead th:first-of-type { text-align: left; } -.table thead th { +#queue thead th { vertical-align: top; +} + +.languageTable thead th { + text-align: center; + font-size: 0.8em; + vertical-align: middle; +} + +.languageTable .selected { + background-color: powderblue; +} + +.languageTable tr td { + font-size: 0.8em; + cursor: pointer; + vertical-align: middle; +} + +.languageTable .logo { + width: 120px; +} + +.languageTable a { + display: block; +} + +.popover-header{ + font-size: 0.9em; +} + +ngb-tooltip-window { + opacity: 1; } \ No newline at end of file diff --git a/src/app/modals/queue-modal/queue-modal.component.html b/src/app/modals/queue-modal/queue-modal.component.html index c346c71..9f3ad09 100644 --- a/src/app/modals/queue-modal/queue-modal.component.html +++ b/src/app/modals/queue-modal/queue-modal.component.html @@ -9,12 +9,17 @@