Sarven Capadisli
2a8b6c49a1
Minor alignment
2009-11-08 20:47:24 +00:00
Sarven Capadisli
c2e6673b17
Changed icons file to gif because of colour correction. Reduced file
...
size also
2009-11-08 20:18:39 +00:00
Sarven Capadisli
2542305b2f
Removed entity_actions response style (i.e., doesn't look like a button)
2009-11-08 19:13:31 +00:00
Sarven Capadisli
1b902bcc45
Fixed alignment for entity action anchors and responses
2009-11-08 19:05:07 +00:00
Sarven Capadisli
91784c0dfc
Fixed alignment for new entity_action buttons
2009-11-08 20:02:14 +01:00
Sarven Capadisli
0d008ddab9
Removed some unnecessary styles
2009-11-08 19:55:40 +01:00
Sarven Capadisli
a5d624f9a0
Using fixed width for entity_actions
2009-11-08 19:43:10 +01:00
Sarven Capadisli
bbfe29b9de
Updated nudge styles
2009-11-08 19:40:54 +01:00
Sarven Capadisli
a580689d40
Updated subscribe/unsubscribe button styles
2009-11-08 19:34:52 +01:00
Sarven Capadisli
613078e467
Updated pagination styles and removed notice option input roundness
2009-11-08 19:19:42 +01:00
Sarven Capadisli
0f55135b52
Updated the styles for action icons
2009-11-08 18:41:03 +01:00
Sarven Capadisli
6687346dd0
Updated entity actions, notice options button styles
2009-11-08 16:41:38 +01:00
Sarven Capadisli
87543292d1
Fixed some group list styles
2009-11-06 15:26:13 +01:00
Sarven Capadisli
febcdcb6a0
Updated styles for profile list fn and nickname
2009-11-06 13:35:21 +01:00
Sarven Capadisli
85647719a3
Updated styles for profile list re: commit
...
3c4ac05cde
2009-11-06 12:51:28 +01:00
Sarven Capadisli
d8e2d76ba9
Typo: z-index should be 2 instead of 1
2009-11-02 14:54:31 +00:00
Sarven Capadisli
c9f6c09af0
Updated button.close style
2009-11-02 10:28:22 +00:00
Sarven Capadisli
b1367ae8da
Updated button.close styles
2009-11-01 20:53:25 +01:00
Sarven Capadisli
b975ab6c2e
Moved theme styles from identica to base
2009-11-01 19:48:54 +01:00
Sarven Capadisli
d42ef11123
Updated form_notice styles. .form_notice applies to both noticeform
...
(form_notice) and messageform (form_notice-direct)
2009-10-31 17:25:41 +01:00
Sarven Capadisli
f9bb95174b
Added XHR for direct messages.
2009-10-31 16:14:38 +01:00
Sarven Capadisli
47c659a1ba
Updated bookmarklet styles
2009-10-29 13:31:56 +01:00
Zach Copley
4de05f1e47
Forgot to move the facebookapp.css file into the new Facebook plugin
2009-10-27 21:00:26 +00:00
Sarven Capadisli
c370f0aadf
Removed attachment UI
2009-10-27 17:44:55 +01:00
Sarven Capadisli
0e029d7284
Some CSS updates for FB app
2009-10-27 14:59:58 +01:00
Sarven Capadisli
81199d0258
Aligning notice attach label from right instead of left
2009-10-06 15:51:06 +00:00
Sarven Capadisli
e63a435868
Using 'CSS sprites' for common icons for the identica theme. Default
...
theme will follow after some tests.
2009-10-06 17:16:28 +02:00
Sarven Capadisli
2f065d687d
Unnecessary selector bit
2009-10-04 23:53:02 +02:00
Sarven Capadisli
74d537c834
Using a relative value for the form_notice note location instead
2009-09-27 11:54:45 +00:00
Sarven Capadisli
c77c0d88ce
Setting max width limit to select form control on inbox and outbox pages
2009-09-07 15:14:05 +00:00
Sarven Capadisli
b237dc21ba
Updated layout for filter by tag form
2009-09-04 15:59:27 +00:00
Evan Prodromou
1f6ea95c92
convert CSS files to use new names
2009-08-25 18:21:37 -04:00
Jeffery To
a459313e10
Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5)
2009-08-11 20:29:45 +08:00
Craig Andrews
d9a9af569f
Used Yahoo! Smush.it to save a few bytes on the images
2009-08-06 22:30:02 -04:00
Sarven Capadisli
c85b6155eb
Minor UI fix for IE6 notice-options
2009-07-28 17:14:11 +00:00
Sarven Capadisli
cdf6d655b5
Minor change to timestamp selector
2009-07-25 18:29:30 +00:00
Sarven Capadisli
0b47e71e7a
Removed <dl> structure from NoticeListItem::showContext. Same as
...
committ e0b877b26c
.
2009-07-25 18:26:00 +00:00
Sarven Capadisli
e378341910
Removed <dl> structure from NoticeListItem::showNoticeSource. Same as
...
commit e0b877b26c
.
2009-07-25 18:22:05 +00:00
Sarven Capadisli
9c09bfe4d7
Removed <dl> structure from NoticeListItem::showNoticeLink. Reason:
...
Arguably, the earlier structure was unnecessarily verbose. Same as commit
e0b877b26c
.
2009-07-25 18:04:45 +00:00
Sarven Capadisli
66a959a776
Removed <dl> structure from NoticeListItem::showReplyLink. Reason:
...
Same as commit e0b877b26c
.
2009-07-25 17:44:19 +00:00
Sarven Capadisli
e0b877b26c
Removed <dl> structure from NoticeListItem::showDeleteLink. Reason:
...
To speed up DOM load by cutting down 3 nodes in each notice list item.
Generally each notice option should be a list item in a <ul>, however,
there is no tangible benefit for the user using this approach. In this
case, minimalism is favoured. Similarly, the new approach will make 5
fewer function calls on the server side.
2009-07-25 17:37:37 +00:00
Sarven Capadisli
b46961558a
Reduced content width slightly for IE6
2009-07-20 23:11:23 +00:00
Sarven Capadisli
350a342509
Using bottom instead of top for form_note
2009-07-16 19:58:24 +00:00
Sarven Capadisli
5d82b3e02a
Reduced notice div.entry-content width so that in the case of super
...
deep/crazy conversations the notice options don't misalign.
2009-07-15 21:08:38 +00:00
Sarven Capadisli
0b44b252a0
Updated attachment view position. It is now closer to top.
2009-07-15 19:53:24 +00:00
Sarven Capadisli
be0b149517
Updated max-width values for attachment view
2009-07-09 17:01:45 +00:00
Sarven Capadisli
247cf2ea8f
Updated support for 800px width design
2009-07-07 04:08:51 +00:00
Sarven Capadisli
c266e0d68c
Added max-height to designsettings and attachment view images
2009-07-07 00:43:56 +00:00
Sarven Capadisli
acb305b34a
Changed img max-width to all attachment views
2009-07-07 00:22:43 +00:00
Sarven Capadisli
d48d27d79f
Updated margin/width value for nested notices
2009-07-05 22:57:35 +00:00
Sarven Capadisli
c832888234
Centres the overlay container as best as it can (given that we can't
...
calculate the height of the XHR response container without actually
loading it into the DOM).
2009-07-01 20:57:21 +00:00
Sarven Capadisli
a9fd175994
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
2009-06-30 03:06:37 +00:00
Sarven Capadisli
ccfe0e018d
Updated jOverlay version and set max-width for images
2009-06-30 03:05:45 +00:00
Zach Copley
d19ffc73c2
Merge branch '0.8.x' into design_reset
...
* 0.8.x:
Using max-width:480px for settings_design_background-image image
Using role for admin indicator. Added margin-left.
2009-06-29 15:38:17 -07:00
Sarven Capadisli
357f3784b5
Using max-width:480px for settings_design_background-image image
2009-06-29 22:30:40 +00:00
Sarven Capadisli
1268be4f82
Using role for admin indicator. Added margin-left.
2009-06-29 22:07:16 +00:00
Zach Copley
dd1fc46f09
Merge branch '0.8.x' into design_reset
...
* 0.8.x: (32 commits)
admin indicators in groups
show section with admins in sidebar of group
update to latest (r76) version of XMPPHP
better output for common error handler
fix logging error
note when going background
change name of constructor for xmppdaemon
add a lot more logging to xmppdaemon
error in get_option_value wasn't returning a value
reformat commandline.inc
if not in daemon mode, xmppdaemon sends log to stdout
extract log-line formatting to its own function
got my background/foreground logic backwards
twitter status fetcher takes an id argument
more efficient fixup of conversations
commandline processing handles errors better
xmppdaemon.php can stay in foreground
command line arg handling a little more flexible
Daemon can optionally not go into the background
don't canonicalize people's text into URLs
...
Conflicts:
theme/base/css/display.css
2009-06-29 13:23:45 -07:00
Evan Prodromou
5b8e40aaa9
admin indicators in groups
2009-06-29 10:29:11 -04:00
Sarven Capadisli
f65015b24a
Added input submit to let the user to go back to site's default design
...
settings
2009-06-27 03:21:18 +00:00
Sarven Capadisli
c4da201fc0
IE UI update for notice_data_attach_selected
2009-06-25 21:25:41 +00:00
Sarven Capadisli
6a0571d51b
Added functionality to remove the notice data attachment
2009-06-25 21:01:07 +00:00
Sarven Capadisli
5cc5bae4a9
Adds a scrollbar if the filename is too long for the attached file
2009-06-25 17:00:32 +00:00
Sarven Capadisli
1e17f1256a
Shows the selected file attachment under the form_notice textarea
2009-06-25 16:55:19 +00:00
Sarven Capadisli
75d6b0707c
Style for entity_aliases
2009-06-25 07:55:52 +00:00
Sarven Capadisli
7b269a6712
Layout fix for IE6
2009-06-22 17:18:09 +00:00
Sarven Capadisli
730c173238
Updated markup and CSS for attachment_view
2009-06-18 18:48:19 +00:00
Robin Millette
c442b400b9
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
2009-06-18 06:02:54 -04:00
Robin Millette
65b4cfbb54
Display more oembed info in attachment popup.
2009-06-18 06:02:12 -04:00
Sarven Capadisli
f36d90a755
Minor removal
2009-06-18 01:41:53 +00:00
Sarven Capadisli
00736bddd1
Fix for background image repetition for various page heights
2009-06-18 01:39:37 +00:00
Sarven Capadisli
d8b0fcbc50
Removed height:100% for better background image repetition
2009-06-18 01:28:02 +00:00
Zach Copley
164588ef0f
Merge branch '0.8.x' into userdesign
2009-06-17 21:40:52 +00:00
Sarven Capadisli
85a4e32f30
Updated input submit for making a user admin of a group
2009-06-17 09:03:59 +00:00
Sarven Capadisli
4c640aace9
Updated markup yes/no form actions to be consistent with the rest of the site
2009-06-17 08:14:01 +00:00
Zach Copley
f2b6bde975
Merge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into userdesign
...
* 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design:
IE7/8 CSS update for user design
2009-06-16 22:26:26 -07:00
Zach Copley
3d6e30d205
Merge branch '0.8.x' into userdesign
...
* 0.8.x:
Moved url handling to its proper place, from newnotice to Notice.php
Removed more dead code.
Brought back borders for content, navigation, aside_primary but
Minor margin value change
More contrast for tabs
UI updates:
2009-06-16 22:24:11 -07:00
Sarven Capadisli
9aebcf4426
IE7/8 CSS update for user design
2009-06-17 05:18:59 +00:00
Sarven Capadisli
a592ee6b99
Init styles for tile and image use on/off for user design settings
2009-06-17 04:33:01 +00:00
Sarven Capadisli
3974ab633c
Brought back borders for content, navigation, aside_primary but
...
applied transparent colour instead, hence not visible. This way, other
laconica instances make use of the border if they change only the
colour.
2009-06-16 21:47:58 +00:00
Sarven Capadisli
c74a079e47
UI updates:
...
Added box-shadow to local views, input focus, content
Removed borders from local views, content, aside_primary
Some cleaning
2009-06-16 19:40:23 +00:00
Sarven Capadisli
e18504d1d2
Styles for group block
2009-06-15 05:38:18 +00:00
Sarven Capadisli
0bc9b2e730
Cross-browser notice_attach
2009-06-15 03:21:15 +00:00
Sarven Capadisli
eddc2af158
Files no longer needed
2009-06-11 02:10:38 +00:00
Sarven Capadisli
3aebd847e7
Added title and minor CSS cleanup to notice attach
2009-06-09 17:34:33 +00:00
Sarven Capadisli
1a126032ef
Adding clip illustration for notice attachments.
2009-06-05 12:33:46 -04:00
Sarven Capadisli
b708b81065
Init notice_data-attach UI for form_notice
2009-06-05 00:00:04 -04:00
Sarven Capadisli
c5d105f186
Fixed z-index for IE7 on attachment thumbnail
2009-06-01 17:12:41 +00:00
Sarven Capadisli
6981a708ae
Cross-browser update for Design form labels
2009-05-30 19:43:31 +00:00
Sarven Capadisli
f56f2f52e7
Some cross-browser updates for conversation UI
2009-05-30 19:42:15 +00:00
Sarven Capadisli
b87aa46b3f
Updated max-width for attachment overlay heading
2009-05-29 00:07:18 +00:00
Sarven Capadisli
60ac9bc6fd
Bunch of UI fixes/improvements for attachments (hover, overlay, notice view,
...
clip)
2009-05-27 19:43:43 +00:00
Sarven Capadisli
0e8358bd23
Updated stylesheet paths for facebook app
2009-05-26 02:34:36 +00:00
Sarven Capadisli
aa935986b6
Removed unnecessary call to base/css/display.css for 0.8.x
2009-05-26 01:43:24 +00:00
Sarven Capadisli
3877324fd8
Updated JS to show/hide attachment thumbnails with timers. Minor
...
markup changes.
2009-05-25 17:30:57 -04:00
Sarven Capadisli
01dad57298
Markup cleanup for attachments
2009-05-25 15:53:19 -04:00
Sarven Capadisli
b229805861
Resetting some of the attachment styles. Will update in the next commit.
2009-05-25 15:02:28 -04:00
Robin Millette
84edf12791
Display thumbnail on hover over links in notices when appropriate.
2009-05-25 11:13:13 -04:00
Robin Millette
5f3acc2527
Removed big clip and replaced with smaller inline one next to each URL (in a notice) that's actually an attachment. Overlay (popup) on click.
2009-05-24 21:13:42 -04:00
Sarven Capadisli
07dabe7889
Made conversation thread UI a bit more visible.
...
Added right margin for notice options.
2009-05-24 21:16:26 +00:00
Robin Millette
b5ac6e31f2
Rearranged attachment info to only appear on each applicable notice page and thru an ajax popup.
2009-05-24 04:43:34 -04:00