Ignore:
Timestamp:
11 Jun 2011, 04:59:02 (13 years ago)
Author:
Henrik Bettermann
Message:

Display field attribute 'description' which is called hint in widgets and forms.

Change layout of form status message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css

    r6337 r6341  
    3232
    3333.workflow {
    34   border:2px solid #1fdf00;
     34  border:1px solid #1fdf00;
    3535  background-color:#bbffb6;
    3636  font-family: courier;
     
    3838  padding: 4px;
    3939  margin-bottom: 8px;
    40   border-width: 1px;
     40}
     41
     42.form-status {
     43    border:1px solid #fbb;
     44    background-color:#fdd;
     45    text-align:center;
     46    padding: 2px;
     47}
     48
     49.hint {
     50    color: #CD0A0A;
     51    padding-left: 4px;
    4152}
    4253
Note: See TracChangeset for help on using the changeset viewer.