Ignore:
Timestamp:
2023-11-06T21:41:50+13:00 (7 months ago)
Author:
anupama
Message:

Only deleting user comments through the editor works, I can't get editing to work yet. So I've put a copy of the code back to supporting just the deletions and continue to work on editing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r38328 r38350  
    574574#resultsTable .shelf>a { background-image: url('../images/bookshelf.png'); }
    575575
     576.metaposCell { display: none; }
     577
    576578.metaTableCell { border: 1;}
    577579.metaTableCellArea {
     
    580582    outline: none;
    581583    overflow: auto;
    582     width: 400px;
     584    width: var(--metatablecellwidth);
    583585    -webkit-box-sizing: border-box;
    584586    -moz-box-sizing: border-box;
    585587    box-sizing: border-box;
    586588}
     589
     590.metaTableCellArea.threecol {
     591    width:calc((var(--metatablecellwidth) + 100px)/3);
     592    min-width:auto;
     593}
     594
     595
    587596/* corners of the banner */
    588597/*
     
    22712280    /* --audio-bg-colour: rgb(40, 54, 58); */
    22722281    --audio-bg-colour: rgb(29, 43, 47);
    2273 }
    2274 
     2282
     2283    /* document editor, width of editable usercomments cells */
     2284    --metatablecellwidth: 400px;
     2285}
     2286
Note: See TracChangeset for help on using the changeset viewer.