Commit Graph

384 Commits

Author SHA1 Message Date
Sarven Capadisli 1ac66b3996 Using 800px width and using document.title if no text is selected. 2009-04-08 19:59:59 +00:00
Meitar Moscovitz 7fc90d5c5c Remove extranneous bottom margins on label; fix Safari layout bug.
This margin causes a layout bug in Safari whereby the Inbox and Outbox
pages have a notice form textarea that's too wide, causing it to slide
beneath the "Send" button on those pages. Removing this margin seems to
be completely innocuous in my tests, which covered Safari, Firefox,
Opera, and Internet Explorer 7. Can less be more? :)
2009-04-08 15:26:27 -04:00
Sarven Capadisli 3d536300aa Minor update for 800px width viewport 2009-04-08 18:52:05 +00:00
Sarven Capadisli a839daad2e HTML br is not needed. Using 'clear' in CSS instead. 2009-04-07 23:45:22 +00:00
Sarven Capadisli 5dfc09d9d2 Minor adjustment for error/success styles in default stylesheet 2009-04-07 21:04:24 +00:00
Sarven Capadisli 658462ce85 Markup and styles for search help and errors 2009-04-07 21:02:47 +00:00
Sarven Capadisli c42995e3a2 Minimum height for content and aside area. 2009-04-07 20:02:42 +00:00
Sarven Capadisli 27a279e7c1 Down playing the Register link's styles so it doesn't battle for
attention when anon_notice is present.
2009-04-07 18:16:16 +00:00
Sarven Capadisli 36f73bffbc Better support for 800px ~ 1024px width viewport/screen resolutions. 2009-04-02 06:29:49 +00:00
Sarven Capadisli 86c7a3c44d Using base presentation instead of identica theme to hide site name
when site logo is present
2009-03-30 00:21:05 +00:00
Sarven Capadisli 431ac087a5 Hiding site name from presentation iff site logo exists. 2009-03-29 22:43:39 +00:00
Sarven Capadisli 959d9eda23 Unused file. 2009-03-25 23:40:33 +00:00
Sarven Capadisli e810077c0e Processing indicator image for the default theme 2009-03-25 23:18:55 +00:00
Sarven Capadisli 4eb59da038 Processing indicator CSS for the default theme 2009-03-25 22:59:29 +00:00
Sarven Capadisli 90e5f01f8a Processing indicator (aka spinner thingy) for form_notice submits 2009-03-25 22:53:21 +00:00
Sarven Capadisli a7d8f7197e Alignment of notice-options in IE6 2009-03-25 22:48:51 +00:00
Sarven Capadisli a13bfa5848 Ticket http://laconi.ca/trac/ticket/1274
Minimised form_notice markup by removing unordered lists. There is a minor CSS
rule reassignment done by changing the selectors. There is no visual
change in the final result.
2009-03-25 18:16:20 +00:00
Sarven Capadisli fadae96a74 Password recover and change form markup updated. 2009-03-22 20:21:32 +00:00
Evan Prodromou e185c0395a Revert "trac #201 Add flowplayer to enable multimedia playback capability."
This reverts commit 9c9b6790ce.

This code wasn't ready for release, so I've reverted it for now.

Conflicts:

	lib/action.php
	lib/util.php
2009-03-12 00:13:28 -04:00
Sarven Capadisli 8b9e559167 Updated typography and layout 2009-03-02 00:06:29 +00:00
Sarven Capadisli 0a96edac9c Slightly toned down the text-shadow on navigation 2009-02-28 23:10:40 +00:00
Sarven Capadisli 240ea96921 Print stylesheet - Added license and cleanup 2009-02-24 05:09:23 +00:00
Sarven Capadisli d30590de23 Print stylesheet 2009-02-24 04:31:31 +00:00
Sarven Capadisli 85694e3fa6 Minor positioning: using absolute right instead of left 2009-02-20 23:54:17 +00:00
Sarven Capadisli 8fc7f5204e Minor CSS cleanup. 2009-02-19 02:55:04 +00:00
Sarven Capadisli 2eb6a6a9b0 Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review
Conflicts:

	lib/action.php
2009-02-17 20:32:19 +00:00
Sarven Capadisli 6440f4cecd Removed transformation effects from h1-h6 (except in aside) 2009-02-16 22:39:57 +00:00
Robin Millette 9c9b6790ce trac #201 Add flowplayer to enable multimedia playback capability. 2009-02-16 17:46:24 +00:00
Sarven Capadisli faf82eebfe Added a mention of config setting to use a custom theme 2009-02-15 22:30:39 +00:00
Sarven Capadisli 3c8c0572ef Ticket 1172. Capitalizing first character of each word to uppercase
instead of putting all characters to uppercase.
2009-02-11 23:03:12 +00:00
Meitar Moscovitz 07c6537898 Style the notice form and notices to better avoid need to scroll around. 2009-02-12 00:34:18 +11:00
Meitar Moscovitz c9e8b1e5c3 Add streamlined mobile device-friendly styles when enabled in config.
A new mobile-specific style sheet is added and loaded only if the
`$config['site']['mobile']` configuration variable is set to true.
2009-02-11 03:03:16 +11:00
Meitar Moscovitz 8ec312043f Add a link to the group search page from a user's own group list.
I've seen a request or two pop up for this on the Laconica group on
Identica, and I'd personally like there to be a link to the search
page from my own groups listing, as I often find myself looking for
one and end up at my browser's address bar.
2009-02-07 04:03:25 +11:00
Sarven Capadisli ac23321a40 Added primary and secondary form actions. Fixed markup for
form_notice_delete
2009-02-06 06:27:04 +00:00
Sarven Capadisli e5b075b912 Matching Facebook app UI to identi.ca. Fixed tabs, add to profile,
widths, font-size, and some HTML markup.
2009-02-05 04:54:42 +00:00
Sarven Capadisli b43bdda312 Removing extra margin after .section .notice .author. 2009-02-04 18:18:25 +00:00
Sarven Capadisli 593d41f78b Using overflow:hidden for long strings that don't contain any
whitespace. This is both a preventive measure for user content that is
abused (i.e., leaking text into other page components) and for
aesthetics (requested by @evan)
2009-02-04 16:45:46 +00:00
Sarven Capadisli 8463d23397 http://laconi.ca/trac/ticket/1112 -- Removed only the author fn from
display.
2009-02-04 14:35:34 +00:00
Sarven Capadisli 05e11ea021 Removed deprecated files from the identica theme. 2009-02-03 22:12:04 +00:00
Sarven Capadisli bcc8348615 Removed deprecated files from the default theme. 2009-02-03 22:09:25 +00:00
Sarven Capadisli 9abfe1848a Ticket 1029 -- Atom feed icon. Also updated the RSS icon to PNG version. 2009-02-02 17:21:33 +00:00
Sarven Capadisli 99fba4932d Ticket 1044 -- Removed border-top, reduced padding, changed notice
count from 6 to 5, removed nickname.
2009-02-02 17:02:58 +00:00
Sarven Capadisli 5f004c0158 Added "Edit" entity_action.
Updated theme files.
2009-02-02 16:33:47 +00:00
Sarven Capadisli 4f1345620a Better cross-browser support for page and text zoom-in/out. 2009-02-02 14:14:14 +00:00
Sarven Capadisli 88eb8c924c Reduced width and realigned anon_notice 2009-02-01 19:34:11 +00:00
Sarven Capadisli 804dc7cdb9 Ticket 1071 - Set overflow:auto for long non-breaking strings. This is
the most cross-browser safe method unless the string is broken into
chunks at the time of output from backend.
2009-02-01 19:06:08 +00:00
Sarven Capadisli b363233c2d Moved theme rules from base to identica stylesheet 2009-02-01 18:09:56 +00:00
Sarven Capadisli add0b7f329 Resaved identica logo as transparent PNG24 in order to handle various
background colours without having to explicitly apply anti-aliasing.

Updated colour information in identica theme.

Removed ie7 base stylesheet that's no longer required.

Added ie identica stylesheet to handle solid background colour for
2009-02-01 18:04:56 +00:00
Sarven Capadisli 533f9933de Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn 2009-02-01 06:28:16 +00:00
Sarven Capadisli 59e42b766e Ticket #1045 -- Added borders to all sides of the pagination anchor. 2009-02-01 05:08:36 +00:00
Sarven Capadisli f400db5fe4 Howto: create a laconica theme 2009-01-28 19:13:46 +00:00
Sarven Capadisli 43509a3c17 Better colour contrast for major areas (background, sidebar, tabs) 2009-01-27 06:04:50 +00:00
Sarven Capadisli af615c3eb4 Using entity_actions styles instead 2009-01-26 16:34:41 +00:00
Sarven Capadisli b2e67db833 Facebook form_settings label style 2009-01-26 06:28:30 +00:00
Sarven Capadisli ff22b095c8 Facebook guide style 2009-01-26 06:20:44 +00:00
Sarven Capadisli 68f5afd791 Minor facebook app style fixes 2009-01-26 06:01:24 +00:00
Sarven Capadisli cf7908a971 M 2009-01-24 05:03:32 +00:00
Sarven Capadisli 1a0719ae6c filter tags styles 2009-01-24 04:56:04 +00:00
Sarven Capadisli a7d3f34204 M 2009-01-24 03:55:32 +00:00
sarven 8e4f985e45 Minor 2009-01-24 03:45:44 +00:00
sarven 08030196ca new group markup in usergroups matching groups 2009-01-24 03:23:40 +00:00
sarven 0cdaf3e155 Invitation markup and style 2009-01-24 03:18:34 +00:00
sarven 4980f654a8 Notice search markup and style 2009-01-24 03:14:27 +00:00
sarven 18eb40c988 Search form markup and style 2009-01-24 00:58:12 +00:00
sarven 7fa5e22438 Twitter settings styles 2009-01-23 11:42:38 +00:00
sarven 8ebc19727a Cursor pointer for input.submit 2009-01-23 11:20:47 +00:00
sarven c396b4d9ef Merge branch 'master' of ../trunk 2009-01-23 11:02:49 +00:00
sarven 65ecb9c452 Giving more avatars per line 2009-01-23 11:02:26 +00:00
Zach Copley 767c7d293d trac750 Better CSS file organization and linking fore the FB app 2009-01-23 10:51:49 +00:00
sarven 6bf25779fb Facebook app styles 2009-01-23 10:40:45 +00:00
sarven 67df25fdfd Cleaning 2009-01-23 10:33:55 +00:00
sarven 6c9bbdb561 openid markup and style 2009-01-23 08:52:04 +00:00
sarven 50b9f5f6c5 Minor 2009-01-23 08:19:00 +00:00
sarven 493b77b2e1 Minor 2009-01-23 06:49:14 +00:00
sarven b84868d059 Default stylesheet 2009-01-23 06:39:48 +00:00
sarven c97980b145 Missing closing li 2009-01-23 06:14:56 +00:00
sarven 500ed2f5eb Cleanup 2009-01-23 05:23:28 +00:00
sarven e2afca803d Cleanup 2009-01-23 04:54:54 +00:00
sarven fbe6aa703e Tag cloud font-size and line-height 2009-01-23 04:08:12 +00:00
sarven 8b7c71ac24 Reduced .aside .tag-cloud font-size 2009-01-23 03:51:35 +00:00
sarven 961c5af3ce Anonymous notice 2009-01-23 03:47:32 +00:00
sarven 0905586355 Minor section vcard background 2009-01-23 02:46:03 +00:00
sarven 6d8cee6545 form clear fix 2009-01-23 01:31:04 +00:00
sarven 135f00c51b tag user profile and form markup and style 2009-01-23 01:20:20 +00:00
sarven f3bbc9863b Minor 2009-01-23 00:25:47 +00:00
sarven 2935e8c7ce Minor markup fix 2009-01-23 00:20:05 +00:00
sarven e8e0c74f8a Reduced top and bottom notice whitespace.
Reduced form notice textarea height.
2009-01-22 22:48:20 +00:00
sarven 251551fee6 Group top post section and styles 2009-01-22 21:47:33 +00:00
sarven 6fa7ce5d5e Minor 2009-01-22 21:08:49 +00:00
sarven f6f71ea0ee Minor 2009-01-22 21:07:11 +00:00
sarven 785ffd5b9b Populat notices and some css cleanup 2009-01-22 21:03:59 +00:00
sarven 9bab9ae078 Top posters section markup and stye 2009-01-22 20:39:13 +00:00
sarven 94d9329b5f entry content opacity 2009-01-22 20:32:26 +00:00
sarven 690273e20d notice stlye updates 2009-01-22 19:43:08 +00:00
sarven 32debdac66 Profile tag dt display inline and margin 2009-01-22 17:49:55 +00:00
sarven 8daec3c245 Colour fix for Subscribe input.submit 2009-01-22 17:01:57 +00:00
sarven ead1384650 .profile form.form_subscriptions_edit style 2009-01-22 16:57:37 +00:00
sarven 93925b8505 Mathching markup to user profilelist (entities) 2009-01-22 16:50:35 +00:00
Evan Prodromou 01e7859a81 Remove common code from Subscriptions, make tags link visible 2009-01-22 17:12:23 +01:00
sarven 28981279c4 Colour for group leave (same as unsubscribe) 2009-01-22 08:54:00 +00:00
sarven a330bdac62 Moved nudge response from util.php to nudge.php
Adjusted some CSS
2009-01-22 06:33:38 +00:00
sarven 03117fe3e8 Cleanup.. some for IE and other for cascading 2009-01-22 04:35:22 +00:00
sarven 07b52e19be Minor cleanup for future groups_related 2009-01-22 00:12:16 +00:00
sarven a57f12b06c selector name cleanup 2009-01-22 00:04:13 +00:00
sarven d72706ce9d Changed to @class entity_profile from @id user_profile. 2009-01-21 23:33:52 +00:00
sarven 4b42c35269 General markup and style cleanup 2009-01-21 22:44:27 +00:00
sarven 41f74218f2 Profile avatar settings 2009-01-21 20:33:37 +00:00
sarven ac1cc954ae form_password markup and style 2009-01-21 19:56:18 +00:00
sarven fd6549e438 Hid dt 2009-01-21 18:37:02 +00:00
sarven 0b0f25ce93 Public tagcloud and tag cloud styles 2009-01-21 18:35:45 +00:00
sarven 27b627c094 Made user_actions styles more consistent 2009-01-21 06:54:17 +00:00
sarven 88297e7b24 Direct message markup and style 2009-01-21 03:38:50 +00:00
sarven e9b9795eeb (dis)favor form method call fix 2009-01-21 02:52:16 +00:00
sarven 96e40e0649 profilelist markup and styles 2009-01-21 01:10:11 +00:00
sarven caeb74c9a5 Styles for nested <li>s 2009-01-20 22:55:46 +00:00
sarven b8c4d0cad6 p and ul style for doc pages 2009-01-20 22:50:51 +00:00
sarven bb4a6a514b user_actions form markup and styling 2009-01-20 22:36:57 +00:00
sarven 9c43974d23 fn font-style normal 2009-01-20 20:46:45 +00:00
sarven 96dc058bfa Using nickname only for uid 2009-01-20 05:58:35 +00:00
sarven 93a5865b2b Bolding address fn for cases where there is no logo. 2009-01-19 18:24:30 +00:00
Evan Prodromou 12c475c101 Merge branch 'master' of /var/www/trunk
Conflicts:

	actions/facebookhome.php
	actions/facebooksettings.php
2009-01-19 13:35:17 +00:00
sarven 838502dfd9 timestamp anchor spacing for IE 2009-01-19 04:46:18 +00:00
sarven 0ea3f0e31b Default theme: first draft 2009-01-19 04:36:25 +00:00
sarven 6967e3ec86 Setting up a way to deal with different logo sizes. 2009-01-19 04:19:14 +00:00
sarven 2fb53cdae4 Cleaning styles 2009-01-19 03:54:46 +00:00
sarven ea2e908bc0 More space for the counter 2009-01-19 03:20:41 +00:00
sarven 1a6d120f28 margin-bottom for global nav for more space 2009-01-19 03:16:50 +00:00
sarven 0b5f0f4faa Renamed form_datas to form_data 2009-01-19 03:09:13 +00:00
sarven 6fa7ac1305 Started default stylesheet. Grouped colours for themeing. 2009-01-19 02:06:40 +00:00
Zach Copley 5f2fce04cb trac750 Updated paths for new css files; deleted old unused css file 2009-01-19 01:59:31 +00:00
sarven 323432aec3 Facebook base and theme stylesheets. Copy of site display.css files
for now.
2009-01-19 01:48:04 +00:00
sarven 2637433093 text-shadow for local a 2009-01-19 01:04:22 +00:00
sarven 8f9762aab1 Cross-browser stuff 2009-01-19 00:48:12 +00:00
sarven 910bd33243 Minimal cross browser styling (mostly IE7). w00t! 2009-01-19 00:10:42 +00:00
sarven c04fade6be Using #ddd for anti-aliasing 2009-01-18 22:27:20 +00:00
sarven 9d384aadb1 @id for site_nav_global_primary items in order to target for styling 2009-01-18 22:08:51 +00:00
sarven 6b23a9ed2f Disfavor markup/style 2009-01-18 21:34:57 +00:00
sarven 7749228f52 OpenID settings remove style 2009-01-18 21:22:31 +00:00
sarven 061de33e57 SMS settings markup and styles. Minor check with twitter settings form_datas 2009-01-18 21:14:47 +00:00
sarven d46c2cc8a7 IM settings markup and style.
Added confirmed/unconfirmed styles
2009-01-18 20:36:50 +00:00
sarven 5da9511c31 Markup and styles for the Register page 2009-01-18 19:42:08 +00:00
sarven 00daeeba64 Reduced h1 font-size again 2009-01-18 16:06:12 +00:00
sarven fbae208123 Display noned legend of the login fieldset. 2009-01-18 16:01:10 +00:00
sarven 4b1cc73a58 Favor/Disfavor form @class
Created icon, and add style
JS selector change
Fixed return actions
2009-01-18 03:12:39 +00:00
sarven c1a247358d Outline for notice-option anchor 2009-01-18 02:34:30 +00:00
sarven 245f317bbd Tweaking notice div.entry-content which impacts notice-option input 2009-01-18 01:52:54 +00:00
sarven ffb1bb1fbb notice div.entry-content notice-options styles 2009-01-18 01:14:14 +00:00
sarven 88c7da66f0 Minor cleanup for login style 2009-01-18 01:02:42 +00:00
sarven 620d0594fc Reusing @class form_settings 2009-01-18 00:58:43 +00:00
sarven cb35bd6061 Reduced h1, legend font-size 2009-01-18 00:02:31 +00:00