80 lines
1.3 KiB
SCSS
80 lines
1.3 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 : 14-Aug-2018, 14:36:26
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.space_means_new {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 20px;
|
|
}
|
|
#means_add_new {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 20px;
|
|
}
|
|
#means_remove {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 20px;
|
|
}
|
|
|
|
#div_means_data {
|
|
margin-top: 10px;
|
|
}
|
|
#meansLeftDropdowns {
|
|
float: left;
|
|
padding-right: 10px;
|
|
select {
|
|
width: 240px;
|
|
font-size: 12px;
|
|
option {
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
#meansRightDropdowns {
|
|
float: left;
|
|
padding-right: 10px;
|
|
select {
|
|
width: 240px;
|
|
font-size: 12px;
|
|
option {
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
.space_means_new {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 20px;
|
|
}
|
|
#means_add_new {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 20px;
|
|
}
|
|
#means_remove {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 20px;
|
|
}
|
|
#meansImgHolder {
|
|
float: left;
|
|
padding: 0px 3px;
|
|
display: inline-block;
|
|
}
|