aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
Commit message (Collapse)AuthorAgeFilesLines
...
* change section_width to converse_widthfriendica2013-11-131-5/+2
|
* add font-size to searchbarsmarijus2013-11-131-0/+8
|
* typomarijus2013-11-131-6/+6
|
* search placeholder workmarijus2013-11-131-0/+30
|
* more searchbar style workmarijus2013-11-131-9/+9
|
* cap width of conversations at 1024pxfriendica2013-11-121-0/+1
|
* having a real problem with $section_width - which is preventing fluid layouts.friendica2013-11-111-0/+2
| | | | | | I don't see an easy way a fixed width can work - either as percentage or a pixel width. I think the right way to do this is probably to set a right-margin - which will let the width float within the constraints of the viewport but should achieve the same result.
* e2eefriendica2013-11-101-0/+5
|
* yes we might need it sometime and we are not supporting IE6 anywaymarijus2013-11-091-9/+5
|
* oups... something missing...marijus2013-11-091-1/+2
|
* some style work on searchbar autocompletemarijus2013-11-091-3/+30
|
* make PM expiry UI match the main post editor, e.g. JS input triggered by an ↵friendica2013-11-071-0/+2
| | | | icon rather than a scary looking text field
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-1/+6
| | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
* allow private mail sender to set an expiration on their messages. Once ↵friendica2013-11-061-1/+1
| | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday".
* redbasic - allow changing icon coloursfriendica2013-11-051-6/+11
|
* make the font-colour for the banner adjustable as wellmarijus2013-11-061-1/+1
|
* fix the saved search term delete icons in redbasic so they are hidden by ↵friendica2013-11-031-1/+5
| | | | default. This is a bit harder using font-based icons than it was with images that could easily be hidden. We'll do it with opacity instead of visibility or display css settings.
* add sloppy photo setting and fix default navbar hide settingfriendica2013-11-032-58/+58
|
* provide nav_min_opacity which allows the navbar to fade or even vanish until ↵friendica2013-11-031-10/+18
| | | | hovered with a value of for instance '0';
* now that the icons have been softened, the drop-icons stick out like a sore ↵friendica2013-10-241-1/+1
| | | | thumb. Soften them as well
* no underlines for hovered icons23n2013-10-241-0/+4
|
* replace text links with icons on design pagesfriendica2013-10-231-0/+8
|
* might be some style enhancementmarijus2013-10-231-2/+15
|
* Merge upstreamChristian Vogeley2013-10-201-9/+33
|\
| * i guess we should use .active class for all selected links.marijus2013-10-141-8/+2
| |
| * template and icons for categories and "file as"friendica2013-10-141-0/+4
| |
| * attachment icons revisitedfriendica2013-10-131-0/+15
| |
| * Merge https://github.com/friendica/red into zpullfriendica2013-10-131-3/+7
| |\
| | * reorder items in private-mail - the delete button is on the right side ↵marijus2013-10-131-2/+6
| | | | | | | | | | | | everywhere else...
| * | remove the disabled flag on individual permissions and improve the text to ↵friendica2013-10-131-0/+7
| |/ | | | | | | | | | | show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare. So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive.
* / redbasic: set width of main sectionChristian Vogeley2013-10-201-0/+2
|/
* mail recallfriendica2013-10-111-0/+10
|
* more iconsfriendica2013-10-111-2/+1
|
* Dark schema, and associated fixes.Thomas Willingham2013-10-111-0/+1
|
* more readability improvementsfriendica2013-10-101-2/+2
|
* set the colour of the active nav element so it doesn't get washed outfriendica2013-10-101-2/+2
|
* fix blue lockfriendica2013-10-101-0/+5
|
* Merge https://github.com/friendica/red into zpullfriendica2013-10-101-6/+6
|\
| * Various schema issues.Thomas Willingham2013-10-101-4/+4
| |
| * get rid of the clean font because it looks weird in some browsersmarijus2013-10-101-2/+2
| |
* | Add install instructions for cloning WebDAV component (which I think is best ↵friendica2013-10-101-0/+9
|/ | | | if we make optional). There may be webserver dependencies so let's just call this a plugin of sorts, but different than normal plugins because if it's installed it will be tightly integrated with everything we do. Eventually we may provide a static repository or select a specific sabre-dav version so that we're immune from changes upstream which break stuff we're doing; but for now we'll use the fruux main repository and install using the trunk.
* more icon conversions - savedsearch listings need more work. The drop icon ↵friendica2013-10-091-2/+2
| | | | should be hidden unless the entry is being hovered.
* delete iconsfriendica2013-10-091-0/+9
|
* more redbasic icon workfriendica2013-10-091-0/+1
|
* might be better that waymarijus2013-10-091-4/+2
|
* pimp up the searchbar a little and hoping it is the right way to domarijus2013-10-091-14/+12
| | | | it
* nav iconsfriendica2013-10-091-1/+5
|
* move verified indicatorfriendica2013-10-081-1/+1
|
* replace a bunch of graphic icons with vector iconsfriendica2013-10-081-2/+12
|
* First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please ↵friendica2013-10-081-0/+6
| | | | don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same.