summaryrefslogtreecommitdiff
path: root/pages/assets/redmine
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-05-13 13:29:45 -0700
committerelijah <elijah@riseup.net>2015-05-13 13:29:45 -0700
commitf6fbd89c5360fb95f4ab82ad31601107c70fc0d0 (patch)
tree3802067424e93b052c239d46d0e860f164c76cb2 /pages/assets/redmine
parentb2cdb2de3a59e539d9b72cf59972eb5bdcd2c8b3 (diff)
updated redmine css
Diffstat (limited to 'pages/assets/redmine')
-rw-r--r--pages/assets/redmine/application.css66
1 files changed, 50 insertions, 16 deletions
diff --git a/pages/assets/redmine/application.css b/pages/assets/redmine/application.css
index ba88448..9ee5356 100644
--- a/pages/assets/redmine/application.css
+++ b/pages/assets/redmine/application.css
@@ -58,7 +58,7 @@ body, #wrapper {
left: 120px;
}
#main-menu li {
- margin: 0px; /* remove space between tabs */
+ margin: 0px;
}
#main-menu li a {
background-color: #2b2b2b;
@@ -75,6 +75,23 @@ body, #wrapper {
}
/*
+ * 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;
+}
+
+/*
* TABLES
*/
table.list tbody tr td, table.list tbody tr:hover td {
@@ -98,25 +115,42 @@ table.list thead th {
.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;
+div.issue {
+ padding: 15px;
+ background-color: #def1f4;
+ border: none;
+}
+#history h4 {
+ border: none;
+ padding: 8px 15px 8px 0px;
background: #eee;
+ display: inline-block;
}
-p.button:hover {
- background: #ddd;
+#history h4 a.journal-link {
+ float: none;
+ padding: 8px;
+ background: #999;
+ color: white;
+ margin-right: 5px;
+}
+#history .journal {
+ margin: 10px 0;
+ padding: 5px 0;
+}
+div.wiki pre {
+ margin: 1em 0px;
+ border: 1px solid #eee;
}
/*
* MISC
*/
-.box { background-color: #fcfcfc; }
+.box {
+ background-color: #fff;
+ border: none;
+}
+
+h3.version {
+ margin-top: 30px;
+}
+