summaryrefslogtreecommitdiff
path: root/res/client
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-22 01:39:39 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-22 02:41:21 +0300
commit570008a5245fc835562a2d7018a2648fcdcb6dc0 (patch)
tree97b012b2b2a3f99ba1fec693e6e072e944db91dc /res/client
parenta06fad66481de2df262266aac78ff85e0b2e42e0 (diff)
[top-bar redesign] index.html
Diffstat (limited to 'res/client')
-rw-r--r--res/client/css/partials/top-bar.scss67
1 files changed, 31 insertions, 36 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss
index 25d4c7bf..5658198e 100644
--- a/res/client/css/partials/top-bar.scss
+++ b/res/client/css/partials/top-bar.scss
@@ -1,58 +1,53 @@
-.top-bar{
- line-height: 40px;
- background-color: $dark-grey;
- overflow-y: auto;
- padding-top: 5px;
- padding-bottom: 5px;
+.username {
+ display: inline-block;
+ text-align: right;
+}
+
+.profile-username {
+ font-size: 14px;
+ margin-right: 10px;
}
-.top-bar__user-area {
+#top-bar__user-area {
+ float: right;
margin-right: 20px;
vertical-align: middle;
}
-.username {
- display: inline-block;
- text-align: right;
+#top-bar{
}
-.profile-circle{
- border-radius: 50%;
- width: 30px;
- height: 30px;
- background: $cyan;
- display: none;
+#top-bar__brand-area {
+ float: right;
+ margin-right: 10px;
+ vertical-align: middle;
}
-.profile-initials {
- display: inline-block;
- color: $light-grey;
- font-size: $h4-size;
- position: relative;
- left: -27px;
- top: -10px;
+#top-bar_L1 {
+ // background-color: #363636;
+ border-bottom: 2px solid lightgray;
+ line-height: 40px;
+ overflow: auto;
+ padding-left: $graph-margin-left;
}
-.profile-username {
- color: $light-grey;
+#top-bar_L2 {
+ background-color: #CFE5FF;
}
-#top-bar_float-left {
- float: left;
- margin-left: 40px;
-}
+#top-bar__logout-btn {
+ margin-left: 15px;
+ font-size: 14px;
-#top-bar_float-right {
- float: right;
- margin-right: 20px;
+ @include btn-change-on-hover__opacity
}
#rzdoc-bar {
- color: $light-grey;
- position: relative;
- overflow-x: auto;
- margin-right: 20px;
+ // color: $light-grey;
+ float: left;
min-width: 250px;
+ overflow-x: auto;
+ position: relative;
}
#rzdoc-bar_doc-label {