changeset 6972:4d339efccf64

less: tag style should always apply not only if placed inside .right element Besides, .right is no longer used.
author domruf <dominikruf@gmail.com>
date Wed, 25 Oct 2017 21:26:58 +0200
parents bee750d4ffff
children 7f45efdd3f12
files kallithea/public/css/style.css kallithea/public/less/kallithea-tags.less
diffstat 2 files changed, 26 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Wed Oct 25 21:32:39 2017 +0200
+++ b/kallithea/public/css/style.css	Wed Oct 25 21:26:58 2017 +0200
@@ -484,7 +484,7 @@
   background-color: #bfbfbf;
   color: #ffffff;
 }
-.right .mergetag {
+.mergetag {
   padding: 1px 3px 1px 3px;
   background-color: #fca062;
   font-size: 10px;
@@ -494,11 +494,11 @@
   border-radius: 3px;
   margin-right: 2px;
 }
-.right .parent {
+.parent {
   color: #666666;
   clear: both;
 }
-.right .logtags {
+.logtags {
   line-height: 2.2em;
 }
 .phasetag,
@@ -553,16 +553,16 @@
   float: left;
   display: inline-block;
 }
-.right .logtags .phasetag,
-.right .logtags .bumpedtag,
-.right .logtags .divergenttag,
-.right .logtags .extincttag,
-.right .logtags .unstabletag,
-.right .logtags .branchtag,
-.right .logtags .tagtag,
-.right .logtags .booktag,
-.right .mergetag,
-.right .merge {
+.logtags .phasetag,
+.logtags .bumpedtag,
+.logtags .divergenttag,
+.logtags .extincttag,
+.logtags .unstabletag,
+.logtags .branchtag,
+.logtags .tagtag,
+.logtags .booktag,
+.mergetag,
+.merge {
   float: right;
   line-height: 1em;
   margin: 1px 1px !important;
--- a/kallithea/public/less/kallithea-tags.less	Wed Oct 25 21:32:39 2017 +0200
+++ b/kallithea/public/less/kallithea-tags.less	Wed Oct 25 21:26:58 2017 +0200
@@ -65,7 +65,7 @@
       color: #ffffff;
   }
 }
-.right .mergetag {
+.mergetag {
   padding: 1px 3px 1px 3px;
   background-color: #fca062;
   font-size: 10px;
@@ -75,11 +75,11 @@
   border-radius: 3px;
   margin-right: 2px;
 }
-.right .parent {
+.parent {
   color: #666666;
   clear: both;
 }
-.right .logtags {
+.logtags {
   line-height: 2.2em;
 }
 .phasetag,
@@ -134,16 +134,16 @@
   float: left;
   display: inline-block;
 }
-.right .logtags .phasetag,
-.right .logtags .bumpedtag,
-.right .logtags .divergenttag,
-.right .logtags .extincttag,
-.right .logtags .unstabletag,
-.right .logtags .branchtag,
-.right .logtags .tagtag,
-.right .logtags .booktag,
-.right .mergetag,
-.right .merge {
+.logtags .phasetag,
+.logtags .bumpedtag,
+.logtags .divergenttag,
+.logtags .extincttag,
+.logtags .unstabletag,
+.logtags .branchtag,
+.logtags .tagtag,
+.logtags .booktag,
+.mergetag,
+.merge {
   float: right;
   line-height: 1em;
   margin: 1px 1px !important;