Changeset 557
- Timestamp:
- Feb 8, 2011, 7:57:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/web/htdocs/monsterz.css
r556 r557 200 200 #warning.system-message { 201 201 text-align:center; 202 width:75 5px;202 width:75%; 203 203 margin:0 auto; 204 204 } … … 428 428 429 429 #preview { 430 background:# 50646E url(draft.png);430 background:#225552 url(draft.png) url(draft.png); repeat 0 0; 431 431 color:#152B33; 432 432 } … … 562 562 563 563 #ticket,#ticket table { 564 background-color:# 46505F;565 border:1px solid # 5A3200;564 background-color:#225552; 565 border:1px solid #152B33; 566 566 } 567 567 … … 574 574 575 575 #ticket table.properties tr { 576 border-bottom:1px dotted # DB902E;576 border-bottom:1px dotted #152B33; 577 577 } 578 578 579 579 div#ticket.ticketdraft { 580 background:# 8EB2C4 url(draft.png) repeat;580 background:#317183 url(draft.png) repeat -15px -30px; 581 581 } 582 582
Note: See TracChangeset
for help on using the changeset viewer.