Changeset 25007


Ignore:
Timestamp:
2012-01-26T14:23:57+13:00 (12 years ago)
Author:
sjm84
Message:

Added a lot of style code for the document basket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/style/documentbasket.css

    r24510 r25007  
    2525    overflow: hidden;   
    2626}
    27 #trashbin {
    28     float:right;
    29 }
     27
    3028#documentpages img {
    3129    margin: 3px 2px;
     
    3634    cursor: pointer;
    3735    text-align: left;
    38 
    39     #doclist {
    40 
    4136    margin-bottom:0;
    4237}
     38
    4339li.documentitem {
    4440   padding: 0;
     
    6157 text-align:left;
    6258}
    63 .mailinput {
    64   border:1px solid #2E8B57;
    65   width: 20em;
    66   height: 1.5em;
    67   font-size: 90%
    68 }
    69 
    70 .mailitem{
    71    text-align: left;
    72  }
    7359 
    7460textarea#pretextarea {
     
    8268}
    8369
    84 div#trashbin{
    85    float: right;
    86    height: 60px;
    87    width:  55px;
    88    padding: 0;
    89    background: url("../images/trash-empty.png") 0 0 no-repeat;
    90    margin:0;
    91    z-index:10;
     70/****************************
     71* MAIN DOCUMENT MAKER STYLE *
     72****************************/
     73
     74.dragList{
     75    margin-left:1.5em;
     76    padding-left:0px;
     77    background-color:rgba(50,255,50,0.2);
     78    list-style-type:none;
    9279}
    9380
    94 div#binhandle{
    95  height: 60px;
    96  width:  55px;
    97  cursor: move;
     81.dragItem{
     82    cursor:pointer;
     83    list-style-type:none;
     84    padding: 3px;
     85    border: 1px dashed #FFFFFF;
    9886}
    9987
    100 span.extralink {
    101   cursor:pointer;
    102   font-size:80%;
    103   font-weight:bold;
    104   margin:0 2em 0 0;
    105   color:black;
     88.renderedText{
     89    padding: 3px 3px 3px 3px;
     90    background: #FFFFFF;
     91    border:1px solid #000000;
    10692}
    10793
    108 span.extralink:hover {
    109    color: #2E8B57;
     94.menuLink{
     95    font-size:0.6em;
    11096}
     97
     98.topLevel{
     99    padding-left:0px;
     100}
     101
     102.deleteLink{
     103    float:right;
     104}
     105
     106.placeHolder{
     107    height: 1em;
     108    list-style-type:none;
     109    padding: 3px;
     110}
     111
     112.emptyList{
     113    border: 1px dashed #000000;
     114}
     115
     116.newSection{
     117    background: #BBFFBB;
     118}
     119
     120.headerTableTD{
     121    padding-left:10px;
     122    padding-right:10px;
     123}
     124
     125.metaTableCellName{
     126    border:1px solid black;
     127    background:#BBFFBB;
     128}
     129
     130.metaTableCell{
     131    border:1px solid black;
     132    background:white;
     133}
     134
     135.statusBar{
     136    margin-top:10px;
     137    text-align:center;
     138}
     139
     140.statusMessage{
     141    font-size:1.1em;
     142}
Note: See TracChangeset for help on using the changeset viewer.