233 Commits

Author SHA1 Message Date
Jef van Schendel
5cacba2395 Merge branch 'keyboard_nav' 2012-03-05 19:21:59 +01:00
Jef van Schendel
141f14e27e Add sidebar again 2012-03-04 19:13:47 +01:00
Jef van Schendel
822d37176e Merge branch 'newlayout' into newlayout-stage 2012-03-04 19:05:41 +01:00
Christopher Allan Webber
f4459ecfd8 Go go mediagoblin favico symmetry 2012-03-01 17:30:07 -06:00
Jef van Schendel
ee9a0e3c78 Forgot to add these layout changes. Everything should work now. 2012-02-21 18:09:38 +01:00
Jef van Schendel
aa8804719c Resolve merge conflicts 2012-02-21 17:43:05 +01:00
Jef van Schendel
6c2e57304c Responsive thumbnail gallery time 2012-02-18 14:46:12 +01:00
Jef van Schendel
3d44c01ad6 Enlarge navigation buttons when mobile 2012-02-15 18:47:34 +01:00
Jef van Schendel
f4cbe074fa Simplify and fix button styles; add larger button styles for mobile 2012-02-15 17:30:32 +01:00
Jef van Schendel
b6a686913f Removed cancel_link class; slight changes to button_form style 2012-02-15 17:15:42 +01:00
Jef van Schendel
643278243c Add left and right arrow keys navigation (add new JS file, link it from media.html; add new navigation_right class to right button) 2012-02-14 16:59:31 +01:00
Jef van Schendel
23f87661f0 Center small images by default 2012-02-14 16:42:54 +01:00
Jef van Schendel
00996b9255 Remove form background images; replace them with regular border styles 2012-02-14 16:34:03 +01:00
Christopher Allan Webber
38816c6607 Revert "Layout overhaul time!"
This reverts a whole bunch of commits, fb1dc4f5 thru 92e8ca79, where
an experimental new layout was played with.  Unfortunately, this
layout broke the look and feel of master, even though it was going in
the right direction for mobile stuff.  Jef said he'll do things in a
branch!
2012-02-13 21:31:11 -06:00
Jef van Schendel
92e8ca790b Wait, scratch that. This commit uses a better way. 2012-02-12 21:02:02 +01:00
Jef van Schendel
f2ca3ad6ac Add navigation button styles for mobile 2012-02-12 21:00:20 +01:00
Jef van Schendel
b0ed64aa12 Fix comment input field width/padding; change some text; remove weird #form_comment duplicate rules; move Edit/Delete buttons next to title 2012-02-12 20:47:25 +01:00
Jef van Schendel
4944e3c374 Make media thumbnail gallery a list instead of a table 2012-02-12 19:33:05 +01:00
Jef van Schendel
be09ed51c8 Corrections for mobile layout 2012-02-12 18:39:55 +01:00
Jef van Schendel
630dd7941d Style sidedata h3; revert sidebar margin change 2012-02-12 18:23:18 +01:00
Jef van Schendel
a1161b84a6 Fix sidebar margins 2012-02-12 18:12:23 +01:00
Jef van Schendel
b21c943427 Restore sidebar 2012-02-12 16:18:58 +01:00
Jef van Schendel
fb1dc4f56b Layout overhaul time! 2012-02-11 23:04:02 +01:00
Jef van Schendel
937c7ea5d9 Fix for ticket #386 2012-02-09 21:46:57 +01:00
Christopher Allan Webber
cf29e8a824 It's 2012 all up in here 2012-02-02 09:44:13 -06:00
Joar Wandborg
9542a2ba07 JavaScript fixes - AGPL headers, etc
- Added AGPL header to comment_show.js, show_password.js
  and geolocation-map.js
- Removed console.log from geolocation-map.js
2012-01-28 01:31:56 +01:00
Joar Wandborg
836df45dbe Added code for leaflet geolocation map 2012-01-25 23:42:04 +01:00
Joar Wandborg
c5ba5b0456 Installed leaflet in extlib 2012-01-25 23:42:04 +01:00
Jef van Schendel
8c7701f9f1 Small fix to simplify font style 2012-01-15 17:23:21 +01:00
Jef van Schendel
62f2557cae Another small text style fix 2012-01-15 17:10:35 +01:00
Jef van Schendel
b699791956 Small margin/font-weight fix 2012-01-15 17:07:15 +01:00
Jef van Schendel
7646e695bf Fix div breaking in user.html; add media query bits 2012-01-06 13:44:00 +01:00
Jef van Schendel
173999a7e4 Resize image below 660px width 2012-01-06 13:34:25 +01:00
Jef van Schendel
7945cd21ba * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, mediagoblin_header_right, mediagoblin_logo
* Add html5shiv for older browsers
* Small size fix (940px instead of 960pgx)
2012-01-05 23:36:16 +01:00
Jef van Schendel
a91e4e07e7 Add closing bracket so the whole thing doesn't break down 2012-01-05 22:46:21 +01:00
Jef van Schendel
d2fce291b5 Fix merge conflicts 2012-01-05 21:42:56 +01:00
Jef van Schendel
7df9f45c32 Several changes for mobile layout 2012-01-05 21:36:24 +01:00
Jef van Schendel
ada0642e5a Seperate jQuery bit that was still in media.html 2012-01-01 22:58:32 +01:00
Jef van Schendel
f5d837fe4a Forgot this one. Also disable horizontal resize for the bio field 2012-01-01 18:14:39 +01:00
Jef van Schendel
ce86b1d5af Remove border-bottom from media_specs 2012-01-01 18:12:18 +01:00
Jef van Schendel
7fc782bb6d Disable horizontal resize for text areas. 2012-01-01 18:11:39 +01:00
Joar Wandborg
a246ccca69 ASCII media type support & fix a bug in file submission error handling
* Added ASCII media processing
* Added ASCII media display
* Added ASCII media type

Rebased from Joar Wandborg's ascii art branch (squashed to remove the
commits borrowing code of dubious license)

Fixed a bug in file submission error handling:
 - Moved file-extension condition out of loop (what did it do there?)
 - Updated file submission tests
 - Changed error handling in file submission, should now report more
   than absolutely necessary.
2011-12-31 10:32:52 -06:00
Jef van Schendel
426808cc8f Random changes that break stuff and eat piglets 2011-12-30 18:01:28 +01:00
Jef van Schendel
3ea6a305ce Lots of little fixes and removal of all 960.gs classes:
* Removed <p> margin-top
* Vertically align logo so Add-media button does not fall off
* Remove last 960.gs traces (grid_X/container_X) and add custom classes/sizes to css
* Add clear class
* Update form_box and add form_box_xl for bigger forms
* Switch all pages that use forms to new classes
* Remove padding from notification messages so they take full width
* Other tiny fixes I forgot about
2011-12-30 14:23:12 +01:00
Jef van Schendel
550d48d040 Forgot to include the newly created JS file 2011-12-29 22:56:42 +01:00
Jef van Schendel
dab1d70280 Finished #485 and worked out bugs: password fields always update, added margins, fixed Chrome width bug, wrapped checkbox in label element 2011-12-29 22:40:45 +01:00
Karen Rustad
6c191eb3de Added a 'you don't have HTML5 so this video will not work' warning using just the inherent properties of the <video> tag (and some css for style) 2011-12-23 00:26:00 +01:00
Jef van Schendel
00c1d00771 Change widths to percentages for small devices 2011-12-18 02:07:49 +01:00
Jef van Schendel
42a7c01032 Add styles to make media.html not fall apart entirely 2011-12-18 01:54:58 +01:00
Jef van Schendel
4fe9c9b99f Move reset.css to extlib and symlink it 2011-12-18 01:41:01 +01:00