diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-30 16:12:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-30 16:12:22 +0000 |
commit | 9a7faafb565161bf484604d654e1d24a7a8c6956 (patch) | |
tree | 5f7c13be894fab66b551248af2dc075cb984e9a5 /public | |
parent | abcf3e2241f832da2a0080da7bbc11a94597bba7 (diff) | |
download | redmine-9a7faafb565161bf484604d654e1d24a7a8c6956.tar.gz redmine-9a7faafb565161bf484604d654e1d24a7a8c6956.zip |
Removes space between tabs and textarea (#27758).
git-svn-id: http://svn.redmine.org/redmine/trunk@17546 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 5 | ||||
-rw-r--r-- | public/stylesheets/jstoolbar.css | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 07a020aa7..bd537b82d 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -734,7 +734,7 @@ input#months { width: 30px; } .jstBlock .wiki-preview { padding: 2px; } .jstBlock .wiki-preview p:first-child { padding-top: 0 !important;} .jstBlock .wiki-preview p:last-child { padding-bottom: 0 !important;} -#content .box .jstBlock .jstTabs li { background-color: #f6f6f6; } +#content .box .jstBlock .jstTabs li { background-color: transparent; } .tabular .wiki-preview, .tabular .jstTabs {width: 95%;} .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; } @@ -1016,7 +1016,6 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} padding:4px 6px 4px 6px; border: 1px solid #ccc; border-bottom: 1px solid #bbbbbb; - background-color: #f6f6f6; color:#999; font-weight:bold; border-top-left-radius:3px; @@ -1024,7 +1023,7 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} } #content .tabs ul li a:hover { - background-color: #ffffdd; + color:#777; text-decoration:none; } diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css index b1d347bb6..339765f3f 100644 --- a/public/stylesheets/jstoolbar.css +++ b/public/stylesheets/jstoolbar.css @@ -14,8 +14,9 @@ /*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/ } #content .jstTabs.tabs { - margin-bottom: 10px; + margin-bottom: -1px; } +#content .jstTabs.tabs ul {border-bottom:0;} #content .jstTabs.tabs li { height: 42px; } @@ -29,12 +30,13 @@ display: inline-block; vertical-align: bottom; line-height: 19px; + border-bottom: 1px solid transparent; } .jstElements { display: inline-block; vertical-align: bottom; - border-bottom: 1px solid #bbbbbb; padding-left: 6px; + padding-bottom:2px; height: 26px; } .wiki-preview { |