1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-21 07:51:12 +00:00

Don't put all contextual buttons on their own line (#19097).

git-svn-id: http://svn.redmine.org/redmine/trunk@14844 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-11-08 09:56:44 +00:00
parent 9da6f64bbb
commit 594f73d87a

View File

@ -651,7 +651,7 @@
/* Contextual Buttons */
.contextual
#content>.contextual
{
width: 100%;
margin-bottom: .5em;
@ -662,7 +662,7 @@
color: transparent;
}
.contextual a,
#content>.contextual a,
p.buttons a
{
font-weight: bold;
@ -680,7 +680,7 @@
background-position-x: 4px;
}
.contextual a.icon,
#content>.contextual a.icon,
p.buttons a.icon
{
padding-left: 25px;
@ -691,12 +691,6 @@
float: none;
}
#issue_tree .contextual a,
#relations .contextual a
{
float: right;
}
/* loading indicator */
#ajax-indicator {
width: 60%;