summaryrefslogtreecommitdiffstats
path: root/public/themes/alternate
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-03 10:28:08 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-03 10:28:08 +0000
commit92a23c05bb71e62426cec2298d90b39fadd0eb52 (patch)
tree87093cc5919c75b4a34392cad6176e9ebf639059 /public/themes/alternate
parent7d8af70a6362517cab9aa2dc2054fa8dd8581ad8 (diff)
downloadredmine-92a23c05bb71e62426cec2298d90b39fadd0eb52.tar.gz
redmine-92a23c05bb71e62426cec2298d90b39fadd0eb52.zip
Project name format limitation removed (name can now contain any character).
Project identifier maximum length changed from 12 to 20. git-svn-id: http://redmine.rubyforge.org/svn/trunk@949 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/themes/alternate')
-rw-r--r--public/themes/alternate/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/themes/alternate/stylesheets/application.css b/public/themes/alternate/stylesheets/application.css
index ced63a418..af787ae71 100644
--- a/public/themes/alternate/stylesheets/application.css
+++ b/public/themes/alternate/stylesheets/application.css
@@ -63,6 +63,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
input[type="text"] { padding: 3px; }
input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
+option { border-bottom: 1px dotted #d7d7d7; }
/* Misc */
.box { background-color: #fcfcfc; }