Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
fixed ie issues and slect issues etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff committed Jul 2, 2012
1 parent b45cfe1 commit 0507c39
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
7 changes: 6 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
margin: 5px 5px 10px 5px;
padding: 0;
color:#444;
font-weight:normal;
}

h3 {
Expand Down Expand Up @@ -116,6 +115,12 @@
padding:25px 0 0 0;
}

a img {
border:0;
text-decoration: none;
}


.footer {
clear:both;
font-size:.7em;
Expand Down
Binary file modified lib/images/ribbonTab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions lib/jquery.stackview.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
min-height: 20px;
font-size: 16px;
line-height: 18px;
background: #dd0;
background: rgba(252, 221, 94, 0.85);
color: #035;
border: 1px solid #fe4;
Expand Down Expand Up @@ -544,6 +545,12 @@
height: 43px;
text-indent: -999em;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.stack-navigation .upstream {
background: url("images/nav.png") 0 -87px no-repeat;
Expand Down
6 changes: 6 additions & 0 deletions src/scss/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
height:43px;
text-indent:-999em;
overflow:hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.upstream {
Expand Down
1 change: 1 addition & 0 deletions src/scss/jquery.stackview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
min-height:20px;
font-size:16px;
line-height:18px;
background:#dd0;
background:rgba(252,221,94,.85);
color:#035;
border:1px solid #fe4;
Expand Down

0 comments on commit 0507c39

Please sign in to comment.