]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
bugfix for issue 376, migrating inline styles to the CSS file and using relative...
[osqa.git] / forum / skins / default / media / style / style.css
index e20a51e65445d110eab12f4af5f589c2be20264b..e329cf29733edf6f4e8814d69967de59a2280c4d 100644 (file)
@@ -820,6 +820,29 @@ div.question-body p, div.answer-body p {
     color: #333333;
 }
 
+#medalList .badgeListDescription {
+    float: left;
+    margin-top: 8px;
+    max-width: 60%;
+}
+
+#medalList .badgeListItem {
+    float: left;
+    width: 32%;
+}
+
+#medalList .intoMyBadges span {
+    font-size: 175%;
+    padding-right: 5px;
+    color: #5B9058;
+}
+#medalList .intoMyBadges {
+    float: left;
+    min-width: 5%;
+    text-align: right;
+    height:30px;
+}
+
 .list-item {
     margin-left: 15px;
 }