Commit graph

125 commits

Author SHA1 Message Date
Victoria Wang
95278eacb4 Improvements to autocomplete menu 2014-09-02 16:06:59 -07:00
Kyle Drake
8274ac3e80 tweak spacing for news items 2014-08-30 15:55:08 -07:00
Kyle Drake
47344e8bdc streamline CSS, remove google font/cdn dep 2014-08-29 20:05:19 -07:00
Kyle Drake
c53e1bdb22 remove neo.css, it is autogeneratedn ow 2014-08-23 10:57:14 -05:00
Victoria Wang
48451f2d12 Browse page header elements now perfectly aligned, wooo. Starting to fix issues with autocomplete menu. 2014-08-21 02:31:11 -07:00
Kyle Drake
0f9b9bad56 slightly smaller font for file titles 2014-08-20 18:02:05 -07:00
Kyle Drake
9aca6cd0a0 sass now auto-compiles, fix relative_path for site files 2014-08-20 17:57:02 -07:00
Victoria Wang
521063c6df Initial code for top bar. Need to fix issue where certain websites' borders are reduced when inside the iframe… 2014-08-15 19:43:00 -07:00
Victoria Wang
576b0037ff Added html/image for folder support 2014-08-14 22:00:31 -07:00
Victoria Wang
545652722e UI changes to Browse page 2014-08-14 20:56:45 -07:00
Kyle Drake
1ac9cdf606 tag autocomplete and better browsing 2014-07-31 15:25:08 -07:00
Kyle Drake
9cedbd086d bold for activity link, usernames for likes, fix likes 2014-07-21 13:44:25 -05:00
Kyle Drake
769a122b03 finish basic implementation of tags, misc cleanups 2014-06-11 16:18:19 -07:00
Kyle Drake
e9b7826621 fix merges in css 2014-06-06 21:54:52 -07:00
Kyle Drake
da9d1e4eb3 site change and file recording, better share support 2014-06-04 18:05:29 -07:00
Tanya Gray
ca22158522 Merge branch 'bugfix-consistent-input-borders' of github.com:tanyagray/neocities into bugfix-consistent-input-borders 2014-05-15 12:54:01 +12:00
Tanya Gray
1808e27382 Updated minified CSS
Signed-off-by: Tanya Gray <tanyagray.nz@gmail.com>
2014-05-15 12:53:27 +12:00
Tanya Gray
b5e564a641 Updated minified version of CSS
Signed-off-by: Tanya Gray <tanyagray.nz@gmail.com>
2014-05-15 12:49:07 +12:00
Tanya Gray
c137173ca1 Made input-area border sizes consistent
Expected:
Border size should be consistent between normal and focus state.

Actual:
Border size changes from 2px normal state to 1px in focus state.

Fix:
Bootstrap uses 2px borders on inputs. It was winning for normal state but not for focus state. Preferred consistent 2px as defined by Bootstrap rather than a forced override.

Bonus:
Stops text inputs shifting around when focused/unfocused.

Signed-off-by: Tanya Gray <tanyagray.nz@gmail.com>
2014-05-13 21:58:03 +12:00
Kyle Drake
32da2d15b6 remove debug code 2014-05-05 15:25:59 -07:00
Kyle Drake
0a29a496d7 following button on site 2014-05-05 15:25:25 -07:00
Kyle Drake
51a85a0b03 comment liking 2014-05-05 11:58:11 -07:00
Kyle Drake
8210670122 event comment delete 2014-05-02 22:45:57 -07:00
Kyle Drake
a4a2b5165b event deleting 2014-05-02 17:44:31 -07:00
Kyle Drake
6277a94a5b editing for profile comments 2014-05-02 15:08:12 -07:00
Kyle Drake
f681e6c704 tooltip showing who likes an event 2014-05-02 01:46:18 -07:00
Kyle Drake
b96730b83f more work on comments for events 2014-05-01 19:20:34 -07:00
Kyle Drake
eba4a6e3f5 event like support 2014-05-01 14:09:45 -07:00
Kyle Drake
cf6bf7f031 Merge branch 'master' into v2 2014-04-30 19:46:01 -07:00
Kyle Drake
17fbbd8e7a separate requirement for site, site_thumbnails and site_screenshots 2014-04-30 13:40:11 -07:00
Victoria Wang
725539b867 Initial mockup/code for new index with large sections. 2014-04-26 10:24:56 -05:00
Victoria Wang
ce8fd9df04 Fixed progress bar styling 2014-04-23 17:40:14 -07:00
Victoria Wang
7ed2839cf2 More work on profile mockup 2014-04-23 17:29:33 -07:00
Victoria Wang
a4f0398ac9 Hack to fix bug with home page sign-up area breaking weirdly when window is stretched too wide; must revisit. (is this due to the footer fix?) 2014-04-23 16:11:33 -07:00
Victoria Wang
0c4a88f8a1 profile button images 2014-04-23 15:25:48 -07:00
Victoria Wang
ad758d617e ugggghh hacky fix for the footer going off-page at small resolution
plus profile, misc changes
2014-04-23 15:25:38 -07:00
Victoria Wang
8365411800 Homepage tweaks 2014-04-23 14:45:50 -07:00
Victoria Wang
46e05ccb54 css for the last checkin (social icon) 2014-04-23 14:38:54 -07:00
Victoria Wang
1b93e20e1b Added social icon for home page, improved build icon 2014-04-23 14:33:55 -07:00
Victoria Wang
7267b20fe2 Added edit button to logged in home 2014-04-23 12:13:51 -07:00
Victoria Wang
93941f6160 CSS tweaks, initial profile mockup erb 2014-04-23 11:59:32 -07:00
Victoria Wang
0d63a65170 accidentally checked in generic file image with opaque background, so here's the transparent one 2014-04-23 11:58:30 -07:00
Victoria Wang
2ec71cc659 News feed css and placeholder content 2014-04-23 01:43:49 -07:00
Victoria Wang
f36deda9e0 Improved shadows on the generic file image 2014-04-23 01:43:03 -07:00
Victoria Wang
08f95ccebb Some little tweaks for IE, etc 2014-04-22 16:44:10 -07:00
Victoria Wang
0f9c1fc83c Added an uploading dialog to dashboard, more tweaks 2014-04-22 14:58:15 -07:00
Victoria Wang
5b1b1003a6 Fixed a bunch of alignment issues with files on the dashboard 2014-04-22 11:55:50 -07:00
Kyle Drake
de10d445d2 Merge branch 'v2' of github.com:neocities/neocities into v2 2014-04-22 10:29:14 -07:00
Kyle Drake
d70ef2cb07 more style / copy changes 2014-04-22 10:29:08 -07:00
Victoria Wang
54b1eb363f Initial progress in coding the new (logged in) home page with news feed 2014-04-22 01:02:19 -07:00