assets/css/tools.css in appscms-tools-theme-0.7.1 vs assets/css/tools.css in appscms-tools-theme-0.7.2
- old
+ new
@@ -120,10 +120,16 @@
.nav__item {
padding: 15px 0;
}
}
@media (max-width: 768px) {
+ .file-detail-table {
+ overflow-x: scroll;
+ }
+ .compare-table {
+ overflow-x: scroll;
+ }
.faq-list {
width: 100% !important;
}
.feature-h1,
.feature-h2 {
@@ -385,11 +391,11 @@
background: rgba(0, 0, 0, 0.1);
border: 2px dashed rgba(0, 0, 0, 0.15);
}
.div-cont {
display: flex;
- overflow: hidden;
+ /* overflow: hidden; */
}
.content-box {
display: flex;
flex: 1 1 auto;
z-index: 1;
@@ -923,11 +929,11 @@
list-style: none;
position: relative;
}
.header {
- overflow: hidden;
+ /* overflow: hidden; */
/* background-color: #f1f1f1; */
padding: 20px 10px;
}
.header a {
@@ -1379,11 +1385,11 @@
.div-cont {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
- overflow: hidden;
+ /* overflow: hidden; */
}
.div-cont > svg {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1524,12 +1530,35 @@
font-size: 12px;
font-weight: 700;
right: 1px;
border-radius: 50%;
margin-top: 1px;
+ padding:9px;
}
.file-detail-table th,
.file-detail-table td {
border: none !important;
+}
+.softwares-section img {
+ height: 37px;
+ width: 37px;
+}
+.software-name {
+ color: #1565c0 !important;
+ font-size: 1.1rem;
+ margin-top: -4px;
+ margin-left: 4px;
+}
+.software-value {
+ font-size: 0.7rem;
+ margin-left: 4px;
+ color: #6d6d6d;
+ margin-top: -3px;
+}
+#rating-img {
+ height: 1px;
+ width: 1px;
+ filter: brightness();
+ filter: brightness(100);
}
/* close */