Stylesheet cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10133 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
42570c4426
commit
95457c434e
@ -723,9 +723,7 @@ border-bottom: 1px solid #fff;
|
||||
color:#444;
|
||||
}
|
||||
|
||||
#content .tabs ul li a.selected:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
#content .tabs ul li a.selected:hover {background-color: #fff;}
|
||||
|
||||
div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
|
||||
|
||||
@ -753,39 +751,6 @@ button.tab-right {
|
||||
border-top-right-radius:3px;
|
||||
}
|
||||
|
||||
/***** Auto-complete *****/
|
||||
div.autocomplete {
|
||||
position:absolute;
|
||||
width:400px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
div.autocomplete ul {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
div.autocomplete ul li {
|
||||
list-style-type:none;
|
||||
display:block;
|
||||
margin:-1px 0 0 0;
|
||||
padding:2px;
|
||||
cursor:pointer;
|
||||
font-size: 90%;
|
||||
border: 1px solid #ccc;
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #ccc;
|
||||
background-color:white;
|
||||
}
|
||||
div.autocomplete ul li.selected { background-color: #ffb;}
|
||||
div.autocomplete ul li span.informal {
|
||||
font-size: 80%;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
#parent_issue_candidates ul li {width: 500px;}
|
||||
#related_issue_candidates ul li {width: 500px;}
|
||||
|
||||
/***** Diff *****/
|
||||
.diff_out { background: #fcc; }
|
||||
.diff_out span { background: #faa; }
|
||||
@ -819,9 +784,7 @@ div.wiki .external {
|
||||
background-image: url(../images/external.png);
|
||||
}
|
||||
|
||||
div.wiki a.new {
|
||||
color: #b73535;
|
||||
}
|
||||
div.wiki a.new {color: #b73535;}
|
||||
|
||||
div.wiki ul, div.wiki ol {margin-bottom:1em;}
|
||||
|
||||
@ -853,7 +816,6 @@ div.wiki ul.toc ul { margin: 0; padding: 0; }
|
||||
div.wiki ul.toc li { list-style-type:none; margin: 0;}
|
||||
div.wiki ul.toc li li { margin-left: 1.5em; }
|
||||
div.wiki ul.toc li li li { font-size: 0.8em; }
|
||||
|
||||
div.wiki ul.toc a {
|
||||
font-size: 0.9em;
|
||||
font-weight: normal;
|
||||
@ -881,9 +843,7 @@ color:#505050;
|
||||
line-height:1.5em;
|
||||
}
|
||||
|
||||
.handle {
|
||||
cursor: move;
|
||||
}
|
||||
.handle {cursor: move;}
|
||||
|
||||
a.close-icon {
|
||||
display:block;
|
||||
@ -895,10 +855,7 @@ background-repeat: no-repeat;
|
||||
cursor:pointer;
|
||||
background-image:url('../images/close.png');
|
||||
}
|
||||
|
||||
a.close-icon:hover {
|
||||
background-image:url('../images/close_hl.png');
|
||||
}
|
||||
a.close-icon:hover {background-image:url('../images/close_hl.png');}
|
||||
|
||||
/***** Gantt chart *****/
|
||||
.gantt_hdr {
|
||||
@ -1038,42 +995,17 @@ div.issue table img.gravatar {
|
||||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
|
||||
h2 img.gravatar {
|
||||
margin: -2px 4px -4px 0;
|
||||
}
|
||||
|
||||
h3 img.gravatar {
|
||||
margin: -4px 4px -4px 0;
|
||||
}
|
||||
|
||||
h4 img.gravatar {
|
||||
margin: -6px 4px -4px 0;
|
||||
}
|
||||
|
||||
td.username img.gravatar {
|
||||
margin: 0 0.5em 0 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#activity dt img.gravatar {
|
||||
float: left;
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
|
||||
h2 img.gravatar {margin: -2px 4px -4px 0;}
|
||||
h3 img.gravatar {margin: -4px 4px -4px 0;}
|
||||
h4 img.gravatar {margin: -6px 4px -4px 0;}
|
||||
td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
|
||||
#activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
|
||||
/* Used on 12px Gravatar img tags without the icon background */
|
||||
.icon-gravatar {
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.icon-gravatar {float: left; margin-right: 4px;}
|
||||
|
||||
#activity dt,
|
||||
.journal {
|
||||
clear: left;
|
||||
}
|
||||
#activity dt, .journal {clear: left;}
|
||||
|
||||
.journal-link {
|
||||
float: right;
|
||||
}
|
||||
.journal-link {float: right;}
|
||||
|
||||
h2 img { vertical-align:middle; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user