mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
107 lines
1.5 KiB
CSS
107 lines
1.5 KiB
CSS
|
|
.mini-thumb{
|
|
width: 70px;
|
|
height: 100px;
|
|
float: left;
|
|
}
|
|
|
|
.thumb{
|
|
width: 100px;
|
|
height: 135px;
|
|
float: left;
|
|
}
|
|
|
|
.locandina{
|
|
width: 150px;
|
|
float: left;
|
|
}
|
|
/*sticky footer*/
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
/* The html and body elements cannot have any padding or margin. */
|
|
}
|
|
/* Wrapper for page content to push down footer */
|
|
#wrap {
|
|
min-height: 100%;
|
|
height: auto !important;
|
|
height: 100%;
|
|
/* Negative indent footer by it's height */
|
|
margin: 0 auto -60px;
|
|
}
|
|
|
|
/* Set the fixed height of the footer here */
|
|
#push,
|
|
#footer {
|
|
height: 80px;
|
|
}
|
|
#footer {
|
|
background-color: #eee;
|
|
}
|
|
|
|
/* Lastly, apply responsive CSS fixes as necessary */
|
|
@media (max-width: 767px) {
|
|
#footer {
|
|
margin-left: -20px;
|
|
margin-right: -20px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
}
|
|
|
|
.my-cursor{
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
|
|
/*file upload*/
|
|
|
|
.fileContainer {
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.fileContainer [type="file"] {
|
|
cursor: inherit;
|
|
display: block;
|
|
font-size: 999px;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
opacity: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
text-align: right;
|
|
top: 0;
|
|
}
|
|
|
|
.listMovieUl{
|
|
float: left;
|
|
}
|
|
.listMovieUl ul li{
|
|
display: inline;
|
|
}
|
|
|
|
|
|
.modal {
|
|
display: block;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.row .edit_row {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.select_edit{
|
|
width: 76%;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.notifications>div {
|
|
margin: 45px 0px;
|
|
} |