Eine minimale breite wurde im PageWrap angegeben

git-svn-id: https://svn.libreccm.org/ccm/trunk@2702 8810af33-2d31-482b-a856-94f89814c4df
master
sidoineghomsi 2014-06-16 18:24:44 +00:00
parent 700632fb20
commit 8daa91baa2
2 changed files with 11 additions and 0 deletions

View File

@ -1568,3 +1568,13 @@ ul.bebopTree li a[type="control"] {
#cmsHeader, #cmsFooter { #cmsHeader, #cmsFooter {
min-width: 1200px; min-width: 1200px;
} }
span.bebopFormErrors {
color: red;
display: block;
}
span.bebopFormErrors:before{
content: '\26A0';
font-size: 20pt;
}

View File

@ -350,6 +350,7 @@ body,
/* margin-top -1px + border-top 1px gets rid of the default spacing in firefox */ /* margin-top -1px + border-top 1px gets rid of the default spacing in firefox */
margin: -1px auto -250px; margin: -1px auto -250px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
min-width: 1000px;
} }
#fillEmptySpace { #fillEmptySpace {