-
Côme Chilliet authored
issue #5852
4488a753
@import "colors";
/* Login screen */
p.fusiondirectoryLoginWarning {
text-align: center;
color: @warning-red-color;
font-weight: bold;
font-size: 12px;
}
html, body {
min-height: 100%;
}
div#window-container {
text-align: center;
width: 100%;
bottom: 0;
top: 52px;
position: absolute;
}
div#window-div {
min-width: 50%;
margin-top: 100px;
border: 1px solid @border-color-1;
background-color: @background-second-color;
display: inline-block;
}
div#window-div > form {
margin:0;
}
div#window-titlebar {
text-align: center;
border-bottom: 1px solid @border-color-1;
padding: 8px;
background-color: @background-color;
min-height: 30px;
}
div#window-titlebar > img {
float: left;
height: 30px;
}
div#window-titlebar > p {
margin: 0;
padding: 0;
font-size: 24px;
font-weight: bold;
}
div#window-content > div {
padding: 10px;
}
a:link {
text-decoration: none;
color: @link-color;
}
a:visited {
text-decoration: none;
color: @link-color;
}
div#window-footer {
padding: 0;
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
}
div#window-footer > div {
display: inline-block;
width: 47%;
padding: 1%;
}
div#window-footer > div:nth-child(1) {
color: @warning-red-color;
font-weight: bold;
}
html.ltr div#window-footer > div:nth-child(1) {
text-align: left;
}
html.rtl div#window-footer > div:nth-child(1) {
text-align: right;
}
span.warning, p.warning {
color: @warning-red-color;
}
div.copynotice {
position: fixed;
bottom: 0;
right: 5px;
border: none;
}
div.copynotice a {
color: @text-color;
}
/* On small screens */
@media (max-width: 640px) {
div#window-div {
min-width: 70%;
margin-top: 10px;
}
div#window-footer > div {
display: block;
width: auto;
padding: 5px;
text-align: center !important;
}
div#window-footer.plugbottom > div:nth-child(2) > input[type=submit] {
width: 100% !important;
}
p.fusiondirectoryLoginWarning {
margin-top: 0;
margin-bottom: 0;
}
}