doodle3d-client/less/settingsPopup.less

90 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

/*
SETTINGS POPUP
*/
.warn-box {
color: #bb0;
border: 1px solid #bb0;
width: 99%;
border-radius: 5px;
margin: 7px 0;
padding: 2px;
display: none;
}
2014-01-16 21:30:57 +01:00
#popupSettings {
top: 0;
left: 0;
right: 0;
bottom: 0;
2014-01-16 22:51:19 +01:00
//z-index: 15;
2014-01-16 21:30:57 +01:00
max-width: 775px;
max-height: 540px;
2014-01-16 22:51:19 +01:00
//width: 80%;
//height: 75%;
2014-01-16 21:30:57 +01:00
margin: 7% 8%;
padding: 2%;
2013-10-09 19:21:33 +02:00
2014-01-16 21:30:57 +01:00
.toppanel {
height: 10%;
2013-10-09 19:21:33 +02:00
2014-01-16 22:51:19 +01:00
/*#settingsLabelContainer {
2014-01-16 21:30:57 +01:00
width: 100%;
height: auto;
margin-bottom: 1%;
2014-01-16 21:30:57 +01:00
#settingsLabelImg {
width: 45%;
max-width: 373px;
height: auto;
}
2014-01-16 22:51:19 +01:00
}*/
.title {
height: 100%;
max-height: 44px;
width: auto;
margin: 0 0 1% 0;
}
2014-01-16 21:30:57 +01:00
}
.bottompanel {
width: 100%;
height: 90%;
2013-10-09 19:21:33 +02:00
2014-01-16 21:30:57 +01:00
> #settingsContainer {
float:left;
width: 83%;
height: 98%;
margin: .5%;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
border: 1px solid rgb(187, 187, 187);
border-radius: 5px;
}
> .right {
width: 15%;
height: 100%;
float:right;
position:relative;
right: 0;
2013-10-09 19:21:33 +02:00
2014-01-16 21:30:57 +01:00
> .btnContainer {
position: absolute;
bottom: 3%;
right: 7%;
width: 100%;
2014-01-16 21:30:57 +01:00
> .btn {
max-width: 85px;
min-width: 42px;
width: 88%;
height: auto;
margin: 8% 2% 2% 0;
cursor: pointer;
float:right;
}
}
}
}
}