mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
issue:17256358 - added issuetracker module
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4484 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8f6568e5a7
commit
5cccd30a27
163 changed files with 7363 additions and 0 deletions
24
modules/issuetracker/tpl/css/issuetracker.css
Normal file
24
modules/issuetracker/tpl/css/issuetracker.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.top1 { clear:both; }
|
||||
.top2 { clear:both; }
|
||||
.projectHalf { width:380px; }
|
||||
.left { float:left; }
|
||||
.right { float:right; }
|
||||
.vtop { vertical-align: top; }
|
||||
.display_date { cursor:pointer; width:80px; float:left; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px; }
|
||||
.ht30 { height: 30px; }
|
||||
.ht60 { height: 60px; }
|
||||
|
||||
input.btnSubmit { background:url("../images/buttonInsert.gif") no-repeat 3px 2px; line-height:150%; height:23px; padding:2px 3px 2px 18px; border:1px solid; border-color:#d8d8d8 #a6a6a6 #a6a6a6 #d8d8d8; }
|
||||
|
||||
table thead th { text-align:center !important; }
|
||||
table tbody td.button { padding-left:16px; }
|
||||
table tbody td.strike { text-decoration:line-through; }
|
||||
|
||||
td.summaryText div { line-height:20px; padding-left:20px; cursor:pointer;}
|
||||
td.summaryText div.open { background:url("../images/opener.gif") no-repeat left 4px; overflow:visible; }
|
||||
td.summaryText div.close { background:url("../images/closer.gif") no-repeat left 4px; height:20px; overflow:hidden; }
|
||||
|
||||
img.btnDelete { vertical-align:middle; }
|
||||
|
||||
td.filename { background-color:#EFEFEF; }
|
||||
td.filename a { font-weight:bold;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue