Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6d7433f9

Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt

  • ID 6d7433f9a0738dbdb6f33c5abb416f622fefc218
  • Vorgänger 9ffd4fc8
  • Nachfolger e48eb4dc

kivitendo-CSS: Fontgröße ausschließlich relativ & mit lx-office-erp abgestimmt

Unterschiede anzeigen:

css/kivitendo/main.css
12 12

  
13 13

  
14 14
body {
15
  font-family: Verdana, Arial, Helvetica;
16 15
  background-color: #FFFFFF;
17 16
  color: #000000;
18
  font-size: 9pt;
17
  font-family: Verdana, Arial, Helvetica, sans-serif;
18
  font-size: 80%;
19 19
}
20 20

  
21 21
/* Input elements */
......
147 147
}
148 148
.login h1 {
149 149
  text-align: center;
150
  font-size: 20px;
150
  font-size: 150%;
151 151
}
152 152
table.login {
153 153
  background-color: #FFFFE0;
......
212 212
}
213 213
/* Headings */
214 214
.listtop, h1 {
215
  font-size:125%;
216 215
  background-color: #006400;
217 216
  text-align: left;
218 217
  padding: 0.5em;
219 218
  color: #FFFFFF;
219
  font-size:100%;
220 220
  font-weight: bolder;
221 221
  border-style: none;
222 222
  border-width: thin;
......
231 231
  padding: 0.2em;
232 232
  background-color: #EBEBEB;
233 233
  color: #006400;
234
  font-size: 95%;
234 235
  font-weight: bolder;
235 236
  text-align: left;
236 237
  border-style: none;
......
493 494
  display:none;
494 495
}
495 496
div.cpc_block span.cpc_block_second_row {
496
  font-size:80%;
497 497
}
498 498
span.toggle_selected {
499 499
  font-weight: bold;

Auch abrufbar als: Unified diff