Minor fix to static file serving

This commit is contained in:
tomtom5152
2014-10-29 01:32:55 +00:00
parent b8cb25db67
commit 4bc4bdedc6
74 changed files with 25723 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
@import "bootstrap-compass";
@import "bootstrap-variables";
@import "bootstrap";
@import "jq-ui-bootstrap/_jq-ui-bootstrap-variable-adapter";
@import "jq-ui-bootstrap/_base";
@import "jq-ui-bootstrap/_autocomplete";
@import "jq-ui-bootstrap/_menu";
@import "jq-ui-bootstrap/_tooltip";
body, .pad-top {
padding-top: 50px;
}
#content {
padding: 40px 15px;
}
#userdropdown > li {
padding: 0 0.3em;
&.media {
display: inline-flex;
}
}
.table tbody>tr>td.vert-align
{
vertical-align: middle;
}
.align-right {
text-align: right;
}
textarea {
width: 100%;
resize: vertical;
}
.btn-page, .btn-pad { // .btn-page should be refactored out to .btn-page in the future
margin: 0 0 0.5em;
}
.custom-combobox {
display: block;
}