Sarven Capadisli
7fe1facc99
Fixed IE background image alignment for attach, favour and disfavour
2009-10-06 15:40:56 +00:00
Sarven Capadisli
d37bf29bba
Fixed nudge and direct message background image alignment
2009-10-06 15:40:28 +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
8438724296
Updated identica and default theme to use processing indicator
2009-09-07 14:51:10 +00:00
Evan Prodromou
1f6ea95c92
convert CSS files to use new names
2009-08-25 18:21:37 -04:00
Sarven Capadisli
4a0a6c96ce
Updated link colour.
2009-08-09 13:23:35 +02: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
cb2f668ff6
Removed not overly significant style from div.entry-content. It helps
...
with attachment views as well (Ticket 1761)
2009-08-04 16:24:23 +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
53b7fb7f1c
Using box-shadow on the site_nav_local_views li instead of a.
2009-07-04 18:28:24 +00:00
Sarven Capadisli
d1d5347ba3
Using transparent background colour instead of solid for notice on hover
2009-06-25 20:36:02 +00:00
Sarven Capadisli
3cfa2ebb05
Updated default colour theme and IE6 colours for transparent values
2009-06-23 21:18:41 +00:00
Sarven Capadisli
ca53791988
Using notice hover only on content area
2009-06-18 04:54:12 +00:00
Sarven Capadisli
00736bddd1
Fix for background image repetition for various page heights
2009-06-18 01:39:37 +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
0e4d8c416d
Removed NoticeHover from JavaScript for speed gain. Using CSS instead
...
to handle the notice hover state. The difference is only seen in the
conversation page.
2009-06-17 07:49:41 +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
fcc8684036
Minor margin value change
2009-06-16 21:10:14 +00:00
Sarven Capadisli
c8e3e0d716
More contrast for tabs
2009-06-16 20:56:12 +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
c98179378b
Revert "Using neutral colour for notice hover"
...
This reverts commit 5daa0e358f
.
2009-06-16 07:45:19 +00:00
Sarven Capadisli
5daa0e358f
Using neutral colour for notice hover
2009-06-16 06:32:17 +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
b708b81065
Init notice_data-attach UI for form_notice
2009-06-05 00:00:04 -04: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
07dabe7889
Made conversation thread UI a bit more visible.
...
Added right margin for notice options.
2009-05-24 21:16:26 +00:00
Sarven Capadisli
fde9b09435
Changing opacity to 1 only on the hovered notice item
2009-05-24 01:53:08 +00:00
Sarven Capadisli
69e88546fd
Init styles for conversation page
2009-05-22 02:46:22 +00:00
Sarven Capadisli
56a8a255ff
Changed No/Yes and Reset/Save locations. They are now a little more
...
usable by first offering the option to undo and than do.
2009-05-21 00:12:48 +00:00
Sarven Capadisli
8c5d1b63df
Removed visited and vcard a background colors.
2009-05-19 00:09:06 +00:00
Evan Prodromou
55d7bb4701
Merge branch '0.7.x' into 0.8.x
2009-04-15 11:35:43 -04:00
Sarven Capadisli
7095c93f66
Simpler separation of themes. New themes can either make use of the
...
default styles or make their own.
2009-04-14 23:13:02 +00:00
Evan Prodromou
b142c26010
Make stuff work with no base
2009-04-14 16:02:09 -04:00
Sarven Capadisli
d4f9f2c69b
Moved layout styles to base stylesheet.
2009-04-13 17:26:12 +00:00
Sarven Capadisli
7a00dc749d
Updated styles for the Authrization subscription form inputs
2009-04-12 21:50:14 +00:00
Sarven Capadisli
030477b02a
Separation of themes (i.e., layout, typography) and skins (i.e., background
...
images, colours).
A theme can have multiple skins.
Majority of the changes in this commit are due to restructuring the
path/files for themes and skins.
Both theme and skin will be set to 'default' if not set in
config.php.
This commit also allows each instance of this software to create
its own theme without having to override any style from the default
distribution.
Added Cloudy theme.
2009-04-12 02:08:55 +00:00
Sarven Capadisli
658462ce85
Markup and styles for search help and errors
2009-04-07 21:02:47 +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
90e5f01f8a
Processing indicator (aka spinner thingy) for form_notice submits
2009-03-25 22:53:21 +00: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
05e11ea021
Removed deprecated files from the identica theme.
2009-02-03 22:12:04 +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
b363233c2d
Moved theme rules from base to identica stylesheet
2009-02-01 18:09:56 +00:00