Skip to content

Commit

Permalink
Item9447: fixing css in combiniation with pattern skin; improved jqBu…
Browse files Browse the repository at this point in the history
…tton.simple appearance.

git-svn-id: http://svn.foswiki.org/trunk@8450 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Aug 10, 2010
1 parent 8cddecf commit c042f33
Showing 1 changed file with 17 additions and 19 deletions.
@@ -1,8 +1,6 @@
/* buttons */
.foswikiTopic a.jqButton,
.foswikiTopic a.jqButton:hover,
.patternTopic a.jqButton,
.patternTopic a.jqButton:hover,
.foswikiTopic .jqButton,
.foswikiTopic .jqButton:hover,
.jqButton:hover,
.jqButton {
background-color:transparent;
Expand All @@ -15,32 +13,28 @@
float:left;
height:23px;
padding:0px;
color:black;
color:#000;
font-size:13px;
white-space:nowrap;
}
.foswikiTopic a.jqButton,
.patternTopic a.jqButton,
.foswikiTopic a.jqButton:hover,
.patternTopic a.jqButton:hover,
.foswikiTopic .jqButton,
.foswikiTopic .jqButton:hover,
.jqButton {
margin:0px 8px 0px 0px;
}

.foswikiTopic a.jqButton.foswikiRight,
.foswikiTopic a.jqButton.foswikiRight:hover,
.patternTopic a.jqButton.foswikiRight,
.patternTopic a.jqButton.foswikiRight:hover,
.foswikiTopic .jqButton.foswikiRight,
.foswikiTopic .jqButton.foswikiRight:hover,
.jqButton.foswikiRight:hover,
.jqButton.foswikiRight {
float:right;
margin:0px 0px 0px 8px;
}

.foswikiTopic a.jqButton:link:hover,
.foswikiTopic a.jqButton:hover,
.patternTopic a.jqButton:link:hover,
.patternTopic a.jqButton:hover,
.foswikiTopic .jqButton:link:hover,
.foswikiTopic .jqButton:hover,
.jqButtonSimple:hover,
.jqButton.simple:hover,
.jqButton:hover {
color:red;
}
Expand All @@ -58,9 +52,13 @@
/* ie 6 */
_margin:0px 1px 0px 0px;
}
.jqButton.simple {
color:inherit;
}
.jqButtonSimple span,
.jqButton.simple span {
padding:0px;
text-decoration:underline;
}
.jqButtonSimple span span,
.jqButton.simple span span {
Expand All @@ -83,9 +81,9 @@
.jqButton.green { background-image:url(btn_green_right.gif); }
.jqButton.green span { background-image:url(btn_green_left.gif); }
.jqButton.simple,
.jqButton.simple span { background-image:none; }
.jqButtonSimple,
.jqButton.simple span,
.jqButtonSimple,
.jqButton.simple:hover,
.jqButtonSimple:hover,
.jqButtonSimple span { background-image:none; }
.jqButton.right,
Expand Down

0 comments on commit c042f33

Please sign in to comment.