Changeset 106 for trunk/web-app/css


Ignore:
Timestamp:
Apr 7, 2009, 12:21:23 AM (15 years ago)
Author:
gav
Message:

Some CSS adjustments to text color, img border, remove body height:100%, add buttons input.add to CSS.
Move admin stuff to AppAdmin? to make it very clear that it is not for daily use.
TaskDetailed? list and delete now use the IsActive? attribute.
Remove Task.comment size constraint.
Add more help-ballons to TaskDetailed? create.
Clean loose comments from main.gsp and auth.gsp
Use pretty pictures in TaskDetailed? views instead of Edit and Show words.

File:
1 edited

Legend:

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

    r98 r106  
    1717    width: 980px
    1818    background: #fff;
    19     color: #333;
     19    color: #222;
    2020    font: 14px verdana, arial, helvetica, sans-serif;
    2121    background: transparent url("../images/brushed_metal.png") repeat fixed center;
     
    5555    font-weight: bold;
    5656    text-decoration: none;
     57}
     58
     59img {
     60    border: 0px;
    5761}
    5862
     
    9195    padding: 0px 20px 20px;
    9296    background: url("../images/Contentbg.png") repeat-y scroll center;
    93     height: 100%;
     97/*     height: 100%; */
    9498}
    9599
     
    212216th {
    213217    background: #fff url(../images/skin/shadow.jpg);
    214     color: #666;
     218    color: #555;
    215219    font-size: 14px;
    216220    font-weight: bold;
     
    333337    padding-left: 28px;
    334338}
     339.buttons input.add {
     340    background: transparent url(../images/skin/database_add.png) 5px 50% no-repeat;
     341    padding-left: 28px;
     342}
    335343
    336344#bottom {
Note: See TracChangeset for help on using the changeset viewer.