Changeset 473 in tmcsimulator for trunk/webapps/einotebook


Ignore:
Timestamp:
08/09/2019 03:42:02 PM (7 years ago)
Author:
jdalbey
Message:

einotebook/notebook.css Fixed textbox sizing problem - defect #152.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/einotebook/notebook.css

    r401 r473  
    8383   border-radius: 25px; 
    8484   border: 2px solid #BA2D2D; 
    85    margin-left: 82%; 
    86    margin-bottom: 2px; 
    87    padding-right: 16px; 
    88    /* Fix #152 attempt  
    89    resize: both; 
    90    overflow: auto; */ 
    91    /*width: 30%;*/ 
    92     /* width: 30%;   */ 
    93     /* float:right; */ 
     85   float: right; 
     86   margin-bottom: 5%; 
     87   padding-right: 1%; 
     88   padding: 1%; 
    9489} 
    9590 
Note: See TracChangeset for help on using the changeset viewer.