Changeset 418 for trunk/web-app


Ignore:
Timestamp:
Feb 28, 2010, 7:13:47 PM (14 years ago)
Author:
gav
Message:

Add attentionFlag to Task domain along with views and logic to suite.
Add entry type 'cause', refactor as required.
Refactor task types.
Move createBreakin to createImmediateCallout.

Location:
trunk/web-app
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r358 r418  
    5757}
    5858
     59/* Application log textarea */
    5960#log {
    6061    width: 920px;
     
    6263}
    6364
     65div.tabHeader {
     66    padding: 5px 15px 40px 15px;
     67    margin-bottom: -45px;
     68}
     69.tabHeader h1 {
     70    color: #2647a0;
     71    font-weight: bold;
     72    font-size: 17px;
     73    margin: 0 0 .3em 0;
     74}
     75.tabHeader h2 {
     76    color: #2647a0;
     77    font-weight: normal;
     78    font-size: 15px;
     79    margin: 0 0 .3em 0;
     80}
     81
    6482a:link, a:visited, a:hover {
    6583    color: #006dba;
     
    7694    font-weight: normal;
    7795    font-size: 17px;
     96    margin: 0 0 .3em 0;
     97}
     98
     99h2 {
     100    color: #006dba;
     101    font-weight: bold;
     102    font-size: 15px;
     103    margin: 0 0 .3em 0;
     104}
     105
     106h3 {
     107    color: #006dba;
     108    font-weight: normal;
     109    font-size: 15px;
    78110    margin: 0 0 .3em 0;
    79111}
     
    241273    text-align: left;
    242274    vertical-align: top;
     275}
     276td.idColumn {
     277    width: 25px;
    243278}
    244279th {
     
    400435.buttons input.complete {
    401436    background: transparent url(../images/skin/tick.png) 5px 50% no-repeat;
     437    padding-left: 28px;
     438}
     439.buttons input.flag {
     440    background: transparent url(../images/skin/flag_red.png) 5px 50% no-repeat;
    402441    padding-left: 28px;
    403442}
Note: See TracChangeset for help on using the changeset viewer.