File: projects.less

package info (click to toggle)
cockpit 188-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 119,768 kB
  • sloc: ansic: 66,833; xml: 5,776; python: 3,122; sh: 2,322; makefile: 1,289; sed: 7
file content (141 lines) | stat: -rw-r--r-- 2,338 bytes parent folder | download | duplicates (3)
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141

@tag-border: @link-color;

table.project-body {
    margin-top: 0px;

    thead.th {
        border-top:0px;
        font-size: 12px;
    }

    tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    tr.listing-ct-item {
        border-top: 1px solid color("#eee");
        border-bottom: 1px solid color("#eee");
        cursor: pointer;
    }
}

.close-icon {
    color: #000000;
}
.user-membership-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;

    h4 {
        color: #888;
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    span {
        display: block;
        margin-left: 20px;
    }
}

.user-body {
    border: 0px;

    table.listing-ct thead th {
        border-bottom: 0px;
        border-bottom: 1px solid color("#eee");
    }
}

table.listing-ct > thead td {
    padding-top: 0px;
}

.listing-ct-head .pficon-project {
    margin-bottom: 10px;
}

span.project-description {
    font-size: 13px;
    font-weight: normal;
}

p.project-description {
    margin-top: 1em;
}

a.input-icon {
    position: absolute;
    right: 18px;
}

.project-panel {
    padding-right: 25px;
    padding-top: 5px;
}

.project-panel-actions {
    padding-right: 5px;
    padding-top: 5px;
}

table.projects-listing {
    max-width: 2000px;
    min-width: 85%;

    thead {
        th {
            border-top: 0px;
        }
    }

    tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    .details-listing {
        min-width: 70% !important;
    }

    tr.listing-ct-item {
        border-top: 1px solid color("#eee");
        border-bottom: 1px solid color("#eee");
        cursor: pointer;
    }

    tr.inner-project-listing {
        display: table-row;
    }

    tbody.first {
        tr.tag-item td {
            padding-top: 20px;
        }
    }

    tbody.last {
        tr.listing-ct-item.tag-item td:first-child {
            background-size: 100% 20px;
            background-repeat: no-repeat;
        }
    }

    tr.tag-item td {
        padding-bottom: 0px;
    }

    tr.listing-ct-item tt {
        color: @metadata-color;
    }
}