Issue #1490402 followup by sun: Redesign tabs and the content header.

8.0.x
Alex Pott 2014-03-09 10:09:24 +00:00
parent 0f35ae9f75
commit 33e3823e22
1 changed files with 5 additions and 2 deletions

View File

@ -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 */
}