Jobs on Compass often timeout
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / public / stylesheets / search_projects.css
1 /*******************************************************************************
2  * Copyright (c) 2017 Kumar Rishabh and others.
3  *
4  * All rights reserved. This program and the accompanying materials
5  * are made available under the terms of the Apache License, Version 2.0
6  * which accompanies this distribution, and is available at
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *******************************************************************************/
9
10 .card-shadow-custom {
11   box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
12   border-bottom: 2px solid #8B19A2;
13 }
14 .row-custom {
15   display: flex;
16   flex-flow: row wrap;
17   width: 100%;
18   margin: 1em 1em 1em 1em;
19   padding-right: 20px;
20 }
21 .card-title-div-custom {
22   margin: 0.5em 0 0.5em 0;
23   text-align: left;
24   display: inline-block;
25 }
26 .card-title-span-custom {
27   margin: 0 0 0 2em;
28   display: inline-block;
29 }
30 .card-title-div-custom-right {
31   margin: 0.5em 0em 0.5em 0;
32   text-align: right;
33   display: inline-block;
34 }
35 .card-image-picture-custom {
36   margin: auto;
37 }
38 .collection .collection-item.active {
39   background-color: rgb(255,245,114);
40   text-decoration: none;
41   transition: none;
42 }
43 .collection a.collection-item:not(.active):hover {
44   background-color: rgb(255,245,114);
45   text-decoration: none;
46   transition: none;
47 }
48 .collection .collection-item {
49   padding: 1px 25px;
50   border-bottom: 0px;
51   transition: none;
52 }
53 .chip > a {
54   display: block;
55   text-decoration: none;
56   text-align: center;
57   display:inline-block;
58     font-size:13px;
59     font-weight:500;
60     color:rgba(0, 0, 0, 0.6) !important;
61     margin-right: 15px !important;
62     margin-left: 15px !important;
63     text-transform: none !important;
64 }
65 .chip > a:hover {
66   background-color: transparent;
67   text-decoration: none;
68   transition: none;
69 }
70 a.a-custom-more {
71   display: block;
72   text-decoration: none;
73   text-align: center;
74   display:inline-block;
75     font-size: 20px;
76     font-weight:500;
77     color:rgba(0, 0, 0, 0.6) !important;
78     margin-right: 15px !important;
79     text-transform: none !important;
80 }
81 a.a-custom-more:hover {
82   background-color: transparent;
83 }
84 .collection-custom {
85   margin: 0em 0em 0em 1em;
86 }
87 .card .row .card-action-custom {
88   margin-left: 20px;
89 }
90 .rating {
91   color: rgb(253,225,109) !important;
92 }
93 .filled-stars .star i {
94   color: rgb(253,225,109) !important;
95 }
96 .glyphicon-star-empty {
97   color: rgb(221,221,221);
98 }
99 .star {
100 }
101 span.glyphicon.glyphicon-search.form-control-feedback,
102     div.form-group-custom i.material-icons {
103       top: 0.5em;
104       left: 16.0em;
105       cursor:pointer;
106       z-index: 30;
107       position: absolute;
108 }
109 .card-image-custom {
110   display: flex;
111   flex-flow: column wrap;
112 }