67 lines
1.3 KiB
SCSS
67 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 : 24-Aug-2018, 10:37:43
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#divProfileManager {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 120px;
|
|
}
|
|
#tbl_profileManager_pdofileData {
|
|
border-spacing: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-collapse: collapse;
|
|
table-layout: auto;
|
|
clear: both;
|
|
th {
|
|
color: $grey_super_dark;
|
|
padding: 3px;
|
|
padding-left: 7px;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
height: 24px;
|
|
vertical-align: middle;
|
|
border-top: 1px solid $soft_blue;
|
|
border-bottom: 1px solid $soft_blue;
|
|
width: auto;
|
|
text-align: left;
|
|
}
|
|
td {
|
|
padding: 5px 3px;
|
|
padding-left: 7px;
|
|
font-size: 11px;
|
|
vertical-align: middle;
|
|
border-bottom: 1px solid $soft_blue;
|
|
}
|
|
}
|
|
#profileManager_holder {
|
|
float: left;
|
|
width: 190px;
|
|
margin: 8px 8px 8px 0px;
|
|
color: $strong_blue;
|
|
}
|
|
#profileManager_profile {
|
|
height: 150px;
|
|
width: 190px;
|
|
overflow: auto;
|
|
cursor: pointer;
|
|
.option {
|
|
padding: 2px 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.active {
|
|
padding: 2px 5px;
|
|
background-color: $soft_blue_very_lighten;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
}
|
|
}
|