Commit 87966e6e6414030d4a1efe3848d71bd25b7e67a7

Authored by Sergio Oliveira
1 parent 5b0f1a02

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 168 }
169 169  
170 170 .tag {
  171 + text-decoration: none;
171 172 background-color: #2183b3;
172 173 padding: 2px 4px;
173   - border-radius: 5;
  174 + border-radius: 5px;
174 175 font-size: 90%;
175 176 color: #fff;
176 177 margin-right: 5px;
  178 + line-height: 2;
177 179 }
178 180  
179 181 .tag:hover,
180 182 .tag:focus {
181 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 200 .quiet {
... ...