-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(queue): show further information about the service providers
- Loading branch information
1 parent
9a809c3
commit e185a63
Showing
10 changed files
with
216 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.