Browse Source

Fix search line visibility in exercises results table

Yannick Warnier 9 years ago
parent
commit
f2bbce9d62
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Resources/public/css/base.css

+ 3 - 0
app/Resources/public/css/base.css

@@ -5206,6 +5206,9 @@ div#chat-remote-video video {
 .ui-jqgrid .ui-jqgrid-htable th div{
   height: 25px;
 }
+.ui-jqgrid .ui-jqgrid-htable th {
+    height: 35px;
+}
 .ui-jqgrid .ui-state-highlight, .ui-jqgrid .ui-widget-content .ui-state-highlight,.ui-jqgrid .ui-widget-header .ui-state-highlight{
   background: #F7F7F7;
 }