|
|
@@ -1127,15 +1127,17 @@ form#vstobjects .alert {
|
|
|
float:left;
|
|
|
overflow: hidden;
|
|
|
background-color: #f5f5f5;
|
|
|
- border:1px solid #e6e6e6;
|
|
|
+ border:1px solid #d3d3d3;
|
|
|
box-sizing: border-box;
|
|
|
width:200px;
|
|
|
min-height:260px;
|
|
|
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;
|
|
|
-
|
|
|
+ border-radius: 4px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
.card.disable {
|
|
|
@@ -1164,12 +1166,11 @@ form#vstobjects .alert {
|
|
|
.card .card-details p {
|
|
|
margin: 0 0 0.3em 0;
|
|
|
font-size: 1em;
|
|
|
- text-align: left;
|
|
|
}
|
|
|
|
|
|
.card p.card-title {
|
|
|
- font-size: 1.2em;
|
|
|
- font-weight: 500;
|
|
|
+ font-size: 1.1em;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
.card .card-thumb {
|
|
|
@@ -1184,10 +1185,10 @@ form#vstobjects .alert {
|
|
|
max-width: 200px;
|
|
|
height: auto;
|
|
|
width: auto;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.card button {
|
|
|
+ margin-top: 0.5em;
|
|
|
margin:0.3em;
|
|
|
}
|
|
|
|