2 Commits
v0.9 ... v0.10

Author SHA1 Message Date
bel
2e98bdff2d Oh hey html has a solution for my css bullshit 2020-03-17 03:28:39 +00:00
bel
8f966c98a4 whoops on css 2020-03-12 04:41:31 +00:00
2 changed files with 3 additions and 45 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

@@ -189,10 +189,6 @@ h3 {
display: none;
}
body {
background-color: maroon;
}
.mtt-tab {
display: none;
}
@@ -201,6 +197,8 @@ body {
display: block;
}
/* BEL */
#taskview ,
#bar ,
br[clear="all"] ,
@@ -221,44 +219,3 @@ br[clear="all"] ,
overflow-y: scroll;
}
@media
(min-resolution: 192dpi) and (min-device-width: 350px) {
body {
font-size: 320%;
background-color: navy;
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;
}
}