浏览代码

add support of long project names

root 7 年之前
父节点
当前提交
7e5a0a7e3a
共有 2 个文件被更改,包括 45 次插入0 次删除
  1. 二进制
      images/meta-logo.png
  2. 45 0
      stylesheets/application.css

二进制
images/meta-logo.png


+ 45 - 0
stylesheets/application.css

@@ -0,0 +1,45 @@
+/* load the default Redmine stylesheet */
+@import url(../../../stylesheets/application.css);
+
+
+/* add a logo in the header */
+/*#header {
+    background: #507AAA url(../images/meta-logo.png) no-repeat 2px;
+    padding-left: 86px;
+}*/
+
+
+/* move the project menu to the right 
+#main-menu { 
+    left: auto;
+    right: 0px;
+}
+*/
+
+
+
+tr.project td.name a {
+    white-space: normal;
+}
+
+tr.issue td.project {
+    white-space: initial;
+    max-width: 23em;
+}
+
+#quick-search {
+    float:left;
+    width:100%;
+}
+
+#quick-search select {
+    width: 30%;
+}
+
+@media screen and (max-width: 899px) {
+        #header #quick-search select {
+            color: #333 !important;
+        }
+}
+
+