doc, tlbr icons

This commit is contained in:
Basile Burg 2017-01-04 06:23:53 +01:00
parent 5faab426b2
commit 36832925f1
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 3 additions and 12 deletions

View File

@ -1,9 +0,0 @@
.tlbr-ic {
max-width: 100%;
max-height: 100%;
box-sizing: content-box;
padding: 2px;
margin: 0 0 0 0;
border-style: none;
border: 0 0 0 0;
}

View File

@ -9,8 +9,8 @@ The process input widget is used to pass input to a processes that are executed
![](img/process_input.png)
- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_go.png){: .tlbr-ic}: sends the text to the process, also works with <kbd>ENTER</kbd>.
- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_delete.png){: .tlbr-ic}: closes the process input stream.
- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/cancel.png){: .tlbr-ic}: forces the process termination.
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_go.png" class="tlbric"/>: sends the text to the process, also works with <kbd>ENTER</kbd>.
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_delete.png" class="tlbric"/>: closes the process input stream.
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/cancel.png" class="tlbric"/>: forces the process termination.
The input text can contain [symbolic strings](features_symbolic_strings).