diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2764,10 +2764,11 @@ BIN_FILENODE = 6 .right .logtags { line-height: 2.2em; } -.branchtag, .logtags .tagtag, .logtags .booktag { +.repotag, .branchtag, .logtags .tagtag, .logtags .booktag { margin: 0px 2px; } +.repotag, .branchtag, .tagtag, .booktag, @@ -2789,6 +2790,7 @@ BIN_FILENODE = 6 margin-right: 0.5em; } +.repotag, .branchtag, .tagtag, .booktag { @@ -2805,6 +2807,26 @@ BIN_FILENODE = 6 display: block; } +.repotag { + border-color: #56A546; + color: #46A546; + font-size: 8px; + text-transform: uppercase; +} + +#context-bar .repotag, +.repo-icons .repotag { + border-color: white; + color: white; + margin-top: 3px; +} + +.repo-icons .repotag { + margin-top: 0px; + padding-top: 0px; + padding-bottom: 0px; +} + .booktag { border-color: #46A546; color: #46A546; @@ -5002,10 +5024,6 @@ div.prev-next-comment div.next-comment { display: none; } -.repo-switcher-dropdown .select2-result-label span.repo-icons { - margin-left: -12px; -} - .icon-only-links i { color: white; }