@@ -11,7 +11,7 @@ function(request) {
1111
1212 fluidPage(
1313 titlePanel(" Cosmic Dose" , windowTitle = " RLumShiny - Cosmic Dose" ),
14- includeCSS( " ./www/style.css " ),
14+
1515 fluidRow(
1616 column(width = 3 ,
1717 div(align = " center" , span(class = " label label-info" , " Site" )),
@@ -34,23 +34,23 @@ function(request) {
3434 numericInput(inputId = " degN_1" , label = p(class = " h" ," N: \u B0" ), value = 50 , step = 1 ),
3535 numericInput(inputId = " degE_1" , label = p(class = " h" ," E: \u B0" ), value = 6 , step = 1 )
3636 ),
37- column(width = 4 , offset = 2 ,
37+ column(width = 6 , offset = 1 ,
3838 numericInput(inputId = " decMinN" , label = p(class = " h" ," Decimal \u 27" ), value = 55.61417 , step = 0.000001 ),
3939 numericInput(inputId = " decMinE" , label = p(class = " h" ," Decimal \u 27" ), value = 56.24717 , step = 0.000001 )
4040 )
4141 )
4242 ),
4343 conditionalPanel(condition = " input.coords == 'degMinSec'" ,
4444 fluidRow(
45- column(width = 3 , offset = 0 ,
45+ column(width = 4 ,
4646 numericInput(inputId = " degN_2" , label = p(class = " h" ," N: \u B0" ), value = 50 , step = 1 ),
4747 numericInput(inputId = " degE_2" , label = p(class = " h" ," E: \u B0" ), value = 6 , step = 1 )
4848 ),
49- column(width = 3 , offset = 1 ,
49+ column(width = 4 ,
5050 numericInput(inputId = " minN" , label = p(class = " h" ," \u 27" ), value = 55 , step = 1 ),
5151 numericInput(inputId = " minE" , label = p(class = " h" ," \u 27" ), value = 56 , step = 1 )
5252 ),
53- column(width = 3 , offset = 1 ,
53+ column(width = 4 ,
5454 numericInput(inputId = " secN" , label = p(class = " h" ," \u 27\u 27" ), value = 36.85 , step = 0.01 ),
5555 numericInput(inputId = " secE" , label = p(class = " h" ," \u 27\u 27" ), value = 14.83 , step = 0.01 )
5656 )
0 commit comments