mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Merge pull request #5757 from aignatov-bio/ai-sci-8762-css-fixes
Multiple CSS fixes [SCI-8762]
This commit is contained in:
commit
c90060dbec
4 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,7 @@
|
|||
border-bottom: 1px solid $color-gainsboro;
|
||||
display: flex;
|
||||
height: 42px;
|
||||
padding-bottom: .75em;
|
||||
|
||||
.ga-search-container {
|
||||
display: none;
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
|
||||
.dataTables_scrollHead {
|
||||
flex-shrink: 0;
|
||||
|
||||
thead .sci-checkbox-container {
|
||||
margin-left: .125em !important;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="dropdown sci-dropdown protocol-options-dropdown">
|
||||
<div class="dropdown protocol-options-dropdown">
|
||||
<button
|
||||
class="btn btn-secondary dropdown-toggle"
|
||||
type="button"
|
||||
|
|
|
@ -6,6 +6,7 @@ module.exports = {
|
|||
'./app/helpers/**/*.rb',
|
||||
'./app/javascript/**/*.js',
|
||||
'./app/javascript/**/*.vue',
|
||||
'./app/assets/javascripts/**/*.js',
|
||||
'./app/views/**/*.{erb,haml,html,slim}'
|
||||
],
|
||||
corePlugins: {
|
||||
|
|
Loading…
Reference in a new issue