Ignore:
Timestamp:
Feb 9, 2010, 2:12:04 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
e601d3b
Parents:
004d06d
git-author:
Alex Dehnert <adehnert@…> (02/09/10 02:12:04)
git-committer:
Alex Dehnert <adehnert@…> (02/09/10 02:12:04)
Message:

Handle submission workflow better

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/media/style/style.css

    r84b3640 r856aac8  
    2121    color: red;
    2222}
     23
     24div.messagebox
     25{
     26    padding: 0 10px 10px 10px;
     27    margin: 2em 0;
     28    border: 1px solid;
     29    width: 50%;
     30}
     31div.messagebox > h3
     32{
     33    margin: 0 -10px;
     34    padding: 2px 10px;
     35    margin-bottom: 1em;
     36}
     37
     38div.infobox
     39{
     40    background-color: #afa;
     41    border-color: #0f0;
     42}
     43
     44div.infobox h3 {
     45    background: #6f6;
     46}
     47
     48div.warnbox
     49{
     50    background-color: #ffdf60;
     51    border-color: #ffbf00;
     52}
     53
     54div.warnbox h3 {
     55    background: #faba00;
     56}
     57
     58div.errorbox
     59{
     60    background-color: #faa;
     61    border-color: red;
     62}
     63
     64div.errorbox h3 {
     65    background: #f88;
     66}
Note: See TracChangeset for help on using the changeset viewer.