summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/pages/app/styles/custome.css
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-10 15:43:35 -0800
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-10 15:45:32 -0800
commitf11f26d23dabde24b0bcd67ac81b094aa89eb6c9 (patch)
tree500546f6f553b049eb9ac146e7c8359d073fbf7a /utils/test/reporting/pages/app/styles/custome.css
parent122cf34bf3e656e1b7fa35e07dd8a71e42ed4d59 (diff)
Remove 'utils/test' Directory and update INFO
utils/test has been migrated to the releng-testresults repo Change-Id: If14a30e6abed1424d1e00b0fae048b7d869ec99b Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'utils/test/reporting/pages/app/styles/custome.css')
-rw-r--r--utils/test/reporting/pages/app/styles/custome.css102
1 files changed, 0 insertions, 102 deletions
diff --git a/utils/test/reporting/pages/app/styles/custome.css b/utils/test/reporting/pages/app/styles/custome.css
deleted file mode 100644
index 8e567ca6e..000000000
--- a/utils/test/reporting/pages/app/styles/custome.css
+++ /dev/null
@@ -1,102 +0,0 @@
-.container-tablesize {
- margin: auto 5%;
-}
-
-.btn-outline {
- border-color: white;
-}
-
-.chosen-container-single .chosen-single {
- background: #ffffff;
- box-shadow: none;
- -moz-box-sizing: border-box;
- background-color: #FFFFFF;
- border: 1px solid #CBD5DD;
- border-radius: 2px;
- cursor: text;
- height: 25px;
- margin: 0;
- min-height: 30px;
- overflow: hidden;
- padding: 4px 12px;
- position: relative;
- width: 100%;
-}
-
-.selectize-input {
- height: 30px;
- width: 100px;
-}
-
-.myhr {
- border: 0.5px dashed #e7eaec;
- border-top: 1px;
- margin-bottom: 3px;
-}
-
-td.null {
- background-color: #e7eaec;
- color: #e7eaec;
-}
-
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-input[type="radio"].disabled,
-input[type="checkbox"].disabled,
-fieldset[disabled] input[type="radio"],
-fieldset[disabled] input[type="checkbox"] {
- cursor: not-allowed;
- display: none;
-}
-
-body,
-html {
- margin: 0;
- padding: 0;
- min-height: 100%;
-}
-
-
-/*img[usemap] {
- border: none;
- height: auto;
- max-width: 100%;
- width: auto;
-}*/
-
-.popup {
- position: absolute;
- display: none;
- /*background-color: #dd8;*/
- border-radius: 5px 5px 5px 5px;
- background-color: #f3f3f4;
- opacity: 0.9;
- width: 200px;
-}
-
-.ngdialog.ngdialog.ngdialog-theme-default .ngdialog-content {
- background-color: #ffffff;
- border-radius: 5px;
-}
-
-
-/*
-body {
- height: 1200px;
-}
-
-html {
- min-height: 100%;
-}*/
-
-
-/*html,
-body {
- height: 100%;
-}
-
-#page-wrapper {
- position: inherit;
- margin: 0 0 0 220px;
- min-height: 773px;
-}*/ \ No newline at end of file