47 lines
707 B
SCSS
47 lines
707 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 : 22-Aug-2018, 19:01:43
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
|
|
@media all and (min-width: 1400px) {
|
|
|
|
#branching {
|
|
ul.first {
|
|
margin: 0px 40px 40px -30px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
.tabnavigation1 {
|
|
margin: 0px 0px 0px 1px;
|
|
}
|
|
}
|
|
|
|
|
|
@media all and (min-width: 1550px) {
|
|
|
|
#toolbox_library{
|
|
left: 1200px;
|
|
}
|
|
#quick_settings_holder {
|
|
left: 1162px;
|
|
}
|
|
}
|
|
|
|
|
|
@media print {
|
|
.no-print {
|
|
display: none !important;
|
|
* {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|