Inventory details

This commit is contained in:
2016-09-02 12:33:38 -04:00
parent f5e438e994
commit 9cdf90b1e9
18 changed files with 206 additions and 171 deletions
+4 -32
View File
@@ -47,38 +47,6 @@ textarea {
min-height: 90px;
}
/* Customer List */
.customer-list .panel-heading {
font-size: 1.4em;
}
.customer-list .panel-heading .btn {
margin-top: -5px;
}
.customer-list th {
width: 100px;
}
.customer-list table {
font-size: 1em;
}
.customer-list .panel > .table + .panel-body {
border-top: none;
}
.opportunity-list h3, .risk-list h3 {
margin-top: 0;
}
.opportunity-list .add-btn,
.risk-list .add-btn {
display: inline-block;
font-size: 0.9em;
margin-top: 1.5em;
}
.ng-hide-remove {
-webkit-transition:0.3s linear opacity;
transition:0.3s linear opacity;
@@ -101,6 +69,10 @@ textarea {
height: 70vh;
}
th.control-column {
width: 1%;
}
/*.has-feedback ng-transclude ~ input-validation-icons .form-control-feedback {
top: 26px;
}*/