diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-08-14 08:20:32 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-08-14 08:20:32 +0000 |
commit | 035edd39c422c9434147a1b0ac457cb9383c9b5b (patch) | |
tree | 4b25e158e04068c535e828c04f336c769ac9db9c /public | |
parent | 763d5dddde2c7dda03fe529c9dfe0d553669c277 (diff) | |
download | redmine-035edd39c422c9434147a1b0ac457cb9383c9b5b.tar.gz redmine-035edd39c422c9434147a1b0ac457cb9383c9b5b.zip |
Import issues from CSV file (#950).
git-svn-id: http://svn.redmine.org/redmine/trunk@14493 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index be41d08ff..abda05c11 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1109,6 +1109,17 @@ h2 img { vertical-align:middle; } .hascontextmenu { cursor: context-menu; } +.sample-data {border:1px solid #ccc; border-collapse:collapse; background-color:#fff; margin:0.5em;} +.sample-data td {border:1px solid #ccc; padding: 2px 4px; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} +.sample-data tr:first-child td {font-weight:bold; text-align:center;} + +.ui-progressbar {position: relative;} +#progress-label { +position: absolute; left: 50%; top: 4px; +font-weight: bold; +color: #555; text-shadow: 1px 1px 0 #fff; +} + /* Custom JQuery styles */ .ui-datepicker-title select {width:70px !important; margin-top:-2px !important; margin-right:4px !important;} |