gregH commited on
Commit
5874cdb
·
verified ·
1 Parent(s): d5c3a94

Update assets/css/custom_style.css

Browse files
Files changed (1) hide show
  1. assets/css/custom_style.css +2 -2
assets/css/custom_style.css CHANGED
@@ -68,7 +68,7 @@ input[type='radio'] { visibility: hidden; display: none; }
68
 
69
  .warning-quote { padding: 15px; font-size: 0.8em; background-color: #f43636ba; color: white; margin-bottom: 15px; border-left: 5px solid #ff3030; transition-duration: 0.3s; }
70
 
71
- .closebtn { width: 900px margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 12px; line-height: 20px; cursor: pointer; transition: 0.3s; }
72
 
73
  /* When moving the mouse over the close button */
74
  .closebtn:hover { color: black; }
@@ -79,4 +79,4 @@ input[type='radio'] { visibility: hidden; display: none; }
79
 
80
  .slider-content { width: 450px; position: relative; float: right; }
81
 
82
- #ppl_threshold, #gradient_norm_threshold { width: 9em; height: 1.6em; top: 50%; margin-top: -.8em; text-align: center; line-height: 1.6em; }
 
68
 
69
  .warning-quote { padding: 15px; font-size: 0.8em; background-color: #f43636ba; color: white; margin-bottom: 15px; border-left: 5px solid #ff3030; transition-duration: 0.3s; }
70
 
71
+ .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 12px; line-height: 20px; cursor: pointer; transition: 0.3s; }
72
 
73
  /* When moving the mouse over the close button */
74
  .closebtn:hover { color: black; }
 
79
 
80
  .slider-content { width: 450px; position: relative; float: right; }
81
 
82
+ #ppl_threshold, #gradient_norm_threshold { width: 9em; height: 1.6em; top: 50%; margin-top: -.8em; text-align: center; line-height: 0.8em; }