summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/client/css/partials/top-bar.scss16
-rw-r--r--res/client/css/style.css15
-rw-r--r--res/templates/index.html2
3 files changed, 15 insertions, 18 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss
index 46b18cec..a96d3055 100644
--- a/res/client/css/partials/top-bar.scss
+++ b/res/client/css/partials/top-bar.scss
@@ -7,14 +7,6 @@
background-color:$dark-grey;
}
-.doc-title{
- font-family: $semibold-font-family;
- color: $light-grey;
- margin-left: 40px;
- padding: 10px;
- font-size: $h3-size;
-}
-
.user-area {
float: right;
margin: 3px $doc-margin 3px $doc-margin;
@@ -50,3 +42,11 @@
left: -20px;
top: -10px;
}
+
+#doc-title{
+ font-family: $semibold-font-family;
+ color: $light-grey;
+ margin-left: 40px;
+ padding: 10px;
+ font-size: $h3-size;
+}
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 6a6f81ea..ea845969 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -791,15 +791,6 @@ body.debug .debug-ui-right {
min-height: 36px;
background-color: #363636; }
-.doc-title {
- float: left;
- font-family: "Source_Semibold", sans-serif;
- color: #f5f5fa;
- margin-left: 40px;
- font-size: 18px;
- padding: 10px;
- }
-
.user-area {
float: right;
margin: 3px 70px 3px 70px; }
@@ -831,6 +822,12 @@ body.debug .debug-ui-right {
left: -20px;
top: -10px; }
+#doc-title {
+ font-family: "Source_Semibold", sans-serif;
+ color: #f5f5fa;
+ margin-left: 40px;
+ padding: 10px;
+ font-size: 18px; }
#org-logo__CRI {
position: fixed;
bottom: 10px;
diff --git a/res/templates/index.html b/res/templates/index.html
index 0169a436..83455961 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -10,7 +10,7 @@
<span id="measure-node" class="graph nodetext" style="position: absolute; display: inline; top: -300px; left: 0px;">suicide squade, attack!</span>
<span id="measure-link" class="graph linklabel" style="position: absolute; display: inline; top: -300px; left: 0px;">those who are about to cry, we kaput you.</span>
<div class="top-bar">
- <h3 class="doc-title">Rhizi Prototype</h3>
+ <h3 id="doc-title">Rhizi Prototype</h3>
<div class="user-area">
<div class="username">
<div class="profile-circle"></div>