Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIO-50: IE 7 custom focus styles working on all but the UIO button.
Browse files Browse the repository at this point in the history
  • Loading branch information
abledaccess committed May 22, 2012
1 parent 259aa7f commit 0aac2b4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions wp-content/themes/fluid-studios/css/ie7.css
@@ -1,10 +1,29 @@
/* IE7 specific styles
--------------------------------------------------------------------------- */
html{
overflow:auto;
}
html,body,.fls-wrapper{
height:99.9%;
}
.fls-post-thumbnail a:active{
border:0;
}
a:active,
a:active img{
border:2px solid #f00;
}
.flc-slidingPanel-toggleButton.fl-toggleButton{
font-size:1em;
margin-right:3%;
width:14em;
}
button:focus{
border:8px solid #f00;
}
.flc-slidingPanel-toggleButton.fl-toggleButton:focus{
border:2px solid #f00;
}
.fls-masthead{
width:7em;
}
Expand All @@ -17,4 +36,7 @@
.fl-grid li{
float:left;
min-height:20em;
}
.fl-grid li .fls-index-summary{
overflow:visible;
}
2 changes: 1 addition & 1 deletion wp-content/themes/fluid-studios/style.css
Expand Up @@ -106,7 +106,7 @@ img,embed,object,video{
/* Fluid-Studios theme specific styles
--------------------------------------------------------------------------- */
html,body,.fls-wrapper{
height:99.9999%; /* A hack to prevent page level scroll-bars from showing cos 100% is too much for some reason. Go figure. */
height:99.9999%; /* A hack to prevent page level scroll-bars from showing cos, of course, 100% is too much, but 99.9999 is just right. Go figure. */
}
html{
background-image:url("images/bg.jpg");
Expand Down

0 comments on commit 0aac2b4

Please sign in to comment.