Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e7c11f83

Von Hans Peter Schlaepfer vor etwa 7 Jahren hinzugefügt

  • ID e7c11f8376af120df8932da0700492985dc893ea
  • Vorgänger a85900cb
  • Nachfolger d25334c6

Anpassungen für die Präsentation am kivitendo Treffen April 2018

Unterschiede anzeigen:

css/less/admin.less
// Admin section: the menu itself doesn't occupy space. So make room
// at the top of the div covering the whole admin area.
body > div.admin {
padding-top: 24px;
margin: 60px 0 0 0 ;
h1 {
background-color: #fe5f14;
color: #ffffff;
padding: 0.1em 0.5em 37px 0.5em ;
top: 0 ;
position: fixed;
width: 100% ;
display: block;
}
.tabwidget {
top: 0 ;
padding: 1.0em 0 0 0 !important;
.ui-tabs-panel {
padding: 2.0em 1.0em 1.0em 1.0em ;
}
}
form{
display: block ;
margin-top: 1px ;
}
}
/* Admin-Bereich */
&.admin #menuv3{
top: 0px ;
}
/* Admin-Bereich */
&.admin > div.admin{
top: 74px ;
position: absolute;
width: 100%;
background-color: #ececec ;
}

Auch abrufbar als: Unified diff