Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions app/renderer/css/network.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,52 @@ body {
}

#title {
text-align: left;
text-align: center;
font-size: 24px;
font-weight: bold;
margin: 20px 0;
}

#subtitle {
font-size: 20px;
text-align: left;
text-align: center;
margin: 12px 0;
}

#description {
text-align: left;
font-size: 16px;
list-style-position: inside;
width: 400px;
margin: 0 auto;
}

#reconnect {
float: left;
-ms-transform: translateX(460%);
transform: translateX(460%);
margin: 20px;
text-align: center;
}

#settings {
margin: 20px;
margin-left: 116px;
-ms-transform: translateX(490%);
transform: translateX(490%);
text-align: left;
}

.button {
font-size: 16px;
background: rgba(0, 150, 136, 1);
color: rgba(255, 255, 255, 1);
width: 96px;
height: 32px;
width: 100px;
height: 36px;
border-radius: 5px;
line-height: 32px;
cursor: pointer;

}

.button:hover {
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div id="content">
<div id="picture"><img src="img/zulip_network.png" /></div>
<div id="title">We can't connect to this organization</div>
<div id="subtitle">This could be because</div>
<div id="subtitle">This could be because: </div>
<ul id="description">
<li>You're not online or your proxy is misconfigured.</li>
<li>There is no Zulip organization hosted at this URL.</li>
Expand Down