Create Catalogue page
[releng.git] / utils / test / reporting / pages / app / styles / custome.css
1 .container-tablesize {
2     margin: auto 5%;
3 }
4
5 .btn-outline {
6     border-color: white;
7 }
8
9 .chosen-container-single .chosen-single {
10     background: #ffffff;
11     box-shadow: none;
12     -moz-box-sizing: border-box;
13     background-color: #FFFFFF;
14     border: 1px solid #CBD5DD;
15     border-radius: 2px;
16     cursor: text;
17     height: 25px;
18     margin: 0;
19     min-height: 30px;
20     overflow: hidden;
21     padding: 4px 12px;
22     position: relative;
23     width: 100%;
24 }
25
26 .selectize-input {
27     height: 30px;
28     width: 100px;
29 }
30
31 .myhr {
32     border: 0.5px dashed #e7eaec;
33     border-top: 1px;
34     margin-bottom: 3px;
35 }
36
37 td.null {
38     background-color: #e7eaec;
39     color: #e7eaec;
40 }
41
42 input[type="radio"][disabled],
43 input[type="checkbox"][disabled],
44 input[type="radio"].disabled,
45 input[type="checkbox"].disabled,
46 fieldset[disabled] input[type="radio"],
47 fieldset[disabled] input[type="checkbox"] {
48     cursor: not-allowed;
49     display: none;
50 }
51
52 body,
53 html {
54     margin: 0;
55     padding: 0;
56     min-height: 100%;
57 }
58
59
60 /*img[usemap] {
61     border: none;
62     height: auto;
63     max-width: 100%;
64     width: auto;
65 }*/
66
67 .popup {
68     position: absolute;
69     display: none;
70     /*background-color: #dd8;*/
71     border-radius: 5px 5px 5px 5px;
72     background-color: #f3f3f4;
73     opacity: 0.9;
74 }
75
76 .ngdialog.ngdialog.ngdialog-theme-default .ngdialog-content {
77     background-color: #ffffff;
78     border-radius: 5px;
79 }
80
81
82 /*
83 body {
84     height: 1200px;
85 }
86
87 html {
88     min-height: 100%;
89 }*/
90
91
92 /*html,
93 body {
94     height: 100%;
95 }
96
97 #page-wrapper {
98     position: inherit;
99     margin: 0 0 0 220px;
100     min-height: 773px;
101 }*/