summaryrefslogtreecommitdiff
path: root/res/client/css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-08 16:11:56 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-08 16:11:56 +0200
commit7d43cea0710c4dcd60093a7533921219143decf6 (patch)
tree7d9cf861ded865180837a7e484eab7ab1f04201d /res/client/css
parente8f7597425cf001b1c677e94797a30edf456dfe2 (diff)
only one doc-title, use css id
Diffstat (limited to 'res/client/css')
-rw-r--r--res/client/css/partials/top-bar.scss16
-rw-r--r--res/client/css/style.css15
2 files changed, 14 insertions, 17 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;