Commit 87966e6e6414030d4a1efe3848d71bd25b7e67a7
1 parent
5b0f1a02
Exists in
master
and in
39 other branches
Fixing tags
Showing
1 changed file
with
17 additions
and
1 deletions
Show diff stats
src/colab/static/css/screen.css
| @@ -168,17 +168,33 @@ label.avatar-placeholder { | @@ -168,17 +168,33 @@ label.avatar-placeholder { | ||
| 168 | } | 168 | } |
| 169 | 169 | ||
| 170 | .tag { | 170 | .tag { |
| 171 | + text-decoration: none; | ||
| 171 | background-color: #2183b3; | 172 | background-color: #2183b3; |
| 172 | padding: 2px 4px; | 173 | padding: 2px 4px; |
| 173 | - border-radius: 5; | 174 | + border-radius: 5px; |
| 174 | font-size: 90%; | 175 | font-size: 90%; |
| 175 | color: #fff; | 176 | color: #fff; |
| 176 | margin-right: 5px; | 177 | margin-right: 5px; |
| 178 | + line-height: 2; | ||
| 177 | } | 179 | } |
| 178 | 180 | ||
| 179 | .tag:hover, | 181 | .tag:hover, |
| 180 | .tag:focus { | 182 | .tag:focus { |
| 181 | background-color: #21b6e6; | 183 | background-color: #21b6e6; |
| 184 | + color: #fff; | ||
| 185 | +} | ||
| 186 | + | ||
| 187 | +.tag-cloud .size-1 { | ||
| 188 | + font-size: 90%; | ||
| 189 | +} | ||
| 190 | +.tag-cloud .size-2 { | ||
| 191 | + font-size: 100%; | ||
| 192 | +} | ||
| 193 | +.tag-cloud .size-3 { | ||
| 194 | + font-size: 130%; | ||
| 195 | +} | ||
| 196 | +.tag-cloud .size-4 { | ||
| 197 | + font-size: 150%; | ||
| 182 | } | 198 | } |
| 183 | 199 | ||
| 184 | .quiet { | 200 | .quiet { |