mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Latest Code
This commit is contained in:
@ -46,6 +46,10 @@
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
.nav {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav > li {
|
||||
border-right: 1px solid #41bedd;
|
||||
}
|
||||
@ -76,3 +80,13 @@
|
||||
background-color: @navbarSecondaryLinkBackgroundActive;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.day-of-year {
|
||||
float: right !important;
|
||||
position: relative;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
|
@ -288,6 +288,10 @@ header {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.tech-current {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.enteries {
|
||||
margin-left: 150px;
|
||||
position: relative;
|
||||
@ -719,3 +723,33 @@ header {
|
||||
background-position: -7px -400px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
th.sort-true::after {
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 8px solid transparent;
|
||||
border-right: 8px solid transparent;
|
||||
|
||||
border-top: 8px solid #000;
|
||||
content: "";
|
||||
top: 12px;
|
||||
left: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
th.sort-false::after {
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 8px solid transparent;
|
||||
border-right: 8px solid transparent;
|
||||
|
||||
border-bottom: 8px solid #000;
|
||||
content: "";
|
||||
bottom: 11px;
|
||||
left: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user