Просмотр исходного кода

Adjust style of quick app install cards

Kristan Kenney 6 лет назад
Родитель
Сommit
877cc677ad
1 измененных файлов с 9 добавлено и 8 удалено
  1. 9 8
      web/css/styles.min.css

+ 9 - 8
web/css/styles.min.css

@@ -1127,15 +1127,17 @@ form#vstobjects .alert {
   float:left;
   float:left;
   overflow: hidden;
   overflow: hidden;
   background-color: #f5f5f5;
   background-color: #f5f5f5;
-  border:1px solid #e6e6e6;
+  border:1px solid #d3d3d3;
   box-sizing: border-box;
   box-sizing: border-box;
   width:200px;
   width:200px;
   min-height:260px;
   min-height:260px;
   margin-top:3em;
   margin-top:3em;
-  margin-right:3em;
-  box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
+  margin-right:4em;
+  padding-bottom: 0.5em;
+  box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
   color: #353535;
   color: #353535;
-
+  border-radius: 4px;
+  text-align: center;
 }
 }
 
 
 .card.disable {
 .card.disable {
@@ -1164,12 +1166,11 @@ form#vstobjects .alert {
 .card .card-details p {
 .card .card-details p {
   margin: 0 0 0.3em 0;
   margin: 0 0 0.3em 0;
   font-size: 1em;
   font-size: 1em;
-  text-align: left;
 }
 }
 
 
 .card p.card-title {
 .card p.card-title {
-  font-size: 1.2em;
-  font-weight: 500;
+  font-size: 1.1em;
+  font-weight: 600;
 }
 }
 
 
 .card .card-thumb {
 .card .card-thumb {
@@ -1184,10 +1185,10 @@ form#vstobjects .alert {
   max-width: 200px;
   max-width: 200px;
   height: auto;
   height: auto;
   width: auto;
   width: auto;
-
 }
 }
 
 
 .card button {
 .card button {
+  margin-top: 0.5em;
   margin:0.3em;
   margin:0.3em;
 }
 }