Files
Phraseanet/resources/www/lightbox/styles/jquery-mobile/_jquery-validator.scss
2019-11-22 17:50:55 +04:00

83 lines
1.2 KiB
SCSS

$iconsPath: '../../../assets/common/images/icons/';
ul.image_set{
padding:0;
margin:0;
border:none;
width:100%;
border:none;
list-style-type: none;
}
li.image_box a img{
position:relative;
vertical-align:middle;
border:none;
}
li.image_box a{
padding:0;
text-shadow:0;
margin:0;
}
li.image_box{
width:80px;
height:80px;
position:relative;
float:left;
margin:0px 15px 15px 0px;
padding:0px;
text-align:center;
.thumb_wrapper {
background: #ededed;
}
}
a.no.active_choice{
background-color:red;
color: #fff;
}
a.active_choice{
background-color: #53b401;
color: #fff;
}
.valid_choice{
position:absolute;
bottom:0;
right:0;
width:16px;
height:16px;
z-index:2;
}
.valid_choice.agree{
background: #7ed321;
border-top-left-radius: 100px;
}
.valid_choice.disagree{
background: #d0021b;
border-top-left-radius: 100px;
}
.thumb_wrapper {
text-align:center;
}
@media screen and (orientation: landscape) {
.thumb_wrapper img {
width: 50%;
}
}
@media screen and (orientation: portrait) {
.thumb_wrapper img {
width: 100%;
}
}
.ui-footer .ui-title, .ui-header .ui-title {
font-size: 18px;
}