diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-03-10 09:34:38 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-03-10 11:05:12 +0100 |
commit | dcb90a06f0dfa25f696aeb964e861354dbd94eee (patch) | |
tree | 55fc74550035da948611f07762c65677fe852a39 /result_collection_api/tools/reporting/default.css | |
parent | ff784d8bd34944f7f621083ac7621415df8f12b7 (diff) |
reorganization of Test folder in Releng
Change-Id: I92b507105e820198691ab8b1c44e1011b983b849
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'result_collection_api/tools/reporting/default.css')
-rw-r--r-- | result_collection_api/tools/reporting/default.css | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/result_collection_api/tools/reporting/default.css b/result_collection_api/tools/reporting/default.css deleted file mode 100644 index 0e330e9..0000000 --- a/result_collection_api/tools/reporting/default.css +++ /dev/null @@ -1,56 +0,0 @@ -.panel-header-item { - position: relative; - display: inline-block; - padding-left: 17px; - padding-right: 17px; -} - -.panel-pod-name { - margin-top: 10px; - margin-right: 27px; - float:right; - padding: 6px; -} - -.panel-default > .panel-heading .badge { - background-color: #007e88; - position: relative; - display: inline-block; -} - -.panel-default > .panel-heading .progress-bar { - height: 100%; - position: absolute; - left: 0; - top: 0; - width: 100%; - background-color: #0095a2 -} -.panel-default > .panel-heading h4 { - color: white; -} - -.panel-default > .panel-heading { - background-color: #00ADBB; - overflow: hidden; - position: relative; - width: 100%; -} - -th{ - text-align: center; -} - -td{ - text-align: center; -} - -.tr-danger { - background-color: #177870; - color: white; -} - -.btn-more { - color: white; - background-color: #0095a2; -}
\ No newline at end of file |