Updated a couple pages, Finished new basic style, Removed tools from menu, Updated formula wizard, Other minor changes
Update .gitignore, .htaccess, and 32 more files...
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
/* Regular desktops */
|
||||
.fw-workbench-io-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 33% 33% 33%;
|
||||
@@ -35,6 +36,7 @@
|
||||
grid-template-areas: ". .";
|
||||
}
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
@media only screen and (max-width: 768px) {
|
||||
.fw-workbench-io-grid {
|
||||
@@ -42,3 +44,11 @@
|
||||
grid-template-areas: ".";
|
||||
}
|
||||
}
|
||||
|
||||
/* Manually forcing the formula values' forms to size their columns properly */
|
||||
.formula-value-input-form table td:first-child:not(:first-of-type) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.formula-value-input-form table td:last-child:not(:first-of-type) {
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user