Merged ESM into feature-bootstrap4. Started work on text inputs.

This commit is contained in:
n1474335 2018-06-09 10:43:36 +01:00
commit 1ce6e32086
447 changed files with 39118 additions and 16687 deletions

0
src/web/stylesheets/components/_alert.css Normal file → Executable file
View file

0
src/web/stylesheets/components/_button.css Normal file → Executable file
View file

0
src/web/stylesheets/components/_list.css Normal file → Executable file
View file

30
src/web/stylesheets/components/_operation.css Normal file → Executable file
View file

@ -18,13 +18,13 @@
border-right: none;
}
.arg-group {
/* .arg-group {
display: table;
width: 100%;
margin-top: 10px;
}
} */
.arg-group-text {
/* .arg-group-text {
display: block;
}
@ -33,21 +33,21 @@
width: auto;
margin-right: 30px;
height: 34px;
}
} */
.inline-args input[type="checkbox"] {
/* .inline-args input[type="checkbox"] {
margin-top: 10px;
}
} */
.inline-args input[type="number"] {
/* .inline-args input[type="number"] {
width: 100px;
} */
.op-title {
font-weight: var(--op-title-font-weight);
}
.arg-title {
font-weight: var(--arg-title-font-weight);
}
.arg-input {
/* .arg-input {
display: table-cell;
width: 100%;
padding: 6px 12px;
@ -60,9 +60,9 @@
border: 1px solid var(--arg-border-colour);
font-family: var(--fixed-width-font-family);
text-overflow: ellipsis;
}
} */
.short-string {
/* .short-string {
width: 150px;
}
@ -122,7 +122,7 @@ textarea.arg {
button.dropdown-toggle {
background-color: var(--secondary-background-colour);
}
} */
.register-list {
background-color: var(--fc-operation-border-colour);

8
src/web/stylesheets/components/_pane.css Normal file → Executable file
View file

@ -7,16 +7,20 @@
*/
:root {
--title-height: 43px;
--title-height: 48px;
}
.title {
padding: 10px;
padding: 8px;
padding-left: 20px;
padding-right: 12px;
height: var(--title-height);
border-bottom: 1px solid var(--primary-border-colour);
font-weight: var(--title-weight);
font-size: var(--title-size);
color: var(--title-colour);
background-color: var(--title-background-colour);
line-height: calc(var(--title-height) - 20px);
}
.list-area {