Skip to content

Commit

Permalink
fix full width tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
smth authored and nigelb committed Apr 26, 2014
1 parent 5d3622f commit 58b3372
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions ckan/public/base/css/main.css
Expand Up @@ -8680,21 +8680,21 @@ textarea {
}
}
@media (max-width: 768px) {
.span9 .page-header .nav-tabs {
.page-header .nav-tabs {
margin: -5px 10px 10px -5px;
border: none;
}
.span9 .page-header .nav-tabs > li {
.page-header .nav-tabs > li {
float: none;
}
span9 .page-header .nav-tabs > li a {
.page-header .nav-tabs > li a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.span9 .page-header .nav-tabs > .active > a,
.span9 .page-header .nav-tabs > .active > a:hover,
.span9 .page-header .nav-tabs > .active > a:focus {
.page-header .nav-tabs > .active > a,
.page-header .nav-tabs > .active > a:hover,
.page-header .nav-tabs > .active > a:focus {
border-bottom-color: #dddddd;
}
}
Expand Down
12 changes: 6 additions & 6 deletions ckan/public/base/less/toolbar.less
Expand Up @@ -117,21 +117,21 @@
}
}
@media (max-width: 768px) {
.span9 .page-header .nav-tabs {
.page-header .nav-tabs {
margin:-5px 10px 10px -5px;
border:none;
}
.span9 .page-header .nav-tabs > li {
.page-header .nav-tabs > li {
float: none;
}
span9 .page-header .nav-tabs > li a {
.page-header .nav-tabs > li a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.span9 .page-header .nav-tabs > .active > a,
.span9 .page-header .nav-tabs > .active > a:hover,
.span9 .page-header .nav-tabs > .active > a:focus {
.page-header .nav-tabs > .active > a,
.page-header .nav-tabs > .active > a:hover,
.page-header .nav-tabs > .active > a:focus {
border-bottom-color:#dddddd;
}
}

0 comments on commit 58b3372

Please sign in to comment.