Переглянути джерело

CDR: Template and layout adjustments to prevent wrapping.

Nate Jones 10 роки тому
батько
коміт
9dfa834e0e
2 змінених файлів з 10 додано та 10 видалено
  1. 8 8
      themes/enhanced/template.php
  2. 2 2
      themes/minimized/template.php

+ 8 - 8
themes/enhanced/template.php

@@ -446,19 +446,19 @@ table.tr_hover tr:hover td a {
 	color: #000;
 	text-align: center;
 	padding: 0 1px 0 1px;
-	width: 42px;
+	width: 51px;
 	white-space: nowrap;
 }
 
 .row_style_hor_mir_grad {
-	background: -moz-linear-gradient(left, #e5e9f0 0%, #ffffff 25%, #ffffff 75%, #e5e9f0 100%);
-	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e9f0), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#e5e9f0));
-	background: -webkit-linear-gradient(left, #e5e9f0 0%,#ffffff 25%,#ffffff 75%,#e5e9f0 100%);
-	background: -o-linear-gradient(left, #e5e9f0 0%,#ffffff 25%,#ffffff 75%,#e5e9f0 100%);
-	background: -ms-linear-gradient(left, #e5e9f0 0%,#ffffff 25%,#ffffff 75%,#e5e9f0 100%);
-	background: linear-gradient(to right, #e5e9f0 0%,#ffffff 25%,#ffffff 75%,#e5e9f0 100%);
+	background: -moz-linear-gradient(left, #e5e9f0 0%, #fff 25%, #fff 75%, #e5e9f0 100%);
+	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e9f0), color-stop(25%,#fff), color-stop(75%,#fff), color-stop(100%,#e5e9f0));
+	background: -webkit-linear-gradient(left, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
+	background: -o-linear-gradient(left, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
+	background: -ms-linear-gradient(left, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
+	background: linear-gradient(to right, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9f0', endColorstr='#e5e9f0',GradientType=1 );
-	}
+}
 
 .row_stylebg {
 	border-bottom: 1px solid #b9c5d8;

+ 2 - 2
themes/minimized/template.php

@@ -446,7 +446,7 @@ table.tr_hover tr:hover td a {
 	color: #000;
 	text-align: center;
 	padding: 0 1px 0 1px;
-	width: 42px;
+	width: 51px;
 	white-space: nowrap;
 }
 
@@ -458,7 +458,7 @@ table.tr_hover tr:hover td a {
 	background: -ms-linear-gradient(left, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
 	background: linear-gradient(to right, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9f0', endColorstr='#e5e9f0',GradientType=1 );
-	}
+}
 
 .row_stylebg {
 	border-bottom: 1px solid #b9c5d8;