mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing issue with generic.css and overlapping in view scaffolds.
Thanks to 'euromark' for the patch. Fixes #1787 Conflicts: app/webroot/css/cake.generic.css
This commit is contained in:
parent
a6ccee3a7c
commit
f641da89fa
1 changed files with 2 additions and 1 deletions
|
@ -216,6 +216,7 @@ dt {
|
|||
font-weight: bold;
|
||||
padding-left: 4px;
|
||||
vertical-align: top;
|
||||
width: 10em;
|
||||
}
|
||||
dd {
|
||||
margin-left: 10em;
|
||||
|
@ -537,4 +538,4 @@ div.code-coverage-results span.result-good {
|
|||
/** Elements **/
|
||||
#url-rewriting-warning {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue