Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e7c11f83

Von Hans Peter Schlaepfer vor mehr als 6 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
34 34
// Admin section: the menu itself doesn't occupy space. So make room
35 35
// at the top of the div covering the whole admin area.
36 36
body > div.admin {
37
  padding-top: 24px;
37
  margin: 60px 0 0 0 ;
38 38

  
39 39
  h1 {
40 40
    background-color: #fe5f14;
41 41
    color: #ffffff;
42
    padding: 0.1em 0.5em 37px 0.5em ;
43
    top: 0 ;
44
    position: fixed;
45
    width: 100% ;
46
    display: block;
47
  }
48
  
49
  .tabwidget {
50
    top: 0 ; 
51
    padding: 1.0em 0 0 0 !important;
52
    .ui-tabs-panel {
53
      padding: 2.0em 1.0em 1.0em 1.0em ;
54
    }
55
  }
56
  form{
57
    display: block ;
58
    margin-top: 1px ;
42 59
  }
43

  
44 60
}
45 61

  
46 62

  
47 63

  
48
  /* Admin-Bereich */
49
  &.admin #menuv3{
50
    top: 0px ;
51
  }
52 64

  
53 65

  
54
    /* Admin-Bereich */
55
  &.admin > div.admin{
56
    top: 74px ;
57
    position: absolute;
58
    width: 100%;
59
    background-color: #ececec ;
60
  }
61 66

  
62 67

  
63 68

  

Auch abrufbar als: Unified diff