summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/definition/dashboard-report-grid/dashboard-report-grid.component.css
blob: bca812d375ffea51ee3f2ac442f269c74dba839c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.example-list {
    width: 100%;
    max-width: 100%;
    border: solid 1px #ccc;
    min-height: 30px;
    display: block;
    background: rgb(223, 223, 223);
    border-radius: 4px;
    overflow: hidden;
    align-items: center;
    cursor: move;
}

.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.data-table{
    width: 60%;
    height: 200px;
    overflow: scroll;
}
table{
width: 100%;
}

tr {
    width: 50%;
}

th{
    width: 50%;
}

td{
    width: 50%;
}

label{
    size: 70px;
}
.field-group {
    position: relative;
    display: block;
}
.field-group input.input-emphasized[type="search"] + .reset-field:after {
    top: 14px; }
.field-group input + .reset-field {
    background: none;
    height: 36px;
    width: 45px;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    border: none;
    content: " "; }
label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row {
    margin-top: 5px;
}
.defaultFontSize{
    font-size: 16px;
    width: 800px;
    height: 40px;
}
input {
    width: 800px;
    height: 20px;
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle; }
input {
    padding: 8px 15px 8px 15px; }
select,
textarea,
input {
    border-radius: 6px;
    color: #5a5a5a;
    display: inline-block;
    font-size: 1.6rem;
    margin: 0px;
    padding: 0 15px 0 15px;
    vertical-align: middle;
    line-height: normal; }
input {
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    -webkit-appearance: none;
    box-shadow: 2px 3px 2px -2px rgba(0, 0, 0, 0.08) inset;
    transition: border .3s linear 0s;
    font-family: "Omnes-ECOMP-W02", Arial; }
.field-group {
    position: relative;
    display: block; }


.search{
    width: 300px;
    height:30px;
    border-radius: 6px;
}