Eine minimale breite wurde im PageWrap angegeben
git-svn-id: https://svn.libreccm.org/ccm/trunk@2702 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
700632fb20
commit
8daa91baa2
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue