brite
Version:
DOM Centric Minimalistic MVC Framework
40 lines (35 loc) • 834 B
CSS
.ProjectEdit{
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
}
.ProjectEdit header{
position: relative;
background-image: -moz-linear-gradient(bottom, #aa3333 0%, #dd6666 100%);
background-image: -o-linear-gradient(bottom, #aa3333 0%, #dd6666 100%);
background-image: -webkit-linear-gradient(bottom, #aa3333 0%, #dd6666 100%);
background-image: linear-gradient(bottom, #afafaf 0%, #dd6666 100%);
}
.ProjectEdit header h2{
color: #fefefe;
text-shadow: #333 0px 1px 0;
}
.ProjectEdit input{
width: 90%;
max-width: 400px;
}
.ProjectEdit input.changed{
background-color: #FCF8E3;
}
.ProjectEdit section.content{
top: 30px;
}
.ProjectEdit .footer{
border-top: solid 1px #ddd;
position: absolute;
right: 0;
left: 0;
bottom: 0;
height: 48px;
padding-top: 10px;
background: #f0f0f0;
}