superset/caravel/assets/stylesheets/welcome.css

22 lines
214 B
CSS
Raw Normal View History

2016-04-04 19:12:28 -04:00
.table i {
padding-top: 6px;
2016-03-24 17:11:29 -04:00
}
2016-04-04 19:12:28 -04:00
img.loading {
width: 25px;
2016-03-24 17:11:29 -04:00
}
2016-04-04 19:12:28 -04:00
.welcome table {
display: none;
width: 100%;
2016-03-24 17:11:29 -04:00
}
2016-04-04 19:12:28 -04:00
input {
margin-left: 5px;
margin-top: 8px;
2016-03-24 17:11:29 -04:00
}
.panel-body {
overflow: auto;
}