aboutsummaryrefslogtreecommitdiffstats
path: root/yocto_console_view/yocto_console_view/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'yocto_console_view/yocto_console_view/static/styles.css')
-rw-r--r--yocto_console_view/yocto_console_view/static/styles.css80
1 files changed, 79 insertions, 1 deletions
diff --git a/yocto_console_view/yocto_console_view/static/styles.css b/yocto_console_view/yocto_console_view/static/styles.css
index 54e3545..cdf358b 100644
--- a/yocto_console_view/yocto_console_view/static/styles.css
+++ b/yocto_console_view/yocto_console_view/static/styles.css
@@ -1 +1,79 @@
-.console .table-fixedwidth{width:initial}.console .load-indicator{width:100%;height:100%;z-index:900;background-color:#fff;display:table}.console .load-indicator .spinner{display:table-cell;vertical-align:middle;text-align:center}.console .load-indicator .spinner p{font-weight:300;margin-top:10px}.console .column{min-width:40px;max-width:40px;width:40px}.console table{border:none}.console .tag_row td{margin:0;padding:0}.console .tag_row span{position:relative;float:left;font-size:10px;overflow:hidden;text-decoration:none;white-space:nowrap}.console tr.first-row{background-color:#fff!important}.console tr.first-row th{border:none;background-color:#fff!important}.console tr.first-row .builder{position:relative;float:left;font-size:12px;text-align:center;transform:rotate(-25deg);transform-origin:0 100%;text-decoration:none;white-space:nowrap}.yoctochangedetails>.no-select>*{margin-left:.3em;margin-right:.3em}.select-editable{position:absolute;top:0;border:none;margin:2px;width:90%;height:29px}.select-editable input:focus{outline:0}.modal-big .modal-dialog{width:80%}.modal-big .fa{cursor:pointer} \ No newline at end of file
+.console .table-fixedwidth {
+ width: initial;
+}
+.console .load-indicator {
+ width: 100%;
+ height: 100%;
+ z-index: 900;
+ background-color: #ffffff;
+ display: table;
+}
+.console .load-indicator .spinner {
+ display: table-cell;
+ vertical-align: middle;
+ text-align: center;
+}
+.console .load-indicator .spinner p {
+ font-weight: 300;
+ margin-top: 10px;
+}
+.console .column {
+ min-width: 40px;
+ max-width: 40px;
+ width: 40px;
+}
+.console table {
+ border: none;
+}
+.console .tag_row td {
+ margin: 0px;
+ padding: 0px;
+}
+.console .tag_row span {
+ position: relative;
+ float: left;
+ font-size: 10px;
+ overflow: hidden;
+ text-decoration: none;
+ white-space: nowrap;
+}
+.console tr.first-row {
+ background-color: #fff !important;
+}
+.console tr.first-row th {
+ border: none;
+ background-color: #fff !important;
+}
+.console tr.first-row .builder {
+ position: relative;
+ float: left;
+ font-size: 12px;
+ text-align: center;
+ transform: rotate(-45deg);
+ transform-origin: 0% 100%;
+ text-decoration: none;
+ white-space: nowrap;
+}
+.console tr.first-row .column {
+ width: 20px;
+ min-width: 20px;
+ max-width: 20px;
+}
+.yoctochangedetails > .no-select > * {
+ margin-left: 0.3em;
+ margin-right: 0.3em;
+}
+.select-editable {
+ position: absolute;
+ top: 0;
+ border: none;
+ margin: 2px;
+ width: 90%;
+ height: 29px;
+}
+.select-editable input:focus {
+ outline: none;
+}
+
+
+/*# sourceMappingURL=styles.css.map*/ \ No newline at end of file