Cosmetic : cache certaines colonnes pour petit écran

This commit is contained in:
Dany De Bontridder 2017-10-18 22:03:40 +02:00
parent 2abda90c6c
commit fdedbc4dc1
3 changed files with 29 additions and 0 deletions

View file

@ -1184,6 +1184,9 @@ span.remain {
}
#predef_form {
}
.visible_gt1155 {
display:none;
}
}
@media only screen and (max-width: 900px) {
#predef_form {

View file

@ -1614,6 +1614,17 @@ div.box {
height: 380px;
}
}
@media only screen and (max-width: 1155px) {
div#jrn_name_div
{
display: none;
}
#predef_form {
}
.visible_gt1155 {
display:none;
}
}
div.box table{
border-spacing:0px;
font-size: 95%;

View file

@ -944,6 +944,9 @@ span.remain {
}
#predef_form {
}
.visible_gt1155 {
display:none;
}
}
@media only screen and (max-width: 900px) {
#predef_form {
@ -1766,6 +1769,18 @@ input[type="button"].tinybutton {
padding : 3px;
}
.image_search:hover {
cursor:pointer;
width:16px;
height:16px;
vertical-align: top;
background-color: lightblue;
background-repeat: repeat-x;
background-position: left;
background-image: inherit;
padding : 3px;
}
/****************************************************************************
* Aligned button