Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 61d89baf

Von Sven Donath vor mehr als 14 Jahren hinzugefügt

  • ID 61d89baf2eb6f0524c6b2eb561df2687e07ad6c8
  • Vorgänger 141ca9a1
  • Nachfolger 38e7a330

message_ok und message_error CSS-Styles eingefügt. Msg-Ausgabe etwas repariert. Hat noch Potential.
Nachtrag zum vorigen Commit: Die Bezeichnung des seitlichen Menüs habe ich von 'Alt (seitlich)' auf 'Links (HTML)' geändert,
weil das in der Dropdown-Box logischer ist.
Die Dropdown-Box heißt jetzt 'Menü-Variante' statt 'Menüsetup'.

Unterschiede anzeigen:

css/lx-office-erp.css
81 81
  color: black;
82 82
}
83 83

  
84
.message_ok {
85
    font-size: 12pt;
86
	padding:5px;
87
	background-color: lightgreen;
88
	color: black;
89
	font-weight: bolder;
90
	text-align:center;
91
	border-style:solid;
92
	border-width:thin;
93
}
94

  
95
.message_error {
96
    font-size: 12pt;
97
	padding:5px;
98
	background-color: #FFAAAA;
99
	color: black;
100
	font-weight: bolder;
101
	text-align:center;
102
	border-style:solid;
103
	border-width:thin;
104
}
84 105

  
85 106
/*
86 107
	?berschriftsbalken

Auch abrufbar als: Unified diff