Pārlūkot izejas kodu

CDR: Recording playback - disabled preloading, return Tools column and icons to middle, hide if duration is zero.

Nate Jones 11 gadi atpakaļ
vecāks
revīzija
74157f77d3
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      themes/enhanced/template.php
  2. 2 2
      themes/minimized/template.php

+ 2 - 2
themes/enhanced/template.php

@@ -436,8 +436,8 @@ table.tr_hover tr:hover td a {
 	border-bottom: 1px solid #c5d1e5;
 	background-color: #fff;
 	color: #000;
-	text-align: left;
-	padding: 0 0 0 2px;
+	text-align: center;
+	padding: 0 1px 0 1px;
 	width: 42px;
 	white-space: nowrap;
 }

+ 2 - 2
themes/minimized/template.php

@@ -436,8 +436,8 @@ table.tr_hover tr:hover td a {
 	border-bottom: 1px solid #c5d1e5;
 	background-color: #fff;
 	color: #000;
-	text-align: left;
-	padding: 0 0 0 2px;
+	text-align: center;
+	padding: 0 1px 0 1px;
 	width: 42px;
 	white-space: nowrap;
 }