aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
Commit message (Collapse)AuthorAgeFilesLines
* merge branch perms_ng into devMario2021-12-152-14/+27
|
* main_width in remMario Vavti2021-12-033-4/+4
|
* fix content width for dark schemaMario Vavti2021-12-032-4/+4
|
* profile cleanup and fixesMario2021-11-251-9/+0
|
* maximum width of content region is now calculated in remMario2021-11-241-6/+6
|
* more work on responsive asideMario2021-11-232-22/+15
|
* streamline profile vcard with xchan vcardMario2021-11-211-16/+8
|
* bootstrap update fixesMario2021-09-221-2/+1
|
* capitalize widget titlesMario2021-08-251-0/+6
|
* untangle the app template into separate templates and fix bbcode viewMario2021-08-231-1/+1
|
* streamline default link colorMario2021-08-151-1/+1
|
* Apps drag and drop featureMario2021-08-031-1/+1
|
* more work on bs5Mario2021-07-292-3/+3
|
* Merge branch 'dev' into bs5Mario2021-07-293-23/+67
|\
| * set touch_max to 1/10 of the screen width to prevent overlaping with cursor ↵Mario Vavti2021-07-081-2/+2
| | | | | | | | positioning
| * redbasic: close left aside if hq control button is clickedMario Vavti2021-07-051-0/+4
| |
| * remove redundant z-indexMario Vavti2021-07-041-1/+0
| |
| * ux fixesMario Vavti2021-07-042-21/+17
| |
| * do not call stickyScroll() on small screens - it is not functionalMario Vavti2021-07-031-2/+4
| |
| * since position sticky has no effect if overflow is hidden and the ↵Mario Vavti2021-07-031-0/+1
| | | | | | | | workarounds also have issues, we will automatically scroll to top when left aside is brought in
| * implement a very simple swipe mechanism for bringing in left asideMario Vavti2021-07-031-11/+53
| |
| * work around the fact that sticky does not stick if a parent element has set ↵Mario Vavti2021-07-021-2/+2
| | | | | | | | overflow to hidden
| * redbasic: bump version limitsMario2021-07-011-2/+2
| |
| * theme: slightly more transparency for the backdropMario2021-06-211-1/+1
| |
* | upgrade to bootstrap 5.0.1 and first batch of fixesMario2021-06-071-11/+10
|/
* register: minor fixes and template cleanupMario2021-04-151-1/+1
|
* register: change some strings and add new templateMario2021-04-131-1/+10
|
* get devHilmar R2021-03-012-35/+55
|
* merge branch files_ng into devMario2020-12-141-8/+12
|
* remove unmaintained and deprecated schemasMario2020-10-316-1230/+0
|
* highlight events for today in notifications and remove some redundant cssMario2020-10-191-2/+0
|
* css fixes due to bootstrap updateMario2020-06-131-4/+5
|
* cssMario2020-05-061-1/+1
|
* allow to set different values for left and right aside width in $theme.phpMario2020-05-062-13/+17
|
* implement poll UI in jotMario2020-02-261-0/+4
|
* remove option which should never have slipped into dev branchMario Vavti2019-05-081-2/+1
|
* calendar merge: d&d support and some minor cleanup and fixesMario Vavti2019-04-291-1/+2
|
* calendar merge initial commitMario Vavti2019-04-191-5/+6
|
* revert padding for text highlight. It is messing with indent punctuation and ↵Mario Vavti2018-12-221-2/+1
| | | | decreases legibility of the highlighted text.
* remove color from style.css (default) but add a little padding; add color & ↵phani002018-12-182-1/+7
| | | | border radius to dark.css.
* change hl text color to the default text color in non-dark schema. looks ↵phani002018-12-181-1/+1
| | | | good, except in dark, where i can change it in dark.css.
* remove some fancy formatting.phani002018-12-181-4/+0
|
* new fix for dark themephani002018-12-172-24/+26
| | | | | | | | change implementation of hl-tags in include/bbcode.php insert class='default-highlight' instead of background-color: 'yellow' into span add span.default-highlight definition to view/theme/redbasic/css/style.css this works for all schemas incl. dark.
* remove my dark theme fixes.phani002018-12-171-5/+8
|
* change redbasic dark schema to make categories and highlights readablephani002018-12-101-0/+19
| | | | | | | | additions to /view/theme/redbasic/schema/dark.css to change the appearance of category badges and highlighted text ([hl]...[/hl]). hl text changed from master: it's not 'strong' anymore. commented out the pseudo-class selector that works in master but not in dev anymore.
* redbasic sticky aside fixesMario Vavti2018-12-011-3/+3
|
* fix css issues in bbcode conversion and focus-light schemaMario Vavti2018-11-122-6/+2
|
* fix shared_header img expanding to 100% width when sharing a shareMario Vavti2018-11-101-5/+2
|
* css fix for reshared-content images and whitespaceMario Vavti2018-10-311-3/+14
|
* textcomplete: return up to 100 items and look for for matches in the entire ↵Mario Vavti2018-10-221-0/+6
| | | | string (not just the beginning) when suggesting emojis