remove trailing white-spaces from application.css
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7789 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
19fc985daa
commit
f23e589e3e
|
@ -78,7 +78,7 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
|
|||
|
||||
#content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
|
||||
* html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
|
||||
html>body #content { min-height: 600px; }
|
||||
html>body #content { min-height: 600px; }
|
||||
* html body #content { height: 600px; } /* IE */
|
||||
|
||||
#main.nosidebar #sidebar{ display: none; }
|
||||
|
@ -157,7 +157,7 @@ tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);
|
|||
|
||||
tr.changeset { height: 20px }
|
||||
tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
|
||||
tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
|
||||
tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
|
||||
tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
|
||||
tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
|
||||
tr.changeset td.comments_nowrap { width: 45%; white-space:nowrap;}
|
||||
|
@ -277,7 +277,7 @@ textarea.wiki-edit { width: 99%; }
|
|||
li p {margin-top: 0;}
|
||||
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
|
||||
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
|
||||
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
|
||||
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
|
||||
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
|
||||
|
||||
div.issue div.subject div div { padding-left: 16px; }
|
||||
|
@ -324,7 +324,7 @@ div#activity dd span.description, #search-results dd span.description { display:
|
|||
div#search-results-counts {float:right;}
|
||||
div#search-results-counts ul { margin-top: 0.5em; }
|
||||
div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
|
||||
|
||||
|
||||
dt.issue { background-image: url(../images/ticket.png); }
|
||||
dt.issue-edit { background-image: url(../images/ticket_edit.png); }
|
||||
dt.issue-closed { background-image: url(../images/ticket_checked.png); }
|
||||
|
@ -373,7 +373,7 @@ ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-seri
|
|||
.my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
|
||||
|
||||
#tracker_project_ids ul { margin: 0; padding-left: 1em; }
|
||||
#tracker_project_ids li { list-style-type:none; }
|
||||
#tracker_project_ids li { list-style-type:none; }
|
||||
|
||||
ul.properties {padding:0; font-size: 0.9em; color: #777;}
|
||||
ul.properties li {list-style-type:none;}
|
||||
|
@ -387,7 +387,7 @@ ul.properties li span {font-style:italic;}
|
|||
|
||||
#workflow_copy_form select { width: 200px; }
|
||||
|
||||
textarea#custom_field_possible_values {width: 99%}
|
||||
textarea#custom_field_possible_values {width: 99%}
|
||||
|
||||
.pagination {font-size: 90%}
|
||||
p.pagination {margin-top:8px;}
|
||||
|
@ -781,7 +781,7 @@ a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
|
|||
a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
|
||||
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
|
||||
|
||||
div.wiki img { vertical-align: middle; }
|
||||
div.wiki img { vertical-align: middle; }
|
||||
|
||||
/***** My page layout *****/
|
||||
.block-receiver {
|
||||
|
@ -845,7 +845,7 @@ background-image:url('../images/close_hl.png');
|
|||
.task.label.project, .task.label.version { font-weight: bold; }
|
||||
|
||||
.task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
|
||||
.task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
|
||||
.task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
|
||||
.task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
|
||||
|
||||
.task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
|
||||
|
@ -927,7 +927,7 @@ padding-bottom: 3px;
|
|||
.icon-file.application-zip { background-image: url(../images/files/zip.png); }
|
||||
.icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
|
||||
|
||||
img.gravatar {
|
||||
img.gravatar {
|
||||
padding: 2px;
|
||||
border: solid 1px #d5d5d5;
|
||||
background: #fff;
|
||||
|
|
Loading…
Reference in New Issue