diff --git a/public/index.html b/public/index.html index 78d57af..57c854c 100755 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ +
diff --git a/public/themes/default/pda.css b/public/themes/default/pda.css index b9114d1..0f70431 100755 --- a/public/themes/default/pda.css +++ b/public/themes/default/pda.css @@ -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; - } -}