summaryrefslogtreecommitdiff
path: root/theme/base/css
AgeCommit message (Collapse)Author
2009-11-08Minor alignmentSarven Capadisli
2009-11-08Removed entity_actions response style (i.e., doesn't look like a button)Sarven Capadisli
2009-11-08Fixed alignment for entity action anchors and responsesSarven Capadisli
2009-11-08Fixed alignment for new entity_action buttonsSarven Capadisli
2009-11-08Removed some unnecessary stylesSarven Capadisli
2009-11-08Using fixed width for entity_actionsSarven Capadisli
2009-11-08Updated nudge stylesSarven Capadisli
2009-11-08Updated subscribe/unsubscribe button stylesSarven Capadisli
2009-11-08Updated pagination styles and removed notice option input roundnessSarven Capadisli
2009-11-08Updated the styles for action iconsSarven Capadisli
2009-11-08Updated entity actions, notice options button stylesSarven Capadisli
2009-11-06Fixed some group list stylesSarven Capadisli
2009-11-06Updated styles for profile list fn and nicknameSarven Capadisli
2009-11-06Updated styles for profile list re: commitSarven Capadisli
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64
2009-11-02Typo: z-index should be 2 instead of 1Sarven Capadisli
2009-11-01Updated button.close stylesSarven Capadisli
2009-11-01Moved theme styles from identica to baseSarven Capadisli
2009-10-31Updated form_notice styles. .form_notice applies to both noticeformSarven Capadisli
(form_notice) and messageform (form_notice-direct)
2009-10-31Added XHR for direct messages.Sarven Capadisli
2009-10-29Updated bookmarklet stylesSarven Capadisli
2009-10-27Forgot to move the facebookapp.css file into the new Facebook pluginZach Copley
2009-10-27Removed attachment UISarven Capadisli
2009-10-27Some CSS updates for FB appSarven Capadisli
2009-10-06Aligning notice attach label from right instead of leftSarven Capadisli
2009-10-04Unnecessary selector bitSarven Capadisli
2009-09-27Using a relative value for the form_notice note location insteadSarven Capadisli
2009-09-07Setting max width limit to select form control on inbox and outbox pagesSarven Capadisli
2009-09-04Updated layout for filter by tag formSarven Capadisli
2009-08-25convert CSS files to use new namesEvan Prodromou
2009-08-11Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5)Jeffery To
2009-07-28Minor UI fix for IE6 notice-optionsSarven Capadisli
2009-07-25Minor change to timestamp selectorSarven Capadisli
2009-07-25Removed <dl> structure from NoticeListItem::showContext. Same asSarven Capadisli
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Removed <dl> structure from NoticeListItem::showNoticeSource. Same asSarven Capadisli
commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Removed <dl> structure from NoticeListItem::showNoticeLink. Reason:Sarven Capadisli
Arguably, the earlier structure was unnecessarily verbose. Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Removed <dl> structure from NoticeListItem::showReplyLink. Reason:Sarven Capadisli
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Removed <dl> structure from NoticeListItem::showDeleteLink. Reason:Sarven Capadisli
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-20Reduced content width slightly for IE6Sarven Capadisli
2009-07-16Using bottom instead of top for form_noteSarven Capadisli
2009-07-15Reduced notice div.entry-content width so that in the case of superSarven Capadisli
deep/crazy conversations the notice options don't misalign.
2009-07-15Updated attachment view position. It is now closer to top.Sarven Capadisli
2009-07-09Updated max-width values for attachment viewSarven Capadisli
2009-07-07Updated support for 800px width designSarven Capadisli
2009-07-07Added max-height to designsettings and attachment view imagesSarven Capadisli
2009-07-07Changed img max-width to all attachment viewsSarven Capadisli
2009-07-05Updated margin/width value for nested noticesSarven Capadisli
2009-07-01Centres the overlay container as best as it can (given that we can'tSarven Capadisli
calculate the height of the XHR response container without actually loading it into the DOM).
2009-06-30Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-06-30Updated jOverlay version and set max-width for imagesSarven Capadisli
2009-06-29Merge branch '0.8.x' into design_resetZach Copley
* 0.8.x: Using max-width:480px for settings_design_background-image image Using role for admin indicator. Added margin-left.