aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
Commit message (Collapse)AuthorAgeFilesLines
* nav-login - basic, crude themingzotlabs2017-01-231-0/+10
|
* put login form into the nav bar. Proof of concept - needs a bit of UI tweaks.zotlabs2017-01-231-0/+4
|
* use icons for app photos.Hubzilla2017-01-221-0/+5
|
* another try on preventing double scrollbars when a modal is larger than the ↵Mario Vavti2017-01-131-2/+0
| | | | viewport
* evert "prevent double scrollbar when we have a modal larger than the viewport"Mario Vavti2017-01-131-0/+1
| | | | This reverts commit 2ace4c57d0a1b5d0030139c28d7d72e071d8b4d8.
* prevent double scrollbar when we have a modal larger than the viewportMario Vavti2017-01-131-1/+0
|
* fix main width if right aside is hiddenMario Vavti2017-01-071-1/+1
|
* css fixMario Vavti2017-01-041-2/+2
|
* Add guest access token section to member guide with screenshot of settingsAndrew Manning2017-01-011-0/+4
|
* css fixes and get rid of a javascript workaroundMario Vavti2016-12-301-2/+1
|
* Add webpage doco to Member guide. Add nav menu highlighting when scrolling ↵Andrew Manning2016-12-271-0/+5
| | | | past content
* more robust crossbrowser supportMario Vavti2016-12-221-1/+10
|
* css fixesMario Vavti2016-12-211-1/+5
|
* some changes to heading sizes to make some sense in the doco (this will ↵Mario Vavti2016-12-201-4/+18
| | | | undergo some refinement in the next release cycle when we possibly upgrade to bootstrap 4) and get rid of the accordion for now.
* make sticky aside available for small screens. we had to get rid of the ↵Mario Vavti2016-12-191-4/+6
| | | | transition effect for this to work reliably
* use darkorange.zotlabs2016-12-161-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-12-161-10/+6
|\
| * display inline instead of floatingMario Vavti2016-12-161-10/+6
| |
* | use lock colour to indicate that permissions have been set by the software ↵zotlabs2016-12-161-0/+5
|/ | | | to something you might not expect rather than an exclamation mark. This may not be the best colour in this page context, but it serves the intended purpose. Perhaps orange might be less intrusive and still convey the desired information.
* issue #446 apps usability - disable app if attached to a plugin that is ↵zotlabs2016-12-141-1/+2
| | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-12-101-0/+1
|\
| * Only display h1 headings in sticky side nav. Toggle display of detailed TOC ↵Andrew Manning2016-12-091-0/+1
| | | | | | | | at top of page. Introduce return to top button for small screens.
* | wiki fullscreen optimisationMario Vavti2016-12-101-0/+6
|/
* Replace Hubzilla with $Projectname more. Revise code block side-scrollAndrew Manning2016-12-081-0/+5
|
* wiki: move delete page functionality to the widgetMario Vavti2016-11-281-0/+11
|
* display wiki list on wiki landing page.Mario Vavti2016-11-221-0/+1
|
* revert simple checkboxMario Vavti2016-11-181-1/+1
|
* wiki list fixesMario Vavti2016-11-171-4/+10
|
* some fixes for the recent changes in the personal menu dropdownMario Vavti2016-11-041-1/+5
|
* highlight the displayed mid and css fixesMario Vavti2016-09-291-13/+0
|
* narrow navbar css fixesMario Vavti2016-09-201-12/+8
|
* rework drag and drop to drag directly into files area, implement the default ↵Mario Vavti2016-07-271-21/+0
| | | | upload button to work with the same mechanism as drag and drop, revert 560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 since it did not work so well with the new cloud upload mechanism
* css fixesMario Vavti2016-07-251-0/+1
|
* Multiple file upload by drag and drop with progress indicators and auto page ↵Andrew Manning2016-07-241-1/+22
| | | | reload
* Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-07-201-3/+1
|\
| * some work on guest access token uiMario Vavti2016-07-171-17/+1
| |
| * provide examples for using access tokens in urlsredmatrix2016-07-151-0/+6
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-07-151-0/+11
| |\
| | * more cleanup of atoken UIredmatrix2016-07-151-1/+4
| | |
| | * cleanup and debug of atoken featureredmatrix2016-07-151-0/+8
| | |
| * | upgrade to jquery-3.1 and minor fixesMario Vavti2016-07-151-3/+0
| |/
* / Set max-width for embedded imagesAndrew Manning2016-07-091-0/+4
|/
* css fixesMario Vavti2016-06-131-1/+4
|
* Merge branch 'dev' into sabre32Mario Vavti2016-06-131-0/+6
|\
| * Photo embed button with album browser works in new post editor.Andrew Manning2016-06-121-0/+6
| |
* | Merge branch 'dev' into sabre32Mario Vavti2016-06-111-9/+0
|\|
| * css fixesMario Vavti2016-06-111-9/+0
| |
* | Merge branch 'dev' into sabre32Mario Vavti2016-06-101-1/+8
|\|
| * Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-021-3/+0
| |\
| * | Hacked Parsedown and Markdown to add class inline-code to <code> blocks for ↵Andrew Manning2016-05-291-0/+9
| | | | | | | | | | | | proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages.