diff options
author | Go MAEDA <maeda@farend.jp> | 2020-04-01 16:27:51 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-04-01 16:27:51 +0000 |
commit | e1cb1c8530eeef2820dafd7429196163b1a98862 (patch) | |
tree | 9d54bb06625a077c90b5bcc736c4fb815892a513 /public | |
parent | 237560a8e5118c4a7af685c895e41574701f1046 (diff) | |
download | redmine-e1cb1c8530eeef2820dafd7429196163b1a98862.tar.gz redmine-e1cb1c8530eeef2820dafd7429196163b1a98862.zip |
Merged r19632 and r19633 from trunk to 4.1-stable (#33169).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19634 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 64b25b07d..5bd13e629 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -334,7 +334,7 @@ tr.user.locked, tr.user.registered { color: #aaa; } tr.user.locked a, tr.user.registered a { color: #aaa; } table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;} -table.permissions tr.group>td:nth-of-type(1), +table.permissions tr.group>td:nth-of-type(1), table.tracker-summary tr.group>td:nth-of-type(1) {font-weight: bold;} tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} @@ -761,6 +761,7 @@ span.pagination>span {white-space:nowrap;} } #search-form fieldset p {margin:0.2em 0;} +#csv-export-options fieldset {padding: 0;} /***** Tabular forms ******/ .tabular p{ |