Rename "titlebar" class to "tc-titlebar"

Part of #764
This commit is contained in:
Jermolene 2014-08-28 17:21:40 +01:00
parent d8c3691bd1
commit 63d7fd8457
4 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,6 @@ $:/config/EditToolbarButtons/Visibility/$(listItem)$
\end
<div class="tw-tiddler-title">
<$view field="title"/>
<span class="tw-tiddler-controls titlebar"><$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>
<span class="tw-tiddler-controls tc-titlebar"><$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>
<div style="clear: both;"></div>
</div>

View File

@ -1,4 +1,4 @@
title: $:/core/ui/EditTemplate/title
tags: $:/tags/EditTemplate
<$edit-text field="draft.title" class="titlebar tw-edit-texteditor"/>
<$edit-text field="draft.title" class="tc-titlebar tw-edit-texteditor"/>

View File

@ -8,7 +8,7 @@ fill:$(foregroundColor)$;
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end
<div class="tw-tiddler-title">
<h2 class="titlebar">
<h2 class="tc-titlebar">
<span class="tw-tiddler-controls">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list>
</span>

View File

@ -594,7 +594,7 @@ button.tw-tag-label, span.tw-tag-label {
}
.tw-site-title,
.titlebar {
.tc-titlebar {
font-weight: 300;
font-size: 2.35em;
line-height: 1.2em;
@ -606,7 +606,7 @@ button.tw-tag-label, span.tw-tag-label {
color: <<colour muted-foreground>>;
}
.titlebar img {
.tc-titlebar img {
height: 1em;
}