summaryrefslogtreecommitdiff
path: root/assets/css/responsive.css
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-06 14:42:53 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-06 14:43:36 -0500
commit5933a829b7e0201fefe4198672612c0ae77000d6 (patch)
tree0faa27b990de8c1bb77682b2d6d975181f1fd0ad /assets/css/responsive.css
parent18bba794131e18b6ae81dff897bc196f43ca9d63 (diff)
Minors layout improvements
Diffstat (limited to 'assets/css/responsive.css')
-rw-r--r--assets/css/responsive.css71
1 files changed, 8 insertions, 63 deletions
diff --git a/assets/css/responsive.css b/assets/css/responsive.css
index b1977b01..38a57593 100644
--- a/assets/css/responsive.css
+++ b/assets/css/responsive.css
@@ -1,33 +1,7 @@
/* responsive design */
-@media only screen and (min-width : 769px) and (max-width : 1024px) {
-
- .hide-tablet {
- display: none;
- }
-
- body {
- font-size: 0.9em;
- }
-
- .project-menu {
- font-size: 0.8em;
- }
-
- .task-board-title {
- font-size: 1.5em;
- }
-
- .form-tab {
- max-width: 662px;
- }
-
- input.form-date ~ div.form-help {
- max-width: 150px;
- }
-}
-
-@media only screen and (max-width : 768px) {
+@media only screen and (max-width: 1024px) {
+ li.hide-tablet,
.hide-tablet {
display: none;
}
@@ -36,45 +10,16 @@
font-size: 0.85em;
}
- .logo,
- .project-menu {
- display: none;
- }
-
- nav li:first-child {
- padding-left: 0;
+ .form-tab {
+ max-width: 404px;
}
- .username {
+ .form-inline-group input[type="submit"],
+ .form-inline-group label {
display: block;
- text-align: right;
- }
-
- .user-show-sidebar,
- .project-show-sidebar,
- .task-show-sidebar {
- width: 200px;
- }
-
- .user-show-main,
- .project-show-main,
- .task-show-main {
- margin-left: 230px;
}
- table input[type="text"] {
- width: 150px;
- }
-
- .task-score {
- display: none;
- }
-
- .task-board-title {
- font-size: 1.5em;
- }
-
- .form-tab {
- max-width: 404px;
+ .form-inline-group input[type="submit"] {
+ margin-top: 20px;
}
}