diff --git a/src/app/components/contentTop/contentTop.html b/src/app/components/contentTop/contentTop.html index 1aec116..10304c7 100644 --- a/src/app/components/contentTop/contentTop.html +++ b/src/app/components/contentTop/contentTop.html @@ -6,8 +6,4 @@ Home
  • {{ activePageTitle }}
  • - \ No newline at end of file diff --git a/src/app/components/pageTop/_pageTop.scss b/src/app/components/pageTop/_pageTop.scss index 6fb4cf8..0c1c0e7 100644 --- a/src/app/components/pageTop/_pageTop.scss +++ b/src/app/components/pageTop/_pageTop.scss @@ -30,7 +30,7 @@ a.al-logo { .user-profile { float: right; - min-width: 190px; + min-width: 230px; margin-top: 10px; } @@ -85,6 +85,26 @@ a.collapse-menu-link { } } +.al-skin-dropdown { + float: right; + margin-top: 14px; + margin-right: 26px; + + .tpl-skin-panel { + max-height: 300px; + overflow-y: scroll; + overflow-x: hidden; + } +} + +.icon-palette { + display: inline-block; + width: 14px; + height: 13px; + background: url(../img/palette.png); + background-size: cover; +} + .search { text-shadow: none; color: #fff; @@ -141,4 +161,8 @@ a.collapse-menu-link { a.collapse-menu-link { margin-left: 10px; } + + .al-skin-dropdown { + display: none; + } } diff --git a/src/app/components/pageTop/pageTop.html b/src/app/components/pageTop/pageTop.html index 7cdfca8..9dd37b2 100644 --- a/src/app/components/pageTop/pageTop.html +++ b/src/app/components/pageTop/pageTop.html @@ -21,5 +21,10 @@ + + \ No newline at end of file