Skip to content
Snippets Groups Projects
Commit ace6e45d authored by Seth Meranda's avatar Seth Meranda
Browse files

Move the Twitter and Facebook "tabs" up so they don't take an entire line. Add...

Move the Twitter and Facebook "tabs" up so they don't take an entire line. Add a glow around the selected tab.
parent 33ba6fb1
No related branches found
No related tags found
No related merge requests found
...@@ -204,23 +204,40 @@ Big Ten Video Slide ...@@ -204,23 +204,40 @@ Big Ten Video Slide
margin-bottom:24px; margin-bottom:24px;
} }
#maincontent #socialFeeds {
position:relative;
}
/* Tab Overrides - turn these into buttons*/ /* Tab Overrides - turn these into buttons*/
#maincontent #socialFeeds ul.wdn_tabs { #maincontent #socialFeeds ul.wdn_tabs {
border-bottom:none; border-bottom:none;
margin:10px 0; margin:10px 0;
display:inline-block;
position:absolute;
right:0;
top:0;
} }
#maincontent .wdn_tabs #tabFacebook, #maincontent .wdn_tabs #tabTwitter { #maincontent .wdn_tabs #tabFacebook, #maincontent .wdn_tabs #tabTwitter {
padding:0; padding:0;
margin:0; margin:0;
height:auto; height:auto;
border-radius:1em; border-radius:1em;
margin-right:14px; margin-right:7px;
}
#maincontent .wdn_tabs #tabFacebook.selected, #maincontent .wdn_tabs #tabTwitter.selected {
-webkit-box-shadow: 0px 0px 10px 0px #5aabc6;
-moz-box-shadow: 0px 0px 10px 0px #5aabc6;
box-shadow: 0px 0px 10px 0px #5aabc6;
} }
#maincontent .wdn_tabs #tabFacebook:hover, #maincontent .wdn_tabs #tabTwitter:hover { #maincontent .wdn_tabs #tabFacebook:hover, #maincontent .wdn_tabs #tabTwitter:hover {
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4); box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
} }
#maincontent .wdn_tabs #tabFacebook.selected:hover, #maincontent .wdn_tabs #tabTwitter.selected:hover {
-webkit-box-shadow: 0px 0px 10px 0px #5aabc6, inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 10px 0px #5aabc6, inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 10px 0px #5aabc6, inset 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
#maincontent .wdn_tabs #tabFacebook { #maincontent .wdn_tabs #tabFacebook {
background: #3b5998; /* Old browsers */ background: #3b5998; /* Old browsers */
background: -moz-linear-gradient(top, #3b5998 0%, #2e4777 100%); /* FF3.6+ */ background: -moz-linear-gradient(top, #3b5998 0%, #2e4777 100%); /* FF3.6+ */
...@@ -259,7 +276,7 @@ background: linear-gradient(top, #4099ff 0%,#3479c9 100%); /* W3C */ ...@@ -259,7 +276,7 @@ background: linear-gradient(top, #4099ff 0%,#3479c9 100%); /* W3C */
font-weight:bold; font-weight:bold;
font-size:0.8em; font-size:0.8em;
margin:0; margin:0;
padding:3px 8px; padding:1px 8px;
} }
#twitterFeed ul { #twitterFeed ul {
padding:0; padding:0;
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
</div> </div>
<div class="grid5" id="socialFeeds"> <div class="grid5" id="socialFeeds">
<h3>Conversations with UNL</h3> <h3>Conversations</h3>
<ul class="wdn_tabs"> <ul class="wdn_tabs">
<li id="tabTwitter"><a href="#twitter">Twitter</a></li> <li id="tabTwitter"><a href="#twitter">Twitter</a></li>
<li id="tabFacebook"><a href="#facebook">Facebook</a></li> <li id="tabFacebook"><a href="#facebook">Facebook</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment