Changeset 26 for branches


Ignore:
Timestamp:
Aug 24, 2019 10:24:38 PM (6 years ago)
Author:
anonymous
Message:

remove unused part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/testa/css/style-3.css

    r23 r26  
    3232}
    3333
    34 #data-select-host {
     34#data-select-host , #output-select-host, #setting-select-host  {
    3535    grid-row: 1 / 2;
    3636    grid-column: 1/6;
     
    4444}
    4545
    46 #data-bookmark_label{
     46#data-bookmark_label, #output-bookmark_label, #setting-bookmark_label{
    4747    grid-row: 2/3;
    4848    grid-column:  6/7;
    4949}
    5050
    51 #data-bookmark_op{
     51#data-bookmark_op, #output-bookmark_op , #setting-bookmark_op{
    5252    grid-row: 2/3;
    5353    grid-column:  6/7;
    5454}
    5555
    56 #down-download {
     56#data-down-download, #output-down-download, #setting-down-download{
    5757    grid-row:  2/3;
    5858    grid-column:  7/8;
     
    108108}
    109109
    110 #data-editor {
    111 /*    height: var(--part-height);*/
    112         margin: 0;
    113 /*        position: absolute;*/
    114         top: 0;
    115         bottom: 0;
    116         left: 0;
    117         right: 0;
    118 }
    119 
    120110#data-side , #setting-side , #output-side{
    121111 width:250px;
     
    136126}
    137127
    138 #editor-div , #data-editor, #setting-editor, #output-editor, #editor{
    139     height: var(root-height);
    140 /*    width: 660px;*/
     128#data-editor, #output-editor,#setting-editor {
     129/*    height: var(--part-height);*/
     130        margin: 0;
     131/*        position: absolute;*/
     132        top: 0;
     133        bottom: 0;
     134        left: 0;
     135        right: 0;
     136}
    141137
    142     margin: 0;
    143     top: 0;
    144     bottom: 0;
    145     left: 0;
    146     right: 0;
    147 
    148 }
Note: See TracChangeset for help on using the changeset viewer.