Ignore:
Timestamp:
Apr 4, 2009, 6:41:25 PM (15 years ago)
Author:
gav
Message:

Installed help-balloons plugin.
Adjust security config to allow javascript and help-balloons folders.
Add "Repeat password" to change password.
Detailed Entry views, including only allow user to edit their own entries.
Adjust Entry constraints.
Add comments to layouts/main.gsp.
Work on TaskDetailed? view to show entry durations and allow editing.
Entry duration formatting to CSS and increased base font size to 14px.

File:
1 edited

Legend:

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

    r84 r98  
    1818    background: #fff;
    1919    color: #333;
    20     font: 11px verdana, arial, helvetica, sans-serif;
     20    font: 14px verdana, arial, helvetica, sans-serif;
    2121    background: transparent url("../images/brushed_metal.png") repeat fixed center;
    2222}
     
    6060    color: #006dba;
    6161    font-weight: normal;
    62     font-size: 16px;
     62    font-size: 17px;
    6363    margin: 0 0 .3em 0;
    6464}
     
    7171    background-color: #fcfcfc;
    7272    border: 1px solid #ccc;
    73     font: 11px verdana, arial, helvetica, sans-serif;
     73    font: 14px verdana, arial, helvetica, sans-serif;
    7474    margin: 2px 0;
    7575    padding: 2px 4px;
     
    7979}
    8080textarea {
    81         width: 250px;
     81        width: 450px;
    8282        height: 150px;
    8383        vertical-align: top;
     
    102102
    103103.appcontrolButton {
    104     font-size: 10px;
     104    font-size: 14px;
    105105    padding: 5px 5px;
    106106}
     
    127127
    128128.menuButton {
    129     font-size: 10px;
     129    font-size: 14px;
    130130    padding: 0 5px;
    131131}
     
    183183    border: 1px solid red;
    184184}
     185td.errors textarea {
     186    border: 1px solid red;
     187}
     188
     189input.duration {
     190    width:40px;
     191}
     192input.duration.errors {
     193    border: 1px solid red;
     194}
    185195
    186196/* TABLES */
     
    194204}
    195205td, th {
    196     font: 11px verdana, arial, helvetica, sans-serif;
    197     line-height: 12px;
     206    font: 14px verdana, arial, helvetica, sans-serif;
     207    line-height: 17px;
    198208    padding: 5px 6px;
    199209    text-align: left;
     
    203213    background: #fff url(../images/skin/shadow.jpg);
    204214    color: #666;
    205     font-size: 11px;
     215    font-size: 14px;
    206216    font-weight: bold;
    207217    line-height: 17px;
     
    211221    color: #333;
    212222    display: block;
    213     font-size: 10px;
     223    font-size: 14px;
    214224    text-decoration: none;
    215225    width: 100%;
     
    252262    border-top: 0;
    253263    color: #666;
    254     font-size: 10px;
     264    font-size: 14px;
    255265    overflow: hidden;
    256266    padding: 10px 3px;
     
    293303    border: 1px solid #ccc;
    294304    color: #666;
    295     font-size: 10px;
     305    font-size: 14px;
    296306    margin-top: -1px;
    297307    margin-bottom: 5px;
     
    305315    color: #333;
    306316    cursor: pointer;
    307     font-size: 10px;
     317    font-size: 14px;
    308318    font-weight: bold;
    309319    margin-left: 3px;
Note: See TracChangeset for help on using the changeset viewer.