Show More
@@ -1,4 +1,4 b'' | |||||
1 | .cell { |
|
1 | div.cell { | |
2 | border: 1px solid transparent; |
|
2 | border: 1px solid transparent; | |
3 | .vbox(); |
|
3 | .vbox(); | |
4 |
|
4 | |||
@@ -6,9 +6,6 b'' | |||||
6 | .corner-all; |
|
6 | .corner-all; | |
7 | border : thin @border_color solid; |
|
7 | border : thin @border_color solid; | |
8 | } |
|
8 | } | |
9 | } |
|
|||
10 |
|
||||
11 | div.cell { |
|
|||
12 | width: 100%; |
|
9 | width: 100%; | |
13 | padding: 5px 5px 5px 0px; |
|
10 | padding: 5px 5px 5px 0px; | |
14 | /* This acts as a spacer between cells, that is outside the border */ |
|
11 | /* This acts as a spacer between cells, that is outside the border */ |
@@ -53,8 +53,7 b' input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-botto' | |||||
53 | .ansibgpurple{background-color:magenta;} |
|
53 | .ansibgpurple{background-color:magenta;} | |
54 | .ansibgcyan{background-color:cyan;} |
|
54 | .ansibgcyan{background-color:cyan;} | |
55 | .ansibggray{background-color:gray;} |
|
55 | .ansibggray{background-color:gray;} | |
56 | .cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}.cell.selected{border-radius:4px;border:thin #ababab solid;} |
|
56 | div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;}div.cell.selected{border-radius:4px;border:thin #ababab solid;} | |
57 | div.cell{width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;} |
|
|||
58 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;} |
|
57 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;} | |
59 | .celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;-webkit-box-pack:end;height:22px;} |
|
58 | .celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;-webkit-box-pack:end;height:22px;} | |
60 | .no_input_radius{border-top-right-radius:0px;border-top-left-radius:0px;} |
|
59 | .no_input_radius{border-top-right-radius:0px;border-top-left-radius:0px;} |
@@ -1434,8 +1434,7 b' input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-botto' | |||||
1434 | .ansibgpurple{background-color:magenta;} |
|
1434 | .ansibgpurple{background-color:magenta;} | |
1435 | .ansibgcyan{background-color:cyan;} |
|
1435 | .ansibgcyan{background-color:cyan;} | |
1436 | .ansibggray{background-color:gray;} |
|
1436 | .ansibggray{background-color:gray;} | |
1437 | .cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}.cell.selected{border-radius:4px;border:thin #ababab solid;} |
|
1437 | div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;}div.cell.selected{border-radius:4px;border:thin #ababab solid;} | |
1438 | div.cell{width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;} |
|
|||
1439 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;} |
|
1438 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;} | |
1440 | .celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;-webkit-box-pack:end;height:22px;} |
|
1439 | .celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;-webkit-box-pack:end;height:22px;} | |
1441 | .no_input_radius{border-top-right-radius:0px;border-top-left-radius:0px;} |
|
1440 | .no_input_radius{border-top-right-radius:0px;border-top-left-radius:0px;} |
General Comments 0
You need to be logged in to leave comments.
Login now