aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
Commit message (Collapse)AuthorAgeFilesLines
* Make slider less uglyStefan Parviainen2015-01-051-0/+2
|
* Replace fancybox with colorboxStefan Parviainen2015-01-051-1/+1
|
* update NL and text-background-fix in chat for alternatives schemasJeroen2015-01-036-1/+12
|
* Reworked switch to also display textStefan Parviainen2015-01-021-66/+56
|
* Possibly make switches work on IE8 (untested)Stefan Parviainen2015-01-011-0/+5
|
* Checkboxify yesno-fields, but use CSS to show them as switches in RedbasicStefan Parviainen2015-01-011-6/+75
|
* Revert "Make redbasic css more modular"pafcu2014-12-316-146/+144
|
* Revert "Move mod_profiles.css content back into style.css, since it contains ↵pafcu2014-12-312-41/+39
| | | | var..."
* Merge pull request #799 from pafcu/cssrefactorpafcu2014-12-312-39/+41
|\ | | | | Move mod_profiles.css content back into style.css, since it contains var...
| * Move mod_profiles.css content back into style.css, since it contains variablesStefan Parviainen2014-12-312-39/+41
| |
* | Merge pull request #791 from pafcu/notificationsRedMatrix2014-12-311-0/+14
|\ \ | | | | | | Improved notifications
| * | Show some notification badges in red to indicate they are about youStefan Parviainen2014-12-291-0/+14
| | |
* | | Merge pull request #792 from pafcu/cssrefactorpafcu2014-12-306-144/+146
|\ \ \ | | |/ | |/| Make redbasic css more modular
| * | Make redbasic css more modularStefan Parviainen2014-12-306-144/+146
| | |
* | | some work on cloud actionspanel and minor cleanupmarijus2014-12-291-12/+0
| | |
* | | css fixes and remove sloppy photos setting since it is not supported anymore ↵marijus2014-12-291-1/+1
| |/ |/| | | | | in redbasic
* | more files css fixesmarijus2014-12-281-2/+4
| |
* | files css fixesmarijus2014-12-281-2/+5
| |
* | more work on filesmarijus2014-12-281-27/+32
|/
* more work on filesmarijus2014-12-271-4/+0
|
* Merge pull request #760 from pafcu/appsRedMatrix2014-12-231-1/+8
|\ | | | | Some apps changes
| * Move app icon centering to style.cssStefan Parviainen2014-12-221-0/+8
| |
| * Center app namesStefan Parviainen2014-12-221-1/+0
| |
* | Show autocomplete taggable with special colorStefan Parviainen2014-12-221-29/+2
|/
* Merge pull request #757 from git-marijus/masterRedMatrix2014-12-221-10/+0
|\ | | | | files: make mod/filestorage.php load via ajax and some design work. work...
| * files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-211-10/+0
| | | | | | | | progress...
* | Fancy categories input with bootstrap-tagsinputStefan Parviainen2014-12-211-27/+31
|/
* essentials for creating a "block-style" list-mode page such as one might ↵friendica2014-12-162-0/+20
| | | | have for a pinterest-style layout. Just load view/theme/redbasic/css/blockmode.css after redbasic PCSS - you're done. We may need some other indicator besides the number of comments to indicate "click here to see the rest of the article", but we're a bit short on space so maybe a view icon will work.
* move profile css to mod_profile and minoor fixesmarijus2014-12-111-23/+0
|
* readd link_colour againmarijus2014-11-291-1/+1
|
* bootstrap-3.3.1 and minor css fixesmarijus2014-11-292-13/+3
|
* theme the observer tags so they stick out like a sore thumb. Too much bad juju.friendica2014-11-241-0/+8
|
* Switch to a better datetime picker widgetStefan Parviainen2014-11-161-3/+2
|
* some work on directory widgetsmarijus2014-11-111-13/+0
|
* tie the narrow nav-pills to .widget instead of asidemarijus2014-11-111-4/+0
|
* Fix merge conflictStefan Parviainen2014-11-082-16/+30
|\
| * release the navbar in landscape mode on small devicesmarijus2014-11-051-0/+7
| |
| * css fixesmarijus2014-11-021-4/+6
| |
| * do not reload page for photo uploadmarijus2014-10-311-9/+5
| |
| * more work on photo uploadmarijus2014-10-311-4/+6
| |
| * some work on photo uploadmarijus2014-10-302-1/+7
| |
| * do not reload page for edit album and some minor cleanupmarijus2014-10-271-0/+1
| |
* | Highlight badge on hoverStefan Parviainen2014-11-081-0/+4
|/
* not quite there yet but getting closermarijus2014-10-201-11/+7
|
* one more oups...marijus2014-10-101-2/+2
|
* oups... that was weired...marijus2014-10-101-2/+1
|
* This is a fix to not interfere the ongoing adding of ↵marijus2014-10-102-3/+4
| | | | | | | .generic-content-wrapper with the ongoing styling of redbasic theme. adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet. Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing.
* Good compromise I think. Remove display setting . Set the default (light) ↵Jeroen2014-10-104-10/+5
| | | | schema to = , so that other schemas can still use .
* Added the display setting for generic (other) content wrapper. Also did set ↵Jeroen2014-10-098-6/+22
| | | | the default a bit lighter. See if that's ok.
* Added and changed on some places div class generic-content-wrapper. And ↵Jeroen2014-10-091-4/+7
| | | | added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.