diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-19 08:57:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-19 08:57:06 +0000 |
commit | 745cb7bdb46d78106abee00e2d6f6b6ddb40470a (patch) | |
tree | f4d6fcdb2cee623712cd23b510ee5ca8bb1f1cee | |
parent | 8aa647addb9a43de195bf102560b6e540a056594 (diff) | |
download | redmine-745cb7bdb46d78106abee00e2d6f6b6ddb40470a.tar.gz redmine-745cb7bdb46d78106abee00e2d6f6b6ddb40470a.zip |
Small improvement (#24313).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@15979 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 9caf17e50..4f90bcda0 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -345,6 +345,7 @@ div.square { width: .6em; height: .6em; } .contextual {float:right; white-space: nowrap; line-height:1.4em;margin:5px 0px; padding-left: 10px; font-size:0.9em;} +.contextual .icon {padding-top: 2px; padding-bottom: 3px;} .contextual input, .contextual select {font-size:0.9em;} .message .contextual { margin-top: 0; } @@ -812,6 +813,7 @@ table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1 table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; } table.cal thead th.week-number {width: auto;} table.cal tbody tr {height: 100px;} +table.cal td .icon {padding-top: 2px; padding-bottom: 3px;} table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;} table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;} table.cal td p.day-num {font-size: 1.1em; text-align:right;} @@ -1101,8 +1103,6 @@ div.wiki img {vertical-align:middle; max-width:100%;} background-position: 0% 50%; background-repeat: no-repeat; padding-left: 20px; - padding-top: 2px; - padding-bottom: 3px; } .icon-only { background-position: 0% 50%; |