Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 7 additions & 33 deletions stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,23 +303,18 @@ div.attributes[id="attributes"] {
}

/***** calendar *****/
table.cal div.closed {
ul.cal div.closed {
text-decoration: line-through;
}

table.cal div.overdue {
ul.cal div.overdue {
background: #ffe5cc
}

table.cal div.assigned-to-me a {
ul.cal div.assigned-to-me a {
font-weight: bold;
}

/***** attachments *****/
#content .wiki-page + .attachments {
border-top: 1px dashed #ccc;
}

/* 作成日・更新日に実際の日時を表示 */
a[href*="activity"][data-absolute-date*=":"] {
margin: 0 3px;
Expand All @@ -337,33 +332,25 @@ div.projects.box > ul > li > a {
}

/* journal */
div.journal {
margin-bottom: 0.5em;
}

div.journal ul.details {
div.journal-content ul.journal-details {
color: #444;
background: #f6f6f6;
background: #f8f9fa;
border-radius: 3px;
padding-top: 3px;
padding-bottom: 3px;
margin-top: 10px;
}

div.journal ul.details i:before {
div.journal-content ul.journal-details i:before {
content: '[';
font-style: normal;
}

div.journal ul.details i:after {
div.journal-content ul.journal-details i:after {
content: ']';
font-style: normal;
}

div.journal h4.note-header {
color: #444;
}

/* news */
body.controller-news.action-index h3 {
margin-bottom: 4px;
Expand All @@ -386,16 +373,3 @@ body.controller-news.action-index .wiki {
.contextual .icon:first-child, .buttons .icon:first-child {
margin-left: 0;
}

/* リポジトリ画面でコミットメッセージを目立たせる */
table.revision-info {
color: #959595;
}

table.revision-info a {
color:#70A7CD;
}

table.revision-info a:hover {
color:#D14848;
}