]> source.dussan.org Git - redmine.git/commitdiff
Removes space between tabs and textarea (#27758).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Sep 2018 16:12:22 +0000 (16:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Sep 2018 16:12:22 +0000 (16:12 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17546 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css
public/stylesheets/jstoolbar.css

index 07a020aa7ba3e9d9102eee640772407e10f86792..bd537b82dc6b0cbea9bb197032eaca4679f1e71e 100644 (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;
 }
 
index b1d347bb6a1c535cf402e6843927511aac3369ab..339765f3f5522711be5fb19ea41362c81b044bc8 100644 (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;
 }
     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 {