71 lines
1.4 KiB
SCSS
71 lines
1.4 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 16-Aug-2018, 13:17:25
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.ttest_chart_holder {
|
|
margin-left: 0px;
|
|
}
|
|
table.ttestTable {
|
|
border-top: 1px solid $grey_normal;
|
|
border-left: 1px solid $grey_normal;
|
|
border-spacing: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-collapse: collapse;
|
|
table-layout: auto;
|
|
font-size: 120%;
|
|
td {
|
|
min-width: 80px;
|
|
padding: 3px;
|
|
margin: 0px;
|
|
text-align: center;
|
|
border-bottom: 1px solid $grey_normal;
|
|
border-right: 1px solid $grey_normal;
|
|
}
|
|
th {
|
|
min-width: 80px;
|
|
padding: 3px;
|
|
margin: 0px;
|
|
text-align: center;
|
|
border-bottom: 1px solid $grey_normal;
|
|
border-right: 1px solid $grey_normal;
|
|
background-color: $soft_blue_very_lighten;
|
|
}
|
|
th.lightGreen {
|
|
background-color: $soft_blue_lighten;
|
|
}
|
|
td.lightGreen {
|
|
background-color: $soft_blue_lighten;
|
|
}
|
|
}
|
|
#ttestNumerusSpan {
|
|
select {
|
|
width: 220px;
|
|
}
|
|
}
|
|
#ttestSpremenljivkaSpan {
|
|
select {
|
|
width: 220px;
|
|
}
|
|
}
|
|
#ttestVariablesSpan {
|
|
background-color: $grey_almost_white;
|
|
border: 1px solid $grey_very_light;
|
|
margin-bottom: 10px;
|
|
padding: 5px;
|
|
max-width: 400px;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px 4px 4px 4px;
|
|
-webkit-border-radius: 4px;
|
|
}
|
|
#ttestVariablesSpan.active {
|
|
background-color: $orange_super_lighten;
|
|
border: 1px solid $orange_very_darken;
|
|
}
|