Add JS minification and tabbed admin UI
This commit is contained in:
@ -11,4 +11,16 @@
|
||||
}
|
||||
.wpa-superstar-toggle {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.nav-tab-wrapper {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.nav-tab {
|
||||
background: #f1f1f1;
|
||||
padding: 8px 16px;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
.nav-tab-active {
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
Reference in New Issue
Block a user