complete the actual side by side, but need to fix the margin

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-03-24 12:50:58 +08:00
parent cc8241709a
commit a0c1f9ac1b
2 changed files with 96 additions and 78 deletions
+23 -18
View File
@@ -2645,28 +2645,12 @@ cont.menu ul.main-menu>li li a{
from {opacity: 0;}
to {opacity: 1;}
}
/*end of part 28----------------------------------------------------*/
/*end of part 27----------------------------------------------------*/
/*-------------------------------------------------------------------
[27. Table and Collapsible]
[28.Collapsible]
-------------------------------------------------------------------*/
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
}
th, td {
text-align: left;
padding: 8px;
font-family: Nunito;
}
tr:nth-child(even){background-color: #f2f2f2}
.collapsible {
background-color: #f8f8f8;
color: #069;
@@ -2692,6 +2676,25 @@ tr:nth-child(even){background-color: #f2f2f2}
}
/*end of part 28----------------------------------------------------*/
/*-------------------------------------------------------------------
[29. Table and Collapsible]
-------------------------------------------------------------------*/
.form-first-name, .form-last-name {
width: 46%;
border: none;
}
.form-last-name {
float: right;
}
.form-first-name {
float: left;
}
/*end of part 29----------------------------------------------------*/
/*Other Styles and helpers------------------------------------------*/
.block {
display: block;
@@ -2723,3 +2726,5 @@ h1 .button {
}