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 @@