Jobs on Compass often timeout
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / public / stylesheets / search_projects.css
index 8875f7f..c000711 100644 (file)
@@ -7,36 +7,13 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *******************************************************************************/
 
-input[type="text"]:focus:not([readonly]) {
-  transition: all 0s !important;
-  border-radius: 5px;
-  border: 2px solid #333333;
-  box-shadow: 0 0 15px 1px rgba(0,0,0,0.50);
-  color: #333333;
-}
-.gray {
-  background: rgb(249,249,249);
-}
-.material-search-custom {
-  left : -30px;
-
-  padding-left: 10px;
-}
-.form-group-custom {
-  width : 400px;
-  position: relative;
-  float: right;
-  left: -40%;
-}
-.form-control-custom {
-  padding-top: 10px;
-  padding-left: 50px;
-}
 .card-shadow-custom {
   box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
   border-bottom: 2px solid #8B19A2;
 }
 .row-custom {
+  display: flex;
+  flex-flow: row wrap;
   width: 100%;
   margin: 1em 1em 1em 1em;
   padding-right: 20px;
@@ -56,8 +33,7 @@ input[type="text"]:focus:not([readonly]) {
   display: inline-block;
 }
 .card-image-picture-custom {
-  margin: 1em 0em 0em 3.5em;
-  display: inline-block;
+  margin: auto;
 }
 .collection .collection-item.active {
   background-color: rgb(255,245,114);
@@ -125,8 +101,12 @@ a.a-custom-more:hover {
 span.glyphicon.glyphicon-search.form-control-feedback,
     div.form-group-custom i.material-icons {
       top: 0.5em;
-      left: 16.5em;
+      left: 16.0em;
       cursor:pointer;
       z-index: 30;
       position: absolute;
 }
+.card-image-custom {
+  display: flex;
+  flex-flow: column wrap;
+}