Changeset 418 for trunk/web-app
- Timestamp:
- Feb 28, 2010, 7:13:47 PM (15 years ago)
- Location:
- trunk/web-app
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r358 r418 57 57 } 58 58 59 /* Application log textarea */ 59 60 #log { 60 61 width: 920px; … … 62 63 } 63 64 65 div.tabHeader { 66 padding: 5px 15px 40px 15px; 67 margin-bottom: -45px; 68 } 69 .tabHeader h1 { 70 color: #2647a0; 71 font-weight: bold; 72 font-size: 17px; 73 margin: 0 0 .3em 0; 74 } 75 .tabHeader h2 { 76 color: #2647a0; 77 font-weight: normal; 78 font-size: 15px; 79 margin: 0 0 .3em 0; 80 } 81 64 82 a:link, a:visited, a:hover { 65 83 color: #006dba; … … 76 94 font-weight: normal; 77 95 font-size: 17px; 96 margin: 0 0 .3em 0; 97 } 98 99 h2 { 100 color: #006dba; 101 font-weight: bold; 102 font-size: 15px; 103 margin: 0 0 .3em 0; 104 } 105 106 h3 { 107 color: #006dba; 108 font-weight: normal; 109 font-size: 15px; 78 110 margin: 0 0 .3em 0; 79 111 } … … 241 273 text-align: left; 242 274 vertical-align: top; 275 } 276 td.idColumn { 277 width: 25px; 243 278 } 244 279 th { … … 400 435 .buttons input.complete { 401 436 background: transparent url(../images/skin/tick.png) 5px 50% no-repeat; 437 padding-left: 28px; 438 } 439 .buttons input.flag { 440 background: transparent url(../images/skin/flag_red.png) 5px 50% no-repeat; 402 441 padding-left: 28px; 403 442 }
Note: See TracChangeset
for help on using the changeset viewer.