superset/caravel/assets/stylesheets/explore.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

24 lines
292 B
CSS

.widget {
position: relative;
}
.slice_container {
position: absolute;
left: 0;
top: 0;
background-color: #fff;
}
.navbar {
margin-bottom: 22px;
}
.query-and-save-btns-container {
margin-bottom: 22px;
}
.star-edit-icons {
padding-left: 10px;
font-size: 50%;
}