Issue #1490402 followup by sun: Redesign tabs and the content header.
parent
0f35ae9f75
commit
33e3823e22
|
@ -443,12 +443,15 @@ ul.links a.active {
|
|||
/**
|
||||
* Markup generated by theme_menu_local_tasks().
|
||||
*/
|
||||
.tabs {
|
||||
div.tabs {
|
||||
margin: 1em 0;
|
||||
}
|
||||
ul.tabs {
|
||||
list-style: none;
|
||||
margin: 0 0 0.5em;
|
||||
padding: 0;
|
||||
}
|
||||
.tabs__tab {
|
||||
.tabs > li {
|
||||
display: inline-block;
|
||||
margin-right: 0.3em; /* LTR */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue