Small CSS fix.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2845 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e10577e9ed
commit
aae5c7d359
|
@ -181,7 +181,7 @@ div.square {
|
||||||
width: .6em; height: .6em;
|
width: .6em; height: .6em;
|
||||||
}
|
}
|
||||||
.contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
|
.contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
|
||||||
.contextual input,select {font-size:0.9em;}
|
.contextual input, .contextual select {font-size:0.9em;}
|
||||||
.message .contextual { margin-top: 0; }
|
.message .contextual { margin-top: 0; }
|
||||||
|
|
||||||
.splitcontentleft{float:left; width:49%;}
|
.splitcontentleft{float:left; width:49%;}
|
||||||
|
|
Loading…
Reference in New Issue