summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-09 10:09:57 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-09 10:09:57 +0200
commit685d1cc44cea32c6dbab95d05c882aa808bcab44 (patch)
treeb2e2158e9a5642cefdaea285e7521a2350fcae33 /assets
parent54a77cd58589e8c73543360af1469151fb1a550c (diff)
Minor css improvements for tablets
Diffstat (limited to 'assets')
-rw-r--r--assets/css/app.css19
1 files changed, 13 insertions, 6 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index 426e3e5c..7dd63a1c 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -141,6 +141,7 @@ input[type="text"] {
color: #888;
border: 1px solid #ccc;
width: 400px;
+ max-width: 99%;
font-size: 1.0em;
height: 25px;
padding-bottom: 0;
@@ -1060,7 +1061,7 @@ tr td.task-orange,
}
/* responsive design */
-@media only screen and (min-width : 600px) and (max-width : 1024px) {
+@media only screen and (min-width : 768px) and (max-width : 1024px) {
.hide-tablet {
display: none;
@@ -1079,24 +1080,30 @@ tr td.task-orange,
.project-menu {
font-size: 0.7em;
}
-
- table input[type="text"] {
- width: 200px;
- }
}
-@media only screen and (max-width : 600px) {
+@media only screen and (max-width : 768px) {
header {
font-size: 0.8em;
}
+ .logo,
.project-menu {
display: none;
}
+ nav ul {
+ text-align: left;
+ }
+
+ nav li:first-child {
+ padding-left: 0;
+ }
+
#board {
margin-top: 10px;
+ font-size: 0.85em;
}
.task-board .task-score {