aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
Commit message (Collapse)AuthorAgeFilesLines
* split out mod_message and a typomarijus2013-12-031-95/+6
|
* clear floats on the connect buttonfriendica2013-12-021-0/+1
|
* trimmed style.css by a few hundred lines. Needs many more such effortsfriendica2013-12-011-260/+1
|
* allow zot-info to return results for address= with webbies or naked nicknamesfriendica2013-11-291-2/+1
|
* create jquery-compat to hold deprecated jquery functions, load it before all ↵friendica2013-11-261-3/+3
| | | | the dependent js scripts
* Merge https://github.com/friendica/red into zpullfriendica2013-11-251-0/+1
|\
| * no underlined drop icon23n2013-11-251-0/+1
| |
* | sort out the preview iconsfriendica2013-11-251-2/+6
|/
* polish up share button a littlemarijus2013-11-251-30/+24
|
* make profile-jot-text and -title height scalablemarijus2013-11-231-2/+2
|
* make profile-jot-text placeholder more prominentmarijus2013-11-231-2/+14
|
* typomarijus2013-11-231-1/+1
|
* use placeholder for profile-jot-text and some minor alignmentmarijus2013-11-231-3/+4
|
* use same font for textarea aswell and some simplificationmarijus2013-11-221-5/+8
|
* missing input type and use same font for password and text inputmarijus2013-11-221-3/+4
|
* not needed anymore with new defaultsmarijus2013-11-211-2/+1
|
* fix plugin and them toggles for the colourblind, add theme info block and ↵friendica2013-11-181-0/+1
| | | | recent screenshot to redbasic
* implement admin remove accountfriendica2013-11-171-0/+5
|
* more photo menu positioning work for varying photo sizesfriendica2013-11-161-3/+4
|
* make submit buttons look more or less like linksfriendica2013-11-161-1/+4
|
* more of a light&fresh lookfriendica2013-11-161-1/+5
|
* theme worksfriendica2013-11-161-1/+1
|
* theme workfriendica2013-11-151-0/+4
|
* do a better job of lining things up (like comments) when the photo size changesfriendica2013-11-151-1/+1
|
* reposition certain things like the wall-to-wall "to" photo when one changes ↵friendica2013-11-151-4/+5
| | | | the size of the author icons
* make font size tweakable for the whole appfriendica2013-11-151-2/+3
|
* changed some defaults - for some of us everything will have shrunk and may ↵friendica2013-11-151-3/+3
| | | | be hard to read. turn on expert mode if you want to change them back.
* Merge https://github.com/friendica/red into zpullfriendica2013-11-151-1/+2
|\
| * Merge pull request #203 from git-marijus/masterfriendica2013-11-151-1/+2
| |\ | | | | | | wrong variable
| | * wrong variablemarijus2013-11-151-1/+2
| | |
* | | reposition the photo menu button when the author photo is resizedfriendica2013-11-151-2/+2
|/ /
* / redbasic - set pixel dimensions of conversation top author photo and reply ↵friendica2013-11-151-2/+5
|/ | | | author photos. Hint: if you set these to something like 64px and 32px respectively and reduce the main font-size to say 0.9em, young people won't complain as much about the "ugly dated UI". You see they're used to companies squeezing every pixel out of the screen (more room for advertising) and they don't yet have bad eyes so they can still read teeny stuff. Big fonts and pictures are for old folks that need glasses and make young people complain about the "dated" interface. It's a sure sign that you're going to find old folks here and not many young adults or teens. What's missing at the moment is that if you shrink these photos, the "item-photo-menu" arrow is no longer in the bottom corner of the picture, but might be outside the photo. Will have to see if there's a way to dynamically position this based on the size.
* when setting font_size - the expert setting needs units. Otherwise you can't ↵friendica2013-11-141-1/+1
| | | | switch from px to em
* make autocomplete better themable by adding an idmarijus2013-11-141-5/+23
|
* E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵friendica2013-11-131-5/+1
| | | | which was positioned below the navbar instead of next to the recipient input box)
* issues with converse_width uncovered during testingfriendica2013-11-131-1/+1
|
* 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".