chansung commited on
Commit
bb56a55
1 Parent(s): 9827820

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +10 -0
styles.py CHANGED
@@ -18,6 +18,16 @@ PARENT_BLOCK_CSS = """
18
 
19
  MODEL_SELECTION_CSS = """
20
 
 
 
 
 
 
 
 
 
 
 
21
  .template-txt {
22
  text-align: center;
23
  font-size: 15pt !important;
 
18
 
19
  MODEL_SELECTION_CSS = """
20
 
21
+ #internet_option_radio {
22
+ text-align: center !important;
23
+ padding: 0px !important;
24
+ background: snow !important;
25
+ }
26
+
27
+ #internet_option_radio > .wrap:nth-child(3) {
28
+ display: block !important;
29
+ }
30
+
31
  .template-txt {
32
  text-align: center;
33
  font-size: 15pt !important;