File tree Expand file tree Collapse file tree 3 files changed +31
-8
lines changed
components/ILIAS/Init/templates/default
070-components/legacy/Services Expand file tree Collapse file tree 3 files changed +31
-8
lines changed Original file line number Diff line number Diff line change 22 {LPE}
33</ div >
44< div class ="ilStartupSection ">
5- < p > < a class ="il_ContainerItemCommand " href ="./login.php{CLIENT_ID} "> {TXT_LOGIN}</ a >
6- <!-- BEGIN homelink -->
7- < a class ="il_ContainerItemCommand " href ="./index.php{CLIENT_ID} "> {TXT_HOME}</ a >
8- <!-- END homelink -->
9- <!-- BEGIN client_list -->
10- < a class ="il_ContainerItemCommand " href ="{CMD_CLIENT_LIST} "> {TXT_CLIENT_LIST}</ a >
11- <!-- END client_list -->
5+ < ul class ="ilStartupSectionLoginLinks ">
6+ < li >
7+ < a class ="il_ContainerItemCommand " href ="./login.php{CLIENT_ID} "> {TXT_LOGIN}</ a >
8+ </ li >
9+ <!-- BEGIN homelink -->
10+ < li >
11+ < a class ="il_ContainerItemCommand " href ="./index.php{CLIENT_ID} "> {TXT_HOME}</ a >
12+ </ li >
13+ <!-- END homelink -->
14+
15+ <!-- BEGIN client_list -->
16+ < li >
17+ < a class ="il_ContainerItemCommand " href ="{CMD_CLIENT_LIST} "> {TXT_CLIENT_LIST}</ a >
18+ </ li >
19+ <!-- END client_list -->
20+ </ ul >
1221</ div >
Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ ul.ilStartupSectionRegistrationLinks {
4545 }
4646}
4747
48+ ul .ilStartupSectionLoginLinks {
49+ list-style : none ;
50+ li {
51+ display : inline-block ;
52+ }
53+ }
54+
4855div .ilStartupSection form .form-horizontal {
4956 border : $il-panel-border ;
5057 border-radius : $il-panel-border-radius ;
@@ -63,4 +70,4 @@ div.ilStartupSection form.form-horizontal {
6370 @media only screen and (max-width : $il-grid-float-breakpoint-max ) {
6471 width : auto ;
6572 }
66- }
73+ }
You can’t perform that action at this time.
0 commit comments