Spacing nits

This commit is contained in:
Héctor Ramos
2016-08-03 10:44:10 -07:00
parent 8a1aec3702
commit 02060c1cda

View File

@@ -1580,63 +1580,57 @@ input#algolia-doc-search:focus {
color: #3B3738; color: #3B3738;
} }
.params, .props .params, .props {
{ border-spacing: 0;
border-spacing: 0; border: 0;
border: 0; border-collapse: collapse;
border-collapse: collapse;
} }
.params .name, .props .name, .name code { .params .name, .props .name, .name code {
color: #4D4E53; color: #4D4E53;
} }
.params td, .params th, .props td, .props th .params td, .params th, .props td, .props th {
{ border: 1px solid #ddd;
border: 1px solid #ddd; margin: 0px;
margin: 0px; text-align: left;
text-align: left; vertical-align: top;
vertical-align: top; padding: 4px 6px;
padding: 4px 6px; display: table-cell;
display: table-cell;
} }
.params thead tr, .props thead tr .params thead tr, .props thead tr {
{ background-color: hsl(198, 75%, 88%);
background-color: hsl(198, 75%, 88%); font-weight: bold;
font-weight: bold;
} }
.params .params thead tr, .props .props thead tr .params .params thead tr, .props .props thead tr {
{ background-color: #fff;
background-color: #fff; font-weight: bold;
font-weight: bold;
} }
.params th, .props th { border-right: 1px solid #aaa; } .params th, .props th { border-right: 1px solid #aaa; }
.params thead .last, .props thead .last { border-right: 1px solid #ddd; } .params thead .last, .props thead .last { border-right: 1px solid #ddd; }
.params td.description > div > p:first-child, .params td.description > div > p:first-child,
.props td.description > div > p:first-child .props td.description > div > p:first-child {
{ margin-top: 0;
margin-top: 0; padding-top: 0;
padding-top: 0;
} }
.params td.description > p:last-child, .params td.description > p:last-child,
.props td.description > p:last-child .props td.description > p:last-child {
{ margin-bottom: 0;
margin-bottom: 0; padding-bottom: 0;
padding-bottom: 0;
} }
.edit-page-block { .edit-page-block {
padding: 5px; padding: 5px;
margin-bottom: 40px; margin-bottom: 40px;
font-size: 12px; font-size: 12px;
color: #887766; color: #887766;
text-align: center; text-align: center;
background-color: rgba(5, 165, 209, 0.05); background-color: rgba(5, 165, 209, 0.05);
} }
/** Web player **/ /** Web player **/