X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp%2Fsrc%2Fapp%2Fbuild%2Fbuild.component.css;h=11784db17e1d01b9a878940e31ea3ee37c623578;hb=c53aef75b26a586bffa8ade44f8fb157d36566b7;hp=5bfc898c22167a17098e3f7160f3f1f6e8cf2193;hpb=ec7051e1da665206f594c7616ad381bfeaea333a;p=src%2Fxds%2Fxds-server.git diff --git a/webapp/src/app/build/build.component.css b/webapp/src/app/build/build.component.css index 5bfc898..11784db 100644 --- a/webapp/src/app/build/build.component.css +++ b/webapp/src/app/build/build.component.css @@ -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