Changeset 134 for trunk/web-app


Ignore:
Timestamp:
May 13, 2009, 12:51:15 PM (15 years ago)
Author:
gav
Message:

Add icons from famfamfam silk icons, add acknowledgement page to suite.
Adjust AssignedPerson? controller so that a task.id is required to create.
Move Add AssignedPerson? link up to TaskDetailed? show page.
Further improvements to taskDetailed show tabs.
Adjust TaskProcedureDetailed? controller to allow linking a Procedure to a task during creation.
Adjust TaskRecurringSchedule? to a one-to-one cascading relationship.
Modify CSS class duration to time and added icons.
Regenerate some pages.

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

Legend:

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

    r124 r134  
    190190}
    191191
    192 input.duration {
     192input.time {
    193193    width:40px;
    194194}
    195 input.duration.errors {
    196     border: 1px solid red;
     195input.time.errors {
     196    border: 1px solid red;
     197}
     198input.description {
     199    width:450px;
    197200}
    198201
     
    350353    padding-left: 28px;
    351354}
     355.buttons input.search {
     356    background: transparent url(../images/skin/database_search.png) 5px 50% no-repeat;
     357    padding-left: 28px;
     358}
     359.buttons input.link {
     360    background: transparent url(../images/skin/database_link.png) 5px 50% no-repeat;
     361    padding-left: 28px;
     362}
     363.buttons input.go {
     364    background: transparent url(../images/skin/database_go.png) 5px 50% no-repeat;
     365    padding-left: 28px;
     366}
     367.buttons input.table {
     368    background: transparent url(../images/skin/database_table.png) 5px 50% no-repeat;
     369    padding-left: 28px;
     370}
    352371
    353372#bottom {
Note: See TracChangeset for help on using the changeset viewer.