mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 09:52:16 +00:00
Minor fix to static file serving
This commit is contained in:
46
RIGS/static/scss/screen.scss
Normal file
46
RIGS/static/scss/screen.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user