CSS für das Content-Center korrgiert. Die globale Navigation ("Mein Portal", "Abmelden" usw.) wurde aufgrund einer falschen
Positionierung durch andere Element verdeckt. git-svn-id: https://svn.libreccm.org/ccm/trunk@1717 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
3802caaed2
commit
82e914c208
|
|
@ -266,7 +266,7 @@ div.cmsGlobalNavigation > span {
|
||||||
div#cmsHeader div.cmsGlobalNavigation {
|
div#cmsHeader div.cmsGlobalNavigation {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0em;
|
right: 0em;
|
||||||
top:4em;
|
top:3em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -349,17 +349,14 @@ div.bebopLeft div.bebopPanelRow {
|
||||||
border:2px solid #cccccc;
|
border:2px solid #cccccc;
|
||||||
width:95%;
|
width:95%;
|
||||||
}
|
}
|
||||||
/*edit pardis*/
|
|
||||||
|
|
||||||
div.bebopPanelRow {
|
div.bebopPanelRow {
|
||||||
margin-bottom:1em;
|
margin-bottom:1em;
|
||||||
width:40%;
|
|
||||||
}
|
}
|
||||||
div.bebopPanelRow table tr td {
|
div.bebopPanelRow table tr td {
|
||||||
margin-bottom:1em;
|
margin-bottom:1em;
|
||||||
/*width:10%;*/
|
/*width:10%;*/
|
||||||
}
|
}
|
||||||
/**/
|
|
||||||
|
|
||||||
div.bebopPanelRow textarea{
|
div.bebopPanelRow textarea{
|
||||||
width:100%;
|
width:100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue