summaryrefslogtreecommitdiff
path: root/pages/assets
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-05-07 13:48:02 -0700
committerelijah <elijah@riseup.net>2015-05-07 13:48:02 -0700
commit84ee6c0cafa72ee1fdf7d6331578c606cfb9c0e6 (patch)
tree94901c66d09c5f6ae62292a69c8f744d7588d3c4 /pages/assets
parentf82df6b8094901f089216698839e421b98fa950a (diff)
redmine css: hide split only on home page.
Diffstat (limited to 'pages/assets')
-rw-r--r--pages/assets/redmine/application.css45
1 files changed, 24 insertions, 21 deletions
diff --git a/pages/assets/redmine/application.css b/pages/assets/redmine/application.css
index c9ccd54..45d983c 100644
--- a/pages/assets/redmine/application.css
+++ b/pages/assets/redmine/application.css
@@ -68,27 +68,6 @@ body, #wrapper {
}
/*
- * HOME PAGE
- */
-.splitcontentleft {
- width: 100%;
-}
-.splitcontentright {
- display: none;
-}
-
-p.button {
- border-radius: 4px;
- padding: 10px;
- display: inline-block;
- margin-right: 8px;
- background: #eee;
-}
-p.button:hover {
- background: #ddd;
-}
-
-/*
* TABLES
*/
table.list tbody tr td, table.list tbody tr:hover td {
@@ -107,6 +86,30 @@ table.list thead th {
}
/*
+ * ISSUES
+ */
+.subject h3 {
+ font-size: 24px;
+}
+
+/*
+ * HOME PAGE
+ */
+#content > .splitcontentleft {width: 100%;}
+#content > .splitcontentright {display: none;}
+
+p.button {
+ border-radius: 4px;
+ padding: 10px;
+ display: inline-block;
+ margin-right: 8px;
+ background: #eee;
+}
+p.button:hover {
+ background: #ddd;
+}
+
+/*
* MISC
*/
.box { background-color: #fcfcfc; }