50 lines
807 B
SCSS
50 lines
807 B
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 : 07-Aug-2018, 12:59:20
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.naslov.quota {
|
|
padding-left: 15px;
|
|
}
|
|
/*popup edit*/
|
|
#quota {
|
|
display: none;
|
|
position: relative;
|
|
z-index: 91;
|
|
|
|
height: auto;
|
|
width: 600px;
|
|
|
|
#quota_editing_inner {
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin-bottom: 50px;
|
|
overflow: auto;
|
|
}
|
|
#condition_editing_close {
|
|
float: right;
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
#bottom_space {
|
|
bottom: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
#quota_editing_quotas {
|
|
min-height: 40px;
|
|
padding: 10px;
|
|
span.quota_display {
|
|
font-size: 20px;
|
|
}
|
|
} |