Skip to content

Instantly share code, notes, and snippets.

@tamoot
Created March 29, 2011 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamoot/892362 to your computer and use it in GitHub Desktop.
Save tamoot/892362 to your computer and use it in GitHub Desktop.
/* ここが手抜き */
body{
padding-top: 48px;
}
/* see http://sho.tdiary.net/20100426.html#p01 */
div.adminmenu div,
div.adminmenu form,
div.adminmenu select {
display: inline;
}
/* navi プラグイン用 */
#adminmenu{
height:24px;
position:fixed;
background-color: #def;
filter: alpha(opacity=60);
opacity:0.60;
top:0px;
left:0px;
right:0px;
z-index:999999;
}
/* カテゴリメニュー用。jQueryで制御してないから手抜き */
#adminmenu2{
padding-top: 10px;
position:fixed;
background-color: #def;
filter: alpha(opacity=60);
opacity:0.60;
top:0px;
left:0px;
right:0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment