Skip to content

Commit

Permalink
restaura /libs/ em /municipio_SP/
Browse files Browse the repository at this point in the history
  • Loading branch information
badain committed May 22, 2020
1 parent 54c4d17 commit f85f6f8
Show file tree
Hide file tree
Showing 17 changed files with 16,376 additions and 0 deletions.
27 changes: 27 additions & 0 deletions web/municipio_SP/libs/crosstalk-1.0.0/css/crosstalk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* Adjust margins outwards, so column contents line up with the edges of the
parent of container-fluid. */
.container-fluid.crosstalk-bscols {
margin-left: -30px;
margin-right: -30px;
white-space: normal;
}

/* But don't adjust the margins outwards if we're directly under the body,
i.e. we were the top-level of something at the console. */
body > .container-fluid.crosstalk-bscols {
margin-left: auto;
margin-right: auto;
}

.crosstalk-input-checkboxgroup .crosstalk-options-group .crosstalk-options-column {
display: inline-block;
padding-right: 12px;
vertical-align: top;
}

@media only screen and (max-width:480px) {
.crosstalk-input-checkboxgroup .crosstalk-options-group .crosstalk-options-column {
display: block;
padding-right: inherit;
}
}
Loading

0 comments on commit f85f6f8

Please sign in to comment.