Browse Source

Tweaked admin items lists

Rafał Pitoń 10 years ago
parent
commit
a296212188

+ 3 - 1
misago/static/misago/admin/css/misago/tables.less

@@ -114,9 +114,11 @@
         }
 
         &.item-name {
+          color: @text-color;
+          font-size: @font-size-large;
+
           a:link, a:visited {
             color: @text-color;
-            font-weight: bold;
           }
         }
       }

+ 4 - 1
misago/static/misago/admin/css/style.css

@@ -6219,10 +6219,13 @@ body {
   max-width: 30px;
   max-height: 30px;
 }
+.table-panel table.table tr td.item-name {
+  color: #444444;
+  font-size: 18px;
+}
 .table-panel table.table tr td.item-name a:link,
 .table-panel table.table tr td.item-name a:visited {
   color: #444444;
-  font-weight: bold;
 }
 .table-panel table.table tr:first-child > :first-child {
   border-top-left-radius: 3px;