Skip to content

Commit

Permalink
LPS-38298 - Source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh authored and brianchandotcom committed Jul 29, 2013
1 parent a30cd5c commit ece7e61
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
6 changes: 5 additions & 1 deletion portal-web/docroot/html/portlet/dockbar/view.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ String toggleControlsState = GetterUtil.getString(SessionClicks.get(request, "li

<%@ include file="/html/portal/layout/view/control_panel_site_selector.jspf" %>

/ <liferay-ui:message key="site-administration" />
<span class="divider">/</span>

<span class="site-administration-title">
<liferay-ui:message key="site-administration" />
</span>
</c:when>
<c:otherwise>
<a href="<%= themeDisplay.getURLControlPanel() %>">
Expand Down
43 changes: 26 additions & 17 deletions portal-web/docroot/html/themes/control_panel/_diffs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,30 @@ $dockbarOpenGradientStart: #0EA6F9;

.control-panel-bar-secondary {
padding-top: 1.1em;
}

.control-panel-bar-secondary.nav-pills {
li {
margin-right: 20px;
&.nav-pills {
li {
margin-right: 20px;

a {
font-size: 15px;
font-weight: normal;
margin: 0;
padding: 10px 10px 11px;
a {
font-size: 15px;
font-weight: normal;
margin: 0;
padding: 10px 10px 11px;

&:hover {
background: #E5F5FC;
&:hover {
background: #E5F5FC;
}
}
}
}

> .active > a {
background: #009AE5;
color: #FFF;

&:hover {
> .active > a {
background: #009AE5;
color: #FFF;

&:hover {
background: #009AE5;
}
}
}
}
Expand Down Expand Up @@ -208,6 +208,15 @@ $dockbarOpenGradientStart: #0EA6F9;
text-shadow: none;
}

.control-panel-site-selector {
margin-top: 0;

.caret {
border-top-color: #FFF;
margin-top: -4px;
}
}

.control-panel-back-link {
margin: 0 15px;

Expand Down

0 comments on commit ece7e61

Please sign in to comment.