Skip to content

Commit bcb0205

Browse files
styling bug fix
1 parent 86312c9 commit bcb0205

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

octoprint_netconnectd/static/css/netconnectd.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ table th.settings_plugin_netconnectd_wifis_action a.disabled, table td.settings_
3636
}
3737
.sizing-box {
3838
height: 20px;
39-
width: 30px;
39+
width: 56px;
4040
float: right;
4141
}
42-
.signal-bars {
43-
/*display: inline-block;*/
44-
}
4542
.signal-bars .bar {
46-
width: 14%;
43+
width: 8%;
4744
margin-left: 1%;
4845
min-height: 20%;
4946
display: inline-block;
@@ -73,4 +70,7 @@ table th.settings_plugin_netconnectd_wifis_action a.disabled, table td.settings_
7370
background-color: #fafafa;
7471
border: thin solid #f3f3f3;
7572
}
73+
.settings_plugin_netconnectd_wifis_quality{
74+
padding: 10px 5px !important;
75+
}
7676
/*Signal Bars*/

0 commit comments

Comments
 (0)