Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
revert UI change: make the button 'float:right;' agin.
Browse files Browse the repository at this point in the history
ADVICE:
Don't give your customers what they ask for; give them what they *want*.
  • Loading branch information
daqing committed Jun 3, 2011
1 parent 2b9f41b commit 314b3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ iframe { border:none; }
.state-finished { background-color: purple; }
.state-ignored, .state-closed { background-color: #6CC644; }

ul.actions { margin:3px 10px 0 10px;padding:0;list-style:none;height:24px;/*--Set height of tabs--*/
ul.actions { margin:3px 10px 0 0;padding:0;float:right;list-style:none;height:24px;/*--Set height of tabs--*/
}
ul.actions li { float:left;margin:0 0 0 2px;padding:0;line-height:24px; }
ul.actions li a.btn { color:#44474F; text-decoration:none;display:block;padding:0 10px;height:24px; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 0 #fff;-moz-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;border:1px solid #ccc;font-weight:bold;text-shadow:0 1px 0 #fff; }
Expand All @@ -316,4 +316,4 @@ img[align=absmiddle] { margin-top: -3px; margin-right: 2px; }
p img {
max-width: 400px;
height: auto;
}
}

0 comments on commit 314b3f5

Please sign in to comment.