fixed toolbar button spacing

* removed trailing whitespaces in button tids
* defined a global left margin for buttons set to 5px
* slightly less than in view-mode before
* slightly more than in edit-mode before
* but visually more appealing to me
* leaves a wee more room for the title to unfold
This commit is contained in:
Tobias Beer 2014-11-23 17:32:29 +01:00
parent 4134392841
commit a84dc61303
10 changed files with 10 additions and 10 deletions

View File

@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Clone/Hint}}
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Clone/Caption}}/></span>
</$list>
</$button>
</$button>

View File

@ -10,4 +10,4 @@ description: {{$:/language/Buttons/CloseOthers/Hint}}
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/CloseOthers/Caption}}/></span>
</$list>
</$button>
</$button>

View File

@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Edit/Hint}}
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Edit/Caption}}/></span>
</$list>
</$button>
</$button>

View File

@ -6,4 +6,4 @@ description: {{$:/language/Buttons/ExportTiddler/Hint}}
\define makeExportFilter()
[[$(currentTiddler)$]]
\end
<$macrocall $name="exportButton" exportFilter=<<makeExportFilter>> lingoBase="$:/language/Buttons/ExportTiddler/" baseFilename=<<currentTiddler>>/>
<$macrocall $name="exportButton" exportFilter=<<makeExportFilter>> lingoBase="$:/language/Buttons/ExportTiddler/" baseFilename=<<currentTiddler>>/>

View File

@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Info/Hint}}
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Info/Caption}}/></span>
</$list>
</$button>
</$button>

View File

@ -26,5 +26,4 @@ $:/config/ViewToolbarButtons/Visibility/$(listItem)$
</$set>
</$set>
</div>
</$reveal>
</$reveal>

View File

@ -21,4 +21,4 @@ description: {{$:/language/Buttons/NewJournalHere/Hint}}
<$set name="journalTags" value={{$:/config/NewJournal/Tags}}>
<$set name="currentTiddlerTag" value=<<currentTiddler>>>
<<journalButton>>
</$set></$set></$set>
</$set></$set></$set>

View File

@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Permalink/Hint}}
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Permalink/Caption}}/></span>
</$list>
</$button>
</$button>

View File

@ -10,4 +10,4 @@ description: {{$:/language/Buttons/Permaview/Hint}}
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Permaview/Caption}}/></span>
</$list>
</$button>
</$button>

View File

@ -661,6 +661,7 @@ button.tc-untagged-label {
.tc-tiddler-controls button {
vertical-align: baseline;
margin-left:5px;
}
.tc-tiddler-controls button svg, .tc-tiddler-controls button img {