summaryrefslogtreecommitdiff
path: root/theme/default/css
AgeCommit message (Collapse)Author
2010-02-02Updated StatusNet logosSarven Capadisli
2010-01-28Showing processing indicator for form_repeat on submit instead of formSarven Capadisli
2010-01-24Added key icon for application key and secret rest actionSarven Capadisli
2010-01-24Styles for application listSarven Capadisli
2010-01-14Update geo location UI for notice form where the geo data info is onlySarven Capadisli
visible on @title of the enable/disable button.
2010-01-08Some code cleaning for geo UISarven Capadisli
2010-01-08Updated styles for versions pageSarven Capadisli
2010-01-05Updated default theme for geoSarven Capadisli
2009-12-23Updated default theme to match identica theme's Repeat notice option stylesSarven Capadisli
2009-12-14Initial representation for repeated noticeSarven Capadisli
2009-12-14Initial UI for form repeatSarven Capadisli
2009-12-11Removed styles from entity_remote_subscribe (doesn't need specialSarven Capadisli
treatment) in default and identica themes
2009-12-10Updated input background colour for XHR direct messageSarven Capadisli
2009-12-10Updated entity_action form input stylesSarven Capadisli
2009-12-05Changed input.submit styleSarven Capadisli
2009-12-02Moved form control styles (i.e., border and radius) out of baseSarven Capadisli
2009-12-02Using box-shadow only on the current navigation itemSarven Capadisli
2009-11-30Updated identica, default theme's IE stylesSarven Capadisli
2009-11-27Updated icons for un-sandbox, silence, and deleteSarven Capadisli
2009-11-27Added processing icon for entity_actions anchorsSarven Capadisli
2009-11-26Moved moderation styles out of UserFlag and put it into core. UpdatedSarven Capadisli
icons.
2009-11-24Updated mark-top styleSarven Capadisli
2009-11-19Updated .form_settings fieldset fieldset stylesSarven Capadisli
2009-11-18Updated button styles. By default, all buttons will have a drop-shadowSarven Capadisli
2009-11-18Updated default theme to match identica themeSarven Capadisli
2009-11-08entity_action responses look more inactive nowSarven Capadisli
2009-11-08Minor alignmentSarven Capadisli
2009-11-08Changed icons file to gif because of colour correction. Reduced fileSarven Capadisli
size also
2009-11-08Removed entity_actions response style (i.e., doesn't look like a button)Sarven Capadisli
2009-11-08Removed some unnecessary 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-02Updated button.close styleSarven Capadisli
2009-11-01Updated button.close stylesSarven Capadisli
2009-11-01Removed unneessary stylesSarven Capadisli
2009-11-01Updated default and identica theme to use a single instance ofSarven Capadisli
property:value for icons.
2009-11-01Updated default theme for direct messageSarven Capadisli
2009-10-31Updated form_notice styles. .form_notice applies to both noticeformSarven Capadisli
(form_notice) and messageform (form_notice-direct)
2009-10-27Slight alignmentSarven Capadisli
2009-10-19Better alignmentSarven Capadisli
2009-10-13Updated default theme to use the CSS Sprites method for common iconsSarven Capadisli
2009-09-07Updated identica and default theme to use processing indicatorSarven Capadisli
2009-08-25convert CSS files to use new namesEvan Prodromou
2009-08-16Use spinner icon while performing AJAX submissions of favorite/unfavorite ↵brion
button so there's some visual feedback that something's happening.
2009-08-09Updated link colour.Sarven Capadisli
2009-08-04Removed not overly significant style from div.entry-content. It helpsSarven Capadisli
with attachment views as well (Ticket 1761)
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.