Browse Source

Fixing issue with generic.css and overlapping in view scaffolds.
Thanks to 'euromark' for the patch.
Fixes #1787

Mark Story 14 years ago
parent
commit
694819cb81
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/webroot/css/cake.generic.css

+ 2 - 1
app/webroot/css/cake.generic.css

@@ -215,6 +215,7 @@ dt {
 	font-weight: bold;
 	padding-left: 4px;
 	vertical-align: top;
+	width: 10em;
 }
 dd {
 	margin-left: 10em;
@@ -536,4 +537,4 @@ div.code-coverage-results span.result-good {
 /** Elements **/
 #url-rewriting-warning {
 	display:none;
-}
+}