diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-20 15:56:22 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-20 15:56:22 +0200 |
commit | d7db6daf728540eaf7223eb077139690a7263115 (patch) | |
tree | 526f554d7644ad909b13468005e045eb6e5e5980 /utils/test/dashboard/css/opnfv_dashboard_tests.css | |
parent | 475b0290a9b3f8c95dba73ca25aafc483e38852c (diff) |
Remove Brhamaputra dashboard from repo
ELK is now the framework used for dashboarding
Change-Id: I3b56df32ab1dd16d23eb528addf599ba644df686
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/test/dashboard/css/opnfv_dashboard_tests.css')
-rw-r--r-- | utils/test/dashboard/css/opnfv_dashboard_tests.css | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/utils/test/dashboard/css/opnfv_dashboard_tests.css b/utils/test/dashboard/css/opnfv_dashboard_tests.css deleted file mode 100644 index 894725bb2..000000000 --- a/utils/test/dashboard/css/opnfv_dashboard_tests.css +++ /dev/null @@ -1,92 +0,0 @@ -/* Page CSS*/
-body {
- background-color: #ECEDEE;
- font: 16px/1.5em Helvetica Neue,helvetica,Arial,sans-serif;
- color: #2E2925;
-}
-#title {
- font-size: 30px;
-}
-
-#tests {
- font-size: 20px;
- color: white;
-}
-
-#test_unit {
- position: relative;
- left: 200px;
-}
-
-#testcase_selected{
- position: relative;
- left: 50px;
- font-size: 20px;
- color: #00ADBB;
-}
-
-/* Chart CSS */
-.chart {
- border: 1px dashed #2E2925;
- margin: 5px;
- padding: 2px;
- width: 600px;
- height:300px;
- float:left;
-}
-
-/* Dygraph CSS */
-/* This applies to the title, x-axis label and y-axis label */
-#div_g .dygraph-label {
- font-family: Helvetica Neue,helvetica,Arial,sans-serif;
-}
-/* This rule only applies to the chart title */
-#div_g .dygraph-title {
- font-size: 12px;
- color : #2E2925;
-}
- /* This rule only applies to the y-axis label */
-#div_g .dygraph-ylabel {
- font-size: 10px;
- color : #2E2925;
-}
-
-.btn-default{
- font-size: 20px;
- background-color: #FFFFFF; /*#0095A2*/
-}
-
-.dropdown-header{
- font-size: 20px;
- background-color: #FFFFFF; /*#0095A2*/
-}
-
-.dropdown-menu{
- font-size: 16px;
- background-color: #FFFFFF; /*#0095A2*/
-}
-
-.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
- background-color: #00ADBB;
- color: #2E2925;
-}
-
-.nav-pills > li > a{
- font-size: 20px;
- background-color: #0095A2;
- color: #2E2925;
-}
-
-.nav-pills > li.active > a{
- font-size: 20px;
- background-color: #FFFFFF;
- color: #2E2925;
-}
-
-/* Overrides dygraph-legend */
-.dygraph-legend {
- font-size: 10px !important;
- width: 400px !important;
- text-align: left !important;
- left: 200px !important;
-}
|