Skip to content

Commit

Permalink
Item12192: replacing float:left with display:inline-block
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15783 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Oct 30, 2012
1 parent fd699b2 commit aee8f84
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* buttons */
.jqButton {
margin:0px 8px 0px 0px;
display:block;
float:left;
margin:0 0.4em 0 0;
padding:0px;
white-space:nowrap;
display: inline-block;
zoom: 1;
}
a.jqButton:visited,
a.jqButton:link,
Expand All @@ -27,7 +27,7 @@ a.jqButton:hover {
.jqButton.foswikiRight:hover,
.jqButton.foswikiRight {
float:right;
margin:0px 0px 0px 8px;
margin:0 0 0 0.4em;
}
.jqButton {
text-shadow:0px 1px #fff;
Expand All @@ -44,10 +44,11 @@ a.jqButton:hover {
background-position:top left;
background-repeat:no-repeat;
cursor:pointer;
float:left;
line-height:23px;
padding:0px 5px 0px 8px;
margin:0px 3px 0px 0px;
display: inline-block;
zoom: 1;
}

.jqButton:active {
Expand Down

0 comments on commit aee8f84

Please sign in to comment.