Skip to content

Commit

Permalink
Formfactor theme custom menu style fixes, MDL-25213
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabinger committed Nov 18, 2010
1 parent cea441e commit 2184f7a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 38 additions & 1 deletion theme/formfactor/style/core.css
Expand Up @@ -52,4 +52,41 @@ body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: "Trebuchet MS",
--------------------------*/ --------------------------*/


#page-footer { margin:25px 0; } #page-footer { margin:25px 0; }
#page-footer .logininfo { margin: 1em 0; } #page-footer .logininfo { margin: 1em 0; }

/* custum menu */
#custommenu { margin:0 50px; }

#custommenu, div.yui3-menu, div.yui3-menu-content {
border: none !important;
}

#custommenu {
background:url([[pix:theme|gradient-sb]]) repeat-x 0 30%;
padding-top: 4px;
padding-bottom: 4px;
border-bottom: 1px solid #ccc !important;
border-left: 1px solid #eee !important;
border-right: 1px solid #eee !important;

}

a.yui3-menu-label {
border: none !important;
}

div.yui3-menu-content .yui3-menu-content {
border: 1px solid #ccc !important;
border-top: none !important;
margin-top: 3px;
padding: 10px;
}

div.yui3-menu-content .yui3-menu-content .yui3-menu-content {
border-top: 1px solid #ccc !important;
}

div.yui3-menu-content .yui3-menu-content .yui3-menuitem-content, div.yui3-menu-content .yui3-menu-content .yui3-menu-label{
padding-top: 5px !important;

}
2 changes: 2 additions & 0 deletions theme/formfactor/style/selected.css
@@ -1,6 +1,8 @@
a:link, a:link,
a:visited { color: #bf3503; } a:visited { color: #bf3503; }


a.yui3-menu-label, div.yui3-menu-content .yui3-menu-content .yui3-menuitem-content { color: #bf3503 !important; }

a:hover, a:hover,
a:active { color:#3f5c10; } a:active { color:#3f5c10; }


Expand Down

0 comments on commit 2184f7a

Please sign in to comment.