aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
Commit message (Collapse)AuthorAgeFilesLines
* do not show default in scheme selection dropdown. default.php and ↵Mario Vavti2015-06-212-2/+5
| | | | default.css should be symlinks. adjust doco accordingly.
* more generic-content-wrapper and some css fixesMario Vavti2015-06-191-3/+11
|
* set width for region_3 only if center page content is setMario Vavti2015-06-113-4/+15
|
* assign right aside the same width as we have in left aside but hide it on ↵Mario Vavti2015-06-102-6/+15
| | | | small and xs screens. make aside width a variablee for easier handling.
* css regression fixesMario Vavti2015-06-081-0/+12
|
* missing commaMario Vavti2015-06-061-1/+1
|
* css fixesMario Vavti2015-06-061-17/+9
|
* whitespaceMario Vavti2015-06-061-169/+175
|
* some cleanup after scheme transitionMario Vavti2015-06-062-196/+19
|
* More schemas in new formatjeroenpraat2015-06-054-119/+114
|
* Schemas: should be ok now.jeroenpraat2015-06-037-342/+116
|
* 2 more schemas in new formatjeroenpraat2015-06-034-239/+473
|
* empty php schema backjeroenpraat2015-06-031-0/+2
|
* First schema completely to the new format. git-marijus: Can you please ↵jeroenpraat2015-06-022-123/+237
| | | | quickly check if I'm doing it right?
* adjust icon sizeMario Vavti2015-05-071-2/+2
|
* fix center page content settingMario Vavti2015-05-041-1/+2
|
* webpages layout fixesMario Vavti2015-04-241-0/+1
|
* webpages blocks fixesMario Vavti2015-04-231-0/+1
|
* move .lockview to style.css and a typoMario Vavti2015-04-211-1/+5
|
* rework and hopefully improve webpage menu creation workflowMario Vavti2015-04-211-3/+3
|
* css fixMario Vavti2015-04-181-1/+1
|
* fix page-title marginMario Vavti2015-04-181-0/+4
|
* adjus webpage font size to match conv item font sizeMario Vavti2015-04-171-1/+2
|
* allow jot to be displayed expanded, remove deprected datetimepicker js and ↵Mario Vavti2015-04-171-6/+10
| | | | some random fixes
* wording and css fixesMario Vavti2015-04-161-3/+2
|
* webpages appearenceMario Vavti2015-04-131-1/+6
|
* add bs classes to design tools menuMario Vavti2015-04-131-22/+0
|
* move style to style.cssMario Vavti2015-04-101-0/+6
|
* make search box border radius consistent with everything else. It looks ↵friendica2015-03-311-1/+1
| | | | really weird when it's so different.
* Make sure long words (channel addresses, homepages) on the vcard are not on ↵jeroenpraat2015-03-291-0/+1
| | | | top of the content to the right.
* some colorbox stylingMario Vavti2015-03-271-5/+11
|
* Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it ↵Mario Vavti2015-03-273-8/+15
| | | | there). Comment out some most probably deprecated js includes. Some css cleanup.
* adjust category auto-complete background color (blue) to match the blue we ↵friendica2015-03-261-0/+3
| | | | use for buttons. It was a completely unrelated shade of blue and looked out of place.
* remove some vars from style.cssMario Vavti2015-03-2610-136/+146
|
* remove unused varsMario Vavti2015-03-201-2/+0
|
* remove more $vars from style.cssMario Vavti2015-03-2010-189/+276
|
* there are no vars to replace in converse_center.cssMario Vavti2015-03-191-1/+0
|
* remove more unused $varsMario Vavti2015-03-192-21/+0
|
* remove more $vars from style.cssMario Vavti2015-03-1910-156/+156
|
* remove $abook_changebg from style.cssMario Vavti2015-03-1910-14/+15
|
* remove px from default valueMario Vavti2015-03-181-1/+1
|
* just to be sureMario Vavti2015-03-182-2/+2
|
* move body-font-size setting backt to expert. most people probably use ↵Mario Vavti2015-03-181-4/+1
| | | | browser built in zoom capabilitie.
* make every page regard max content width setting and move the setting out of ↵Mario Vavti2015-03-185-18/+18
| | | | experts mode
* move bootbox out of bootstrapMario Vavti2015-03-171-1/+1
|
* update bootstrap-3.3.4 and bootbox-4.4.0Mario Vavti2015-03-171-1/+0
|
* update templatesMario Vavti2015-03-171-0/+9
|
* start on some db_table docofriendica2015-03-151-0/+9
|
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-36/+35
| | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator.
* assure that badges will be displayed as circles no matter what font is used ↵Mario Vavti2015-03-141-5/+0
| | | | and if there is only one digit inside. move css to its proper place