1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
bozon_ynh/sources/templates/default/css/mobile.css
2016-03-23 19:30:43 +01:00

55 lines
887 B
CSS

/* Mobile */
@media screen and (max-width:480px) {
/* Ini */
#submit {
width: 130px;
}
/* Header */
#search {
float: left;
margin-left: 2px;
}
#search input[type=text]:hover,
#search input[type=text]:focus {
width: 150px;
}
/* Login */
#login #form {
width: 300px;
}
#login #form input:not(#submit) {
width: 300px;
}
#login #form label {
width: 130px;
}
#login #form #cookie {
margin-top: 12px;
display: inline-block !important;
width: 20px !important;
height: 20px;
height: 20px !important;
}
/* Stats */
#stats table th.ip,
#stats table td.ip,
#stats table th.origin,
#stats table td.origin,
#stats table th.host,
#stats table td.host {
display: none;
}
/* Dialog */
div.dialog figure .closemsg,
div.dialog figure figcaption {
width: 280px;
}
}