superset/caravel/assets/stylesheets/welcome.css
Alanna Scott 30ef8eba37 [ui] hack bootswatch/cosmo theme to get better tabs for sql-lab (and other things) (#975)
* start hacking cosmo theme and fixing small ui bugs on pages.

* straighten up welcome page

* fix tab styling

* remove paper theme files

* add tables to docs

* make alerts lighter
2016-08-18 23:49:31 -07:00

36 lines
424 B
CSS

.table i {
padding-top: 6px;
}
img.loading {
width: 25px;
}
.welcome table {
display: none;
width: 100%;
}
input {
margin-left: 5px;
margin-top: 8px;
}
.panel-body {
overflow: auto;
}
.cal-heatmap-panel {
padding: 20px;
background-color: #fff;
}
.search input {
width: 400px;
}
.search-container .fa-search {
float: left;
margin-left: -25px;
margin-top: 12px;
font-size: 18px;
}