summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-01 17:36:21 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-01 17:36:21 -0400
commit109a2a2e25e0e170d3df3860d054f82f70e78c4d (patch)
tree5aa324a06ba285ec7643589620e41411bf2d49eb /assets/css
parent3f084916e3befbaadf8dc86c8329a408dfcdf351 (diff)
Change dashboard
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/app.css32
-rw-r--r--assets/css/src/dashboard.css31
2 files changed, 7 insertions, 56 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index 0328d721..03f95c6b 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -1384,31 +1384,6 @@ span.task-board-date-overdue {
margin-left: 25px;
}
/* dashboard */
-
-@media only screen and (min-width: 1280px) {
-
- #dashboard table {
- font-size: 0.9em;
- }
-
- .dashboard-left-column {
- width: 58%;
- float: left;
- }
-
- .dashboard-right-column {
- margin-left: 2%;
- width: 40%;
- float: left;
- }
-}
-
-.dashboard-single-column {
- width: 95%;
- margin-left: 0;
- float: none;
-}
-
.dashboard-project-stats span {
font-size: 0.75em;
margin-right: 10px;
@@ -1430,9 +1405,10 @@ span.task-board-date-overdue {
color: #999;
}
-#dashboard-calendar {
- font-size: 0.85em;
-}/* datepicker */
+#dashboard .sidebar-content {
+ font-size: 0.9em;
+}
+/* datepicker */
#ui-datepicker-div {
font-size: 0.8em;
}
diff --git a/assets/css/src/dashboard.css b/assets/css/src/dashboard.css
index dd997c62..5fd79703 100644
--- a/assets/css/src/dashboard.css
+++ b/assets/css/src/dashboard.css
@@ -1,29 +1,4 @@
/* dashboard */
-
-@media only screen and (min-width: 1280px) {
-
- #dashboard table {
- font-size: 0.9em;
- }
-
- .dashboard-left-column {
- width: 58%;
- float: left;
- }
-
- .dashboard-right-column {
- margin-left: 2%;
- width: 40%;
- float: left;
- }
-}
-
-.dashboard-single-column {
- width: 95%;
- margin-left: 0;
- float: none;
-}
-
.dashboard-project-stats span {
font-size: 0.75em;
margin-right: 10px;
@@ -45,6 +20,6 @@
color: #999;
}
-#dashboard-calendar {
- font-size: 0.85em;
-} \ No newline at end of file
+#dashboard .sidebar-content {
+ font-size: 0.9em;
+}