mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-09 16:19:28 +00:00
f1a346c545
- new fields: beginnzeit, endezeit, Prüfungsantritt - Einverständniserklärung: if not checked no save possible - can be saved and freigegeben - added phrases
11 lines
271 B
CSS
11 lines
271 B
CSS
/*stylesheet for sb admin 2 pages that do not have menu and toolbar*/
|
|
@import "admintemplate.css";
|
|
|
|
@media (min-width:768px) {
|
|
#page-wrapper {
|
|
margin-right: 180px;
|
|
margin-left: 180px;
|
|
margin-top: 8px;
|
|
border: 1px solid #e7e7e7;
|
|
}
|
|
} |