Cosmetic : cache certaines colonnes pour petit écran
This commit is contained in:
parent
2abda90c6c
commit
fdedbc4dc1
3 changed files with 29 additions and 0 deletions
|
|
@ -1184,6 +1184,9 @@ span.remain {
|
|||
}
|
||||
#predef_form {
|
||||
}
|
||||
.visible_gt1155 {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 900px) {
|
||||
#predef_form {
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue