mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
User profile pages (favorites, created content, recent activity, security & access) (#1615)
* Super * User profile page * Fixing python style * Python unit tests * Touchups and js tests * Addressing comments
This commit is contained in:
committed by
GitHub
parent
5ae98bc7c9
commit
7e1852ee88
12
superset/assets/javascripts/profile/main.css
Normal file
12
superset/assets/javascripts/profile/main.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.tab-pane {
|
||||
min-height: 400px;
|
||||
background: white;
|
||||
border: 1px solid #bbb;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.label {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user