File tree 2 files changed +32
-12
lines changed
2 files changed +32
-12
lines changed Original file line number Diff line number Diff line change 8
8
user-select : none;
9
9
}
10
10
11
+ img {
12
+ max-width : 100% ;
13
+ width : 380px ;
14
+ height : auto;
15
+ vertical-align : middle;
16
+ resize : both;
17
+ }
18
+
11
19
# content {
12
- display : flex ;
13
- flex-direction : column ;
20
+ display : grid ;
21
+ justify-content : center ;
14
22
font-family : "Trebuchet MS" , Helvetica, sans-serif;
15
- margin : 100px 200 px ;
23
+ margin : 100px 50 px ;
16
24
text-align : center;
17
25
}
18
26
27
+ # network-error-texts {
28
+ color : rgb (32 45 58 / 100% );
29
+ }
30
+
19
31
# title {
20
32
text-align : left;
21
33
font-size : 24px ;
@@ -33,14 +45,20 @@ body {
33
45
text-align : left;
34
46
font-size : 16px ;
35
47
list-style-position : inside;
48
+ padding : 20px ;
49
+ }
50
+
51
+ # buttons {
52
+ display : flex;
53
+ justify-content : start;
36
54
}
37
55
38
56
# reconnect {
39
57
float : left;
40
58
}
41
59
42
60
# settings {
43
- margin-left : 116 px ;
61
+ margin-left : 16 px ;
44
62
}
45
63
46
64
.button {
Original file line number Diff line number Diff line change 18
18
< body >
19
19
< div id ="content ">
20
20
< div id ="picture "> < img src ="img/zulip_network.png " /> </ div >
21
- < div id ="title "> We can't connect to this organization</ div >
22
- < div id ="subtitle "> This could be because</ div >
23
- < ul id ="description ">
24
- < li > You're not online or your proxy is misconfigured.</ li >
25
- < li > There is no Zulip organization hosted at this URL.</ li >
26
- < li > This Zulip organization is temporarily unavailable.</ li >
27
- < li > This Zulip organization has been moved or deleted.</ li >
28
- </ ul >
21
+ < div id ="network-error-texts ">
22
+ < div id ="title "> We can't connect to this organization</ div >
23
+ < div id ="subtitle "> This could be because</ div >
24
+ < ul id ="description ">
25
+ < li > You're not online or your proxy is misconfigured.</ li >
26
+ < li > There is no Zulip organization hosted at this URL.</ li >
27
+ < li > This Zulip organization is temporarily unavailable.</ li >
28
+ < li > This Zulip organization has been moved or deleted.</ li >
29
+ </ ul >
30
+ </ div >
29
31
< div id ="buttons ">
30
32
< div id ="reconnect " class ="button "> Reconnect</ div >
31
33
< div id ="settings " class ="button "> Settings</ div >
You can’t perform that action at this time.
0 commit comments