aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.php
AgeCommit message (Collapse)Author
2013-11-23Removes border-radius from radios/checkboxesSteve Clay
2013-03-08Fixes #4464 adds hover for selecting with arrow keyscash
2012-07-01fixes spaces/tabs issues with date picker cssCash Costello
2012-06-23Fixes #4547 adds userpicker and friendpicker support to admin areaCash Costello
2011-11-28Fixes #4052 removed the :focus styling on every input elementCash Costello
2011-11-02#4039 (Incorrect CSS class set in input/radio)Janek Lasocki-Biczysko
2011-10-27Refs #3672 updated account forms for max widthCash Costello
2011-10-13displaying users that have been selected and added remove capabilitycash
2011-10-12Simple theme for autocompletecash
2011-09-29Fixes #3894 ui-datepicker should start out hiddencash
2011-09-29Fixes #3666, #3748 distinct CSS for inline vs popup date picker and fixed ↵cash
position bug for prev/next links in header
2011-07-04styled the date picker for the main themecash
2011-06-27Refs #3407 using elgg-form and elgg-foot in core forms. Plugins nextCash Costello
2011-06-11Fixes #3556 limiting width of account text boxescash
git-svn-id: http://code.elgg.org/elgg/trunk@9177 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Refs #3407 adds a footer for formscash
git-svn-id: http://code.elgg.org/elgg/trunk@9167 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-24Fixes #2196. Pulled in Francisco's patch for datepicker CSS.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9020 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where ↵ewinslow
background-color: was being used instead of background: git-svn-id: http://code.elgg.org/elgg/trunk@8707 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #3109: added non-vendor-prefixed css property declarations where ↵ewinslow
applicable. Cleaned up various other aspects of the css git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Fixes #2982 friends collections work even if the code is convoluted and ↵cash
poorly written. git-svn-id: http://code.elgg.org/elgg/trunk@8495 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24moved another friends picker css section to forms css viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8454 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Fixes #2995: buttons get their own css fileewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8447 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Moved elgg-button-dropdown to formsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8439 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Converted delete-button to elgg-button-delete. This breaks some things ↵ewinslow
because the semantics of the two are not equivalent. .delete-button just really needed to die git-svn-id: http://code.elgg.org/elgg/trunk@8437 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14More cleanup of login/forms css -- converted login_dropdown to use ↵ewinslow
elgg-toggler pattern git-svn-id: http://code.elgg.org/elgg/trunk@8229 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12recommended to use <div> in forms for wrapping content - added css to ↵cash
support that and updated all group forms git-svn-id: http://code.elgg.org/elgg/trunk@8161 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12hmmm...mixed up my left and right on that last commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@8155 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Fixes #972 checkboxes and radio input fields support horizontal and vertical ↵cash
alignments git-svn-id: http://code.elgg.org/elgg/trunk@8154 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10.disabled => .elgg-state-disabled (core only)ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8096 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Converted buttons to elgg-object-type naming convention. Added table of ↵ewinslow
buttons to forms theming preview meant for previewing all button types and states (still have to implement those...) git-svn-id: http://code.elgg.org/elgg/trunk@8091 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08bringing us a little closer to validatingcash
git-svn-id: http://code.elgg.org/elgg/trunk@8066 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08more tweaking of css - menu and general clean upcash
git-svn-id: http://code.elgg.org/elgg/trunk@8064 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-07removed some old css no longer supported by modern browserscash
git-svn-id: http://code.elgg.org/elgg/trunk@8062 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05getting back to the css - making changes based on Evan's commentscash
git-svn-id: http://code.elgg.org/elgg/trunk@8026 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-26namespaced longtext-controlcash
git-svn-id: http://code.elgg.org/elgg/trunk@7934 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-21Made a thorough pass over the css. Included todo's throughout to track what ↵ewinslow
still needs to be done. git-svn-id: http://code.elgg.org/elgg/trunk@7890 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-01using the info module for user settingscash
git-svn-id: http://code.elgg.org/elgg/trunk@7808 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29stage 1 in moving the forms markup to elgg- namespaced css - buttons still ↵cash
need work git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-22adding elgg namespace to button css classescash
git-svn-id: http://code.elgg.org/elgg/trunk@7704 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19replacing action-button with elgg-action-buttoncash
git-svn-id: http://code.elgg.org/elgg/trunk@7688 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08changed css/components to css/elementscash
git-svn-id: http://code.elgg.org/elgg/trunk@7565 36083f99-b078-4883-b0ff-0f9b5a30f544