Changeset 134 for trunk/web-app
- Timestamp:
 - May 13, 2009, 12:51:15 PM (16 years ago)
 - Location:
 - trunk/web-app
 - Files:
 - 
          
- 3 added
 - 1 edited
 
- 
          css/main.css (modified) (2 diffs)
 - 
          images/skin/database_go.png (added)
 - 
          images/skin/database_link.png (added)
 - 
          images/skin/database_search.png (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/web-app/css/main.css
r124 r134 190 190 } 191 191 192 input. duration{192 input.time { 193 193 width:40px; 194 194 } 195 input.duration.errors { 196 border: 1px solid red; 195 input.time.errors { 196 border: 1px solid red; 197 } 198 input.description { 199 width:450px; 197 200 } 198 201 … … 350 353 padding-left: 28px; 351 354 } 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 } 352 371 353 372 #bottom {  
Note: See TracChangeset
          for help on using the changeset viewer.
      