Skip to content

Commit

Permalink
IDI-46: Reduced the jumping when tabbing through the page.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelled committed May 17, 2012
1 parent ada51e4 commit a6a254a
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,16 @@ Version: 1.0

:focus,
.fl-site-nav-main a:focus,
.fl-uiOptions-fatPanel .fl-toggleButton:focus {
.fl-uiOptions-fatPanel .fl-toggleButton:focus,
.idi-article-list ul li a:focus,
ul.idi-institution-list li a:focus {
border: 5px solid #FFCC00;
}

:active {
border: none;
}

.idi-no-tab-focus:focus {
border: none;
}
Expand Down Expand Up @@ -94,7 +100,9 @@ body.fl-theme-uio-bw, body.fl-theme-uio-wb { background-image: none; }
}
a {
color: #0076B0;
border: 5px solid transparent;
}

a:hover,
a:focus,
.twitter-feed-group a.twitter-follow-button:hover,
Expand Down Expand Up @@ -993,10 +1001,10 @@ ul.idi-institution-list {
}
ul.idi-institution-list li {
color: #0076B0;
padding-bottom: .22em;
}
ul.idi-institution-list li a {
display: block;
border-width: 2px 0px;
}
.fl-theme-uio-yb ul.idi-institution-list li:before { color: #FFFF00; }
.fl-theme-uio-wb ul.idi-institution-list li:before { color: #FFFFFF; }
Expand Down Expand Up @@ -1099,10 +1107,10 @@ form#idiMailingListSignup input {
}
.idi-article-list ul li {
list-style-type: none;
margin-bottom: 0.5em;
}
.idi-article-list ul li a {
display: block;
border-width: 5px 0px;
}
.idi-news-article,
.idi-news-article.idi-breadcrumbs {
Expand Down Expand Up @@ -1362,6 +1370,9 @@ img.idi-about-person {
font-style: normal;
margin-bottom: 0.3em;
}
.idi-project h3 a {
display: block;
}
.idi-project-leads {
margin-left: 0.5em;
margin-right: 2em;
Expand Down

0 comments on commit a6a254a

Please sign in to comment.