Ignore:
Timestamp:
2013-03-05T16:38:59+13:00 (11 years ago)
Author:
sjm84
Message:

Renamed the trash to be recycle bit and updating the css file

File:
1 edited

Legend:

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

    r26931 r27011  
    924924
    925925#veEditorContainer{
     926    position:relative;
    926927    float:left;
    927928    width:70%;
     
    10291030}
    10301031
     1032#veTrash{
     1033    position:absolute;
     1034    right:0px;
     1035    bottom:0px;
     1036    width:5%;
     1037    height:20%;
     1038    text-align:center;
     1039}
     1040
    10311041.toolbarElem{
    10321042    border:1px dashed black;
Note: See TracChangeset for help on using the changeset viewer.