Ignore:
Timestamp:
2004-12-02T16:20:11+13:00 (19 years ago)
Author:
schweer
Message:

wizard for creating subscriptions: saving state works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/packages/gsdl-as/web/form.css

    r8720 r8724  
    1111}
    1212
     13td, th {
     14    padding: 0px 5px;
     15}
     16
     17thead tr {
     18    background-color: #CCCCCC;
     19}
     20
     21tr.even {
     22    background-color: #CCCCCC;
     23}
     24
     25.explanation {
     26    font-size: small;
     27}
     28
     29#progress {
     30    font-size: x-small;
     31    border: 0px solid black;
     32    width: 80%;
     33    margin: 5px auto;
     34}
     35
     36#progress td {
     37    width: 25%;
     38    vertical-align: top;
     39    text-align: center;
     40    color: #555;
     41    border-top: 10px solid #CCC;
     42}
     43
     44#progress td.completed {
     45    border-top-color: #9CBE9C;
     46    color: #000;
     47}
     48
     49#progress td.current {
     50    background-color: #F0E68C;
     51    font-style: italic;
     52    color: #000;
     53}
     54
     55table.subscription {
     56    font-size: small;
     57}
     58
     59.rssbutton {
     60    background: #ff6600;
     61    color: #ffffff;
     62    border-left:   1px solid #cc9966;
     63    border-top:    1px solid #ccaa99;
     64    border-right:  1px solid #993300;
     65    border-bottom: 1px solid #331100;
     66    padding: 0px 0.5em 0px 0.5em;
     67    font-family: helvetica, arial, sans-serif;
     68    font-weight: bold;
     69    font-size: xx-small;
     70    margin-top: 1em;
     71}
     72
Note: See TracChangeset for help on using the changeset viewer.