TimeTrex Community Edition v16.2.0

This commit is contained in:
2022-12-13 07:10:06 +01:00
commit 472f000c1b
6810 changed files with 2636142 additions and 0 deletions

View File

@ -0,0 +1,92 @@
.top-menu {
position: absolute;
width: 100%;
height: 100%;
}
.top-menu-navigation-wrapper ul {
list-style: none;
padding: 0;
padding-right: 20px;
margin: 0;
}
.top-menu-left-menu {
left: 10%;
position: absolute;
top: 0;
}
.top-menu-left-available-jobs {
color: #ffffff;
line-height: 30px;
text-decoration: none;
}
.top-menu-left-available-jobs:hover,
.top-menu-left-applied-jobs:hover {
text-decoration: underline;
}
.top-menu-left-applied-jobs {
color: #ffffff;
line-height: 30px;
text-decoration: none;
border-left: 1px solid #ffffff;
padding-left: 5px;
}
.top-menu-navigation-wrapper {
position: absolute;
right: 10%;
top: 0;
}
.top-menu-navigation-wrapper > ul > li {
zoom: 1;
position: relative;
color: #ffffff;
cursor: pointer;
width: 100%;
}
.top-menu-navigation-wrapper > ul > li > a {
line-height: 30px;
}
.top-menu-navigation-wrapper > ul > li > a:hover {
text-decoration: underline;
}
.top-menu .top-menu-submenu {
display: none;
padding-left: 0;
padding-right: 0;
background: #355f87;
position: absolute;
top: 30px;
}
.top-menu-navigation-wrapper > ul > li:hover .top-menu-submenu {
display: block;
}
.top-menu .top-menu-submenu > li {
color: #ffffff;
padding: 5px;
display: block;
width: 108px;
}
.top-menu .top-menu-submenu > li > a:hover {
text-decoration: underline;
}
.top-container {
height: 30px;
background: #355f87;
position: relative;
z-index: 100;
}