Better notice_data-attach alignment for mobile devices that support
input type file
This commit is contained in:
parent
68a42f4917
commit
5f63c0279f
|
@ -73,8 +73,6 @@ width:auto;
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#site_nav_global_primary {
|
#site_nav_global_primary {
|
||||||
margin:0;
|
margin:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
@ -90,7 +88,6 @@ float:left;
|
||||||
font-size:0.9em;
|
font-size:0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#form_notice {
|
#form_notice {
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
@ -115,13 +112,16 @@ iPhone/iPod Touch, Android, Opera Mini Simulator
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
#form_notice #notice_data-attach {
|
#form_notice #notice_data-attach {
|
||||||
top:auto;
|
position:static;
|
||||||
bottom:0;
|
clear:both;
|
||||||
left:0;
|
width:50%;
|
||||||
right:auto;
|
height:auto;
|
||||||
opacity:1;
|
display:block;
|
||||||
z-index:9;
|
z-index:9;
|
||||||
width:65%;
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
background:none;
|
||||||
|
opacity:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form_notice #notice_action-submit {
|
#form_notice #notice_action-submit {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user