From ada51e4873e975836f9c733e7db16228f68728d2 Mon Sep 17 00:00:00 2001 From: Michelle D'Souza Date: Thu, 17 May 2012 15:15:05 -0400 Subject: [PATCH 1/2] IDI-46: Moving the UIO button to line up with the content. --- contact-info.php | 2 +- style.css | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/contact-info.php b/contact-info.php index 634cfc3..17d8275 100644 --- a/contact-info.php +++ b/contact-info.php @@ -4,7 +4,7 @@
Inclusive Design Institute
- 205 Richmond Street West
+ 205 Richmond St. West
2nd Floor
Toronto, ON M5V 1V3
Canada diff --git a/style.css b/style.css index eb602da..6aad789 100644 --- a/style.css +++ b/style.css @@ -831,9 +831,13 @@ h3, /* Buttons at the top of the window */ .fl-uiOptions-fatPanel { margin-bottom: 2em; + box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30); } .fl-uiOptions-fatPanel .fl-panelBar { + margin: auto; + width: 64em; height: 0; + border: none; } .fl-uiOptions-fatPanel .fl-toggleButton { border: none; @@ -850,10 +854,9 @@ h3, background-position: 0.4em 50%; background-repeat: no-repeat; padding-left: 25px; - width: 7em; + width: 8em; margin-top: 0px; font-weight: 400; - text-align: right; } /* these should not be necessary, but defaults not working? */ .fl-theme-uio-yb .fl-uiOptions-fatPanel .fl-toggleButton { border: 1px solid yellow; } From a6a254ad2612190bd4bd80681c19b8ace9a14f1d Mon Sep 17 00:00:00 2001 From: Michelle D'Souza Date: Thu, 17 May 2012 16:12:55 -0400 Subject: [PATCH 2/2] IDI-46: Reduced the jumping when tabbing through the page. --- style.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 6aad789..cefd5df 100644 --- a/style.css +++ b/style.css @@ -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; } @@ -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, @@ -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; } @@ -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 { @@ -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;