blog_perso_app/app/assets/stylesheets/admin/menu_items.css.scss
Nicolas Bally 56a0aa9848 initial
2012-06-17 21:11:12 +02:00

54 lines
838 B
SCSS

#menu_item_detail{
position:fixed;
top:44px;
right:0.5%;
z-index:1000;
background:url('/assets/admin/backgrounds/bg-white.jpg') black;
bottom:70px;
width:99%;
display:none;
margin-right:-110%;
box-shadow: 0 0 10px rgba(0,0,0,1) ;
border-radius: 10px;
.header{
background:transparent;
h1{
font-family:'Gill Sans' ;
color:black;
font-size:24px;
font-weight:normal;
em{
font-size:13px;
padding-left:10px;
}
}
.desc{
position:absolute;
top:50px;
left:10px;
bottom:10px;
width:370px;
overflow:auto;
text-align:justify;
padding-right:10px;
}
}
#menu_item_block_edit{
position: absolute;
top:80px;
border:1px solid black;
bottom:10px;
left:10px;
right:10px;
overflow:auto;
background:url('/assets/admin/backgrounds/bg-white.jpg');
}
}