Allow to set make arguments and rework build page.
[src/xds/xds-server.git] / webapp / src / app / build / build.component.css
index 5bfc898..11784db 100644 (file)
@@ -6,5 +6,28 @@
 .blocks .btn-primary {
     margin-left: 5px;
     margin-right: 5px;
+    margin-top: 5px;
     border-radius: 4px !important;
+}
+
+.table-borderless>tbody>tr>td,
+.table-borderless>tbody>tr>th,
+.table-borderless>tfoot>tr>td,
+.table-borderless>tfoot>tr>th,
+.table-borderless>thead>tr>td,
+.table-borderless>thead>tr>th {
+    border: none;
+}
+
+.btn-large {
+    width: 10em;
+}
+
+.fa-size-x2 {
+    font-size: 18px;
+}
+
+.textarea-scroll {
+    width: 100%;
+    overflow-y: scroll;
 }
\ No newline at end of file