File tree Expand file tree Collapse file tree 2 files changed +32
-12
lines changed Expand file tree Collapse file tree 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
+ # 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 14
14
< body >
15
15
< div id ="content ">
16
16
< div id ="picture "> < img src ="img/zulip_network.png " /> </ div >
17
- < div id ="title "> We can't connect to this organization</ div >
18
- < div id ="subtitle "> This could be because</ div >
19
- < ul id ="description ">
20
- < li > You're not online or your proxy is misconfigured.</ li >
21
- < li > There is no Zulip organization hosted at this URL.</ li >
22
- < li > This Zulip organization is temporarily unavailable.</ li >
23
- < li > This Zulip organization has been moved or deleted.</ li >
24
- </ ul >
17
+ < div id ="texts ">
18
+ < div id ="title "> We can't connect to this organization</ div >
19
+ < div id ="subtitle "> This could be because</ div >
20
+ < ul id ="description ">
21
+ < li > You're not online or your proxy is misconfigured.</ li >
22
+ < li > There is no Zulip organization hosted at this URL.</ li >
23
+ < li > This Zulip organization is temporarily unavailable.</ li >
24
+ < li > This Zulip organization has been moved or deleted.</ li >
25
+ </ ul >
26
+ </ div >
25
27
< div id ="buttons ">
26
28
< div id ="reconnect " class ="button "> Reconnect</ div >
27
29
< div id ="settings " class ="button "> Settings</ div >
You can’t perform that action at this time.
0 commit comments