Oh hey html has a solution for my css bullshit

master v0.10
bel 2020-03-17 03:28:39 +00:00
parent 8f966c98a4
commit 2e98bdff2d
2 changed files with 3 additions and 40 deletions

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="/themes/default/style.css?v=1.4.3" media="all"/>
<link rel="stylesheet" type="text/css" href="/themes/default/print.css?v=1.4.3" media="print"/>
<link rel="stylesheet" type="text/css" href="/themes/default/pda.css?v=1.4.3" media="only screen and (max-device-width: 720px)"/>
<meta name="viewport" content="width=device-width, user-scalable=no">
</head>
<body>

View File

@ -197,6 +197,8 @@ h3 {
display: block;
}
/* BEL */
#taskview ,
#bar ,
br[clear="all"] ,
@ -217,43 +219,3 @@ br[clear="all"] ,
overflow-y: scroll;
}
@media
(min-resolution: 192dpi) and (min-device-width: 350px) {
body {
font-size: 320%;
overflow: hidden;
}
input[type="checkbox"] ,
input[type="button"] ,
.taskactionbtn ,
input[type="submit"] {
transform: scale(6.4);
z-index: 999;
}
.taskactionbtn {
margin-right: 1em;
}
.form-row > input {
transform: none;
}
.list-action ,
.mtt-tabs-add-button > span ,
.mtt-img-button ,
.mtt-searchbox-icon ,
.mtt-taskbox-icon {
transform: scale(2.1);
}
#tabs_buttons ,
#tabs_buttons > .mtt-tabs-select-button {
transform: scale(2.5);
}
#taskcontainer {
top: 3.7em;
}
input[type="checkbox"] {
margin-left: .7em;
}
.task-date {
display: none !important;
}
}