fixes in the user menu and the footer

This commit is contained in:
Evgeny Fadeev 2013-03-20 21:43:59 -04:00
parent f978578197
commit 8195154b80
3 changed files with 53 additions and 48 deletions

View File

@ -105,7 +105,8 @@ h1.section-title,
top: 22px; top: 22px;
li { li {
line-height: 1.7; line-height: 1.7;
padding-left: 13px; padding: 0 0 0 13px;
margin: 0;
img { img {
margin-bottom: 3px; margin-bottom: 3px;
} }
@ -113,16 +114,14 @@ h1.section-title,
li:hover { li:hover {
display: block !important; display: block !important;
background: white !important; background: white !important;
margin: 0;
padding: 0;
width: 100% !important;
} }
a { a {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
a:hover { a:hover {
text-decoration: underline; background: inherit;
text-decoration: none;
} }
} }
} }
@ -282,6 +281,9 @@ input[type="submit"].link {
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
} }
p {
margin-top: 14px;
}
h3 { h3 {
color: #de0000; color: #de0000;
font-size: 16px; font-size: 16px;

View File

@ -131,50 +131,49 @@ h1.section-title,
/* line 106, ../sass/extra.scss */ /* line 106, ../sass/extra.scss */
#metaNav .dropdown-menu li { #metaNav .dropdown-menu li {
line-height: 1.7; line-height: 1.7;
padding-left: 13px; padding: 0 0 0 13px;
margin: 0;
} }
/* line 109, ../sass/extra.scss */ /* line 110, ../sass/extra.scss */
#metaNav .dropdown-menu li img { #metaNav .dropdown-menu li img {
margin-bottom: 3px; margin-bottom: 3px;
} }
/* line 113, ../sass/extra.scss */ /* line 114, ../sass/extra.scss */
#metaNav .dropdown-menu li:hover { #metaNav .dropdown-menu li:hover {
display: block !important; display: block !important;
background: white !important; background: white !important;
margin: 0;
padding: 0;
width: 100% !important;
} }
/* line 120, ../sass/extra.scss */ /* line 118, ../sass/extra.scss */
#metaNav .dropdown-menu a { #metaNav .dropdown-menu a {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
/* line 124, ../sass/extra.scss */ /* line 122, ../sass/extra.scss */
#metaNav .dropdown-menu a:hover { #metaNav .dropdown-menu a:hover {
text-decoration: underline; background: inherit;
text-decoration: none;
} }
/* line 129, ../sass/extra.scss */ /* line 128, ../sass/extra.scss */
#header.with-logo #userToolsNav { #header.with-logo #userToolsNav {
bottom: 19px; bottom: 19px;
right: -100px; right: -100px;
} }
/* line 133, ../sass/extra.scss */ /* line 132, ../sass/extra.scss */
#secondaryHeader { #secondaryHeader {
background: #fff; background: #fff;
border: none; border: none;
margin-bottom: 7px; margin-bottom: 7px;
} }
/* line 138, ../sass/extra.scss */ /* line 137, ../sass/extra.scss */
.scope-selector { .scope-selector {
font-size: 16px; font-size: 16px;
height: 37px; height: 37px;
border-bottom: 3px solid white; border-bottom: 3px solid white;
} }
/* line 143, ../sass/extra.scss */ /* line 142, ../sass/extra.scss */
.scope-selector.on, .scope-selector:hover { .scope-selector.on, .scope-selector:hover {
background: none; background: none;
border-bottom: 3px solid; border-bottom: 3px solid;
@ -185,33 +184,33 @@ h1.section-title,
-o-transition: 0.07s, ease; -o-transition: 0.07s, ease;
transition: 0.07s, ease; transition: 0.07s, ease;
} }
/* line 150, ../sass/extra.scss */ /* line 149, ../sass/extra.scss */
.scope-selector:hover { .scope-selector:hover {
color: #264D69; color: #264D69;
} }
/* line 153, ../sass/extra.scss */ /* line 152, ../sass/extra.scss */
.scope-selector:first-child { .scope-selector:first-child {
margin-left: 0; margin-left: 0;
} }
/* line 158, ../sass/extra.scss */ /* line 157, ../sass/extra.scss */
#askButton, #askButton,
#homeButton { #homeButton {
display: none; display: none;
} }
/* line 161, ../sass/extra.scss */ /* line 160, ../sass/extra.scss */
.tabBar { .tabBar {
background: none; background: none;
} }
/* line 164, ../sass/extra.scss */ /* line 163, ../sass/extra.scss */
#logo img { #logo img {
height: 56px; height: 56px;
margin-left: -10px; margin-left: -10px;
} }
/* line 168, ../sass/extra.scss */ /* line 167, ../sass/extra.scss */
#searchBar { #searchBar {
-webkit-box-shadow: inset #eeeeee 1px 1px 2px 1px; -webkit-box-shadow: inset #eeeeee 1px 1px 2px 1px;
-moz-box-shadow: inset #eeeeee 1px 1px 2px 1px; -moz-box-shadow: inset #eeeeee 1px 1px 2px 1px;
@ -220,12 +219,12 @@ h1.section-title,
margin-top: -33px; margin-top: -33px;
} }
/* line 173, ../sass/extra.scss */ /* line 172, ../sass/extra.scss */
.search-drop-menu { .search-drop-menu {
margin-left: 255px; margin-left: 255px;
} }
/* line 176, ../sass/extra.scss */ /* line 175, ../sass/extra.scss */
.search-drop-menu .footer button { .search-drop-menu .footer button {
padding: 2px 6px 3px; padding: 2px 6px 3px;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(5%, #f3f3f3), color-stop(100%, #f5850c)); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(5%, #f3f3f3), color-stop(100%, #f5850c));
@ -239,30 +238,30 @@ h1.section-title,
text-shadow: 0 0 0; text-shadow: 0 0 0;
} }
/* line 185, ../sass/extra.scss */ /* line 184, ../sass/extra.scss */
body.anon #searchBar, body.anon #searchBar,
body.anon .search-drop-menu { body.anon .search-drop-menu {
margin-left: 158px; margin-left: 158px;
} }
/* line 189, ../sass/extra.scss */ /* line 188, ../sass/extra.scss */
#ContentRight { #ContentRight {
margin-top: -56px; margin-top: -56px;
margin-bottom: 56px; margin-bottom: 56px;
} }
/* line 193, ../sass/extra.scss */ /* line 192, ../sass/extra.scss */
#ContentLeft { #ContentLeft {
padding-bottom: 0; padding-bottom: 0;
} }
/* line 199, ../sass/extra.scss */ /* line 198, ../sass/extra.scss */
.box h2, .box h2,
.box .contributorback { .box .contributorback {
background: none; background: none;
text-align: left; text-align: left;
} }
/* line 207, ../sass/extra.scss */ /* line 206, ../sass/extra.scss */
.box .inputs #interestingTagInput, .box .inputs #interestingTagInput,
.box .inputs #ignoredTagInput, .box .inputs #ignoredTagInput,
.box .inputs #subscribedTagInput, .box .inputs #subscribedTagInput,
@ -272,7 +271,7 @@ body.anon .search-drop-menu {
line-height: 23px; line-height: 23px;
} }
/* line 216, ../sass/extra.scss */ /* line 215, ../sass/extra.scss */
input[type="submit"].searchBtn, input[type="submit"].searchBtn,
input.cancelSearchBtn { input.cancelSearchBtn {
border: 0; border: 0;
@ -283,7 +282,7 @@ input.cancelSearchBtn {
right: -500px; right: -500px;
} }
/* line 228, ../sass/extra.scss */ /* line 227, ../sass/extra.scss */
button, button,
input[type="submit"], input[type="submit"],
input[type="button"], input[type="button"],
@ -316,46 +315,46 @@ input[type="reset"],
border-left-color: #bababa !important; border-left-color: #bababa !important;
} }
/* line 248, ../sass/extra.scss */ /* line 247, ../sass/extra.scss */
.comments input[type="submit"], .comments input[type="submit"],
.comments .controls a.button { .comments .controls a.button {
color: #4b4b4b !important; color: #4b4b4b !important;
border: none !important; border: none !important;
} }
/* line 251, ../sass/extra.scss */ /* line 250, ../sass/extra.scss */
.comments input[type="submit"]:hover, .comments input[type="submit"]:hover,
.comments .controls a.button:hover { .comments .controls a.button:hover {
text-decoration: underline; text-decoration: underline;
} }
/* line 255, ../sass/extra.scss */ /* line 254, ../sass/extra.scss */
.comments input[type="submit"] { .comments input[type="submit"] {
color: #1b71bd; color: #1b71bd;
} }
/* line 259, ../sass/extra.scss */ /* line 258, ../sass/extra.scss */
input[type="submit"].link { input[type="submit"].link {
border: none !important; border: none !important;
color: 4b4b4b !important; color: 4b4b4b !important;
} }
/* line 264, ../sass/extra.scss */ /* line 263, ../sass/extra.scss */
#footer { #footer {
margin-top: 10px; margin-top: 10px;
} }
/* line 267, ../sass/extra.scss */ /* line 266, ../sass/extra.scss */
#footer .span-4, #footer .span-4,
#footer .span-8 { #footer .span-8 {
margin: 0; margin: 0;
} }
/* line 270, ../sass/extra.scss */ /* line 269, ../sass/extra.scss */
#footer .span-4 { #footer .span-4 {
width: 17%; width: 17%;
} }
/* line 273, ../sass/extra.scss */ /* line 272, ../sass/extra.scss */
#footer .span-8 { #footer .span-8 {
width: 32%; width: 32%;
} }
/* line 280, ../sass/extra.scss */ /* line 279, ../sass/extra.scss */
#footer a, #footer a,
#footer a:active, #footer a:active,
#footer a:hover, #footer a:hover,
@ -365,26 +364,30 @@ input[type="submit"].link {
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
} }
/* line 285, ../sass/extra.scss */ /* line 284, ../sass/extra.scss */
#footer p {
margin-top: 14px;
}
/* line 287, ../sass/extra.scss */
#footer h3 { #footer h3 {
color: #de0000; color: #de0000;
font-size: 16px; font-size: 16px;
margin: 0 0 8px 0; margin: 0 0 8px 0;
padding: 0; padding: 0;
} }
/* line 291, ../sass/extra.scss */ /* line 293, ../sass/extra.scss */
#footer ul { #footer ul {
list-style: none; list-style: none;
margin: 0; margin: 0;
} }
/* line 295, ../sass/extra.scss */ /* line 297, ../sass/extra.scss */
#footer textarea { #footer textarea {
display: block; display: block;
margin: 12px 0 10px; margin: 12px 0 10px;
width: 80%; width: 80%;
} }
/* line 302, ../sass/extra.scss */ /* line 304, ../sass/extra.scss */
.pager, .pager,
.paginator { .paginator {
margin-bottom: 0; margin-bottom: 0;

View File

@ -1,14 +1,14 @@
<div class="clearfix"></div> <div class="clearfix"></div>
<div class="content-wrapper"> <div class="content-wrapper">
<div id="footer"> <div id="footer">
<div class="span-8"> <!--div class="span-8">
<h3>My Feedback About This Page</h3> <h3>My Feedback About This Page</h3>
<form id="FeedbackForm_FeedbackForm" action="http://www.openstack.org/home/FeedbackForm" method="post" enctype="application/x-www-form-urlencoded"> <form id="FeedbackForm_FeedbackForm" action="http://www.openstack.org/home/FeedbackForm" method="post" enctype="application/x-www-form-urlencoded">
<textarea id="FeedbackForm_FeedbackForm_Content" name="Content" rows="5" cols="20"></textarea> <textarea id="FeedbackForm_FeedbackForm_Content" name="Content" rows="5" cols="20"></textarea>
<input class="action button" id="FeedbackForm_FeedbackForm_action_submitFeedback" type="submit" name="action_submitFeedback" value="Tell Us" title="Tell Us" /> <input class="action button" id="FeedbackForm_FeedbackForm_action_submitFeedback" type="submit" name="action_submitFeedback" value="Tell Us" title="Tell Us" />
</form> </form>
</div> </div-->
<div class="span-4"> <div class="span-4">
<h3>OpenStack</h3> <h3>OpenStack</h3>
<ul> <ul>