You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2015/12/04 20:19:54 UTC

[whimsy.git] [13/50] Commit ed700fe: minor tweaks: svn:ignore, css, mail config file name

Commit ed700fee5d0fae27628d5c0efb53c29c8421d59b:
    minor tweaks: svn:ignore, css, mail config file name
    git-svn-id: https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy@819434 90ea9780-b833-de11-8433-001ec94261de


Branch: refs/heads/master
Author: Sam Ruby <ru...@apache.org>
Committer: Sam Ruby <ru...@apache.org>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/secretary/workbench/local_paths.yml                      | + -
www/secretary/workbench/worklist.css                         | ++ --
------------------------------------------------------------
6 changes: 3 additions, 3 deletions.
------------------------------------------------------------


diff --git a/www/secretary/workbench/local_paths.yml b/www/secretary/workbench/local_paths.yml
index 3473b79..98d1b4b 100644
--- a/www/secretary/workbench/local_paths.yml
+++ b/www/secretary/workbench/local_paths.yml
@@ -3,4 +3,4 @@ foundation: /var/tools/secretary/foundation
 officers:   /var/tools/secretary/foundation/officers
 documents:  /var/tools/secretary/documents
 received:   /var/tools/secretary/documents/received
-mail:       /var/tools/secretary/.secmail.rb
+mail:       /var/tools/secretary/secmail.rb
diff --git a/www/secretary/workbench/worklist.css b/www/secretary/workbench/worklist.css
index 7ec5c34..041c4a8 100644
--- a/www/secretary/workbench/worklist.css
+++ b/www/secretary/workbench/worklist.css
@@ -1,7 +1,7 @@
 html {background-color: #EEE}
 input[type="email"],input[type="text"],select {width: 100%}
 textarea {width: 100%}
-p.worklist {margin-left: 3em}
+p#worklist {margin-left: 2em}
 #classify {display: none}
 #doctype > table:first-child {margin-bottom: 1em}
 table {width: 100%}
@@ -14,7 +14,7 @@ input[type="submit"].bucket {width: 3.5em}
 input[type="submit"] {border-radius: 2em}
 input.loading {background-color: #EF8}
 ul {list-style:none; padding-left:0}
-li {margin: 0.5em 2em 0 1em; padding-left: 1em, border-radius: 1em}
+li {margin: 0.5em 2em 0 1em; padding-left: 1em; border-radius: 1em}
 li:hover {background-color: #F2EEB2}
 li.selected {background-color: #FE0}
 .buttons, .buckets {text-align:center; margin-bottom:0.5em}