VictorKai1996NUS commited on
Commit
b1ae694
1 Parent(s): b652dd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -19
app.py CHANGED
@@ -162,38 +162,33 @@ body {
162
  }
163
 
164
  .server-status {
165
- margin-top: 10px;
166
- background-color: white;
167
- padding: 8px;
168
- border-radius: 5px;
169
- box-shadow: 0 1px 3px rgba(0,0,0,0.1);
170
- font-size: 0.9em;
171
- width: 100%;
172
  }
173
  .server-status h4 {
174
- margin: 0 0 5px 0;
175
- font-size: 1em;
176
- font-weight: bold;
177
- }
178
- .server-status-details {
179
- margin-top: 5px;
180
  }
181
  .server-status .row {
182
- margin-bottom: 5px;
183
  }
184
  .server-status .textbox {
185
  min-height: unset !important;
186
  }
187
  .server-status .textbox input {
188
- padding: 2px 8px !important;
189
- height: 28px !important;
 
190
  }
191
  .server-status .textbox label {
192
- margin-bottom: 2px !important;
 
193
  }
194
  .server-status button {
195
- padding: 2px 10px !important;
196
- height: 28px !important;
 
197
  }
198
  @media (max-width: 768px) {
199
  .row {
 
162
  }
163
 
164
  .server-status {
165
+ margin-top: 5px;
166
+ padding: 5px;
167
+ font-size: 0.8em;
 
 
 
 
168
  }
169
  .server-status h4 {
170
+ margin: 0 0 3px 0;
171
+ font-size: 0.9em;
 
 
 
 
172
  }
173
  .server-status .row {
174
+ margin-bottom: 3px;
175
  }
176
  .server-status .textbox {
177
  min-height: unset !important;
178
  }
179
  .server-status .textbox input {
180
+ padding: 1px 5px !important;
181
+ height: 22px !important;
182
+ font-size: 0.9em !important;
183
  }
184
  .server-status .textbox label {
185
+ margin-bottom: 1px !important;
186
+ font-size: 0.9em !important;
187
  }
188
  .server-status button {
189
+ padding: 1px 8px !important;
190
+ height: 22px !important;
191
+ font-size: 0.9em !important;
192
  }
193
  @media (max-width: 768px) {
194
  .row {