Removes space between tabs and textarea (#27758).

git-svn-id: http://svn.redmine.org/redmine/trunk@17546 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2018-09-30 16:12:22 +00:00
parent abcf3e2241
commit 9a7faafb56
2 changed files with 6 additions and 5 deletions

View File

@@ -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;
}

View File

@@ -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 {