mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Fewer popup dialogs, more honesty
This commit is contained in:
@@ -32,11 +32,7 @@ html(ng-app="sideBySide" ng-controller="AppController")
|
||||
li
|
||||
a(href="" ng-click="flipPick()")
|
||||
i.fa.fa-bars
|
||||
span Pick
|
||||
li
|
||||
a(href="" ng-click="showPage('help')")
|
||||
i.fa.fa-question-circle
|
||||
span Help
|
||||
span Compare translations
|
||||
li
|
||||
a(href="" ng-click="showPage('about')")
|
||||
i.fa.fa-info-circle
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
:markdown
|
||||
### Side By Side viewer
|
||||
|
||||
Click on the bottom bar to pick which translations you want to see.
|
||||
|
||||
Share the url – the currently visible translations and the section are
|
||||
encoded in the url.
|
||||
|
||||
---
|
||||
|
||||
This project runs on free software, [grab the source
|
||||
code](https://github.com/tasuki/side-by-side)!
|
||||
|
||||
*Note: This is very much work in progress!*
|
||||
*This used to be work in progress. Now it's just what it is.*
|
||||
|
||||
Created by [Vít Brunner](http://tasuki.org).
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
:markdown
|
||||
* Click on the bottom bar to pick which translations you want to see.
|
||||
* Share the currently visible translations and the current section – they
|
||||
are encoded in the url.
|
||||
@@ -145,6 +145,7 @@ for columns in 1 .. max_columns
|
||||
display: block !important
|
||||
|
||||
.ngdialog.ngdialog-theme-default .ngdialog-content
|
||||
padding: 1px 18px
|
||||
line-height: inherit
|
||||
font-family: inherit
|
||||
font-size: inherit
|
||||
|
||||
Reference in New Issue
Block a user