Commit Graph

21 Commits

Author SHA1 Message Date
Jared Tabor
7509fdf751 Password element styling 2016-02-11 23:35:44 -08:00
Jared Tabor
b0d5403d41 changing color of dropdown arrow for select2
for whenever the dropdown menu is open
2016-02-11 22:41:23 -08:00
Jared Tabor
3fbbd4f234 Changing textarea input color
For textarea elements that don't get CodeMirror attached.
2016-02-11 22:31:20 -08:00
Jared Tabor
44bf4e1ac4 Changing CodeMirror font back to monospace
previously I had set it to Open Sans to match the rest of Tower.
2016-02-11 22:07:19 -08:00
Jared Tabor
8e45862439 Number input styling 2016-02-11 17:20:03 -08:00
Jared Tabor
1bf1fa6e9e Lookup field styling
This does not include the modal restyling, but simply the input style itself
2016-02-11 09:26:29 -08:00
Jared Tabor
2b3783adf4 Dropdown styling
This uses select2 for styling of the <select> form elements. I'm forcing some styling overrides for select2, therefore we no longer need the select2-bootstrap-theme library.

For all add-forms, select2 is attached after the form compiles in form-generator. For edit-forms however, the select2 module
couldn't be attached to the select element until after the options selection had taken place (which takes place after the REST request). Therefore I had to add some calls to CreateSelect2 in the edit controllers.
2016-02-11 09:15:19 -08:00
John Mitchell
ada183f979 update to scheduler form styling 2016-02-08 12:55:00 -05:00
John Mitchell
1b357d5a3e css fixes to list headers
-tags (like admin on users) are now correctly centered
-buttons on certain forms do not create header centering issues
-added lockup css for use with panel header titles
2016-02-04 13:13:28 -05:00
Jared Tabor
47e80405e2 Styling of text input fields 2016-01-29 15:06:13 -08:00
Jared Tabor
187c01e349 Restyling of textarea input fields
This mostly includes the Code Mirror instances as well as textarea fields on the credentials form. Also includes the styling of radio button for the variables textarea box.
2016-01-27 21:54:03 -08:00
John Mitchell
22e9ecdcfc fixed min-height of panel header and made org edit button selected on edit 2016-01-22 10:22:52 -05:00
Jared Tabor
058aaee44e more padding beneath form title 2016-01-21 13:38:21 -08:00
jlmitch5
0426a463ea Merge pull request #667 from jlmitch5/orgCards
org cards implementation with rollups
2016-01-21 12:51:58 -05:00
Jared Tabor
b750625a31 Setup Menu cards styling 2016-01-20 15:37:44 -08:00
John Mitchell
3cee94c1e9 org cards implementation with rollups 2016-01-20 15:55:31 -05:00
Jared Tabor
f6ab2fdff7 Adjusting 2 small things to forms
1) Changing the color of the SAVE button when disabled in order to make the text pop
2) Adding the ADMIN label to the title of hte user's form when the user is an admin
in order to make the white text pop
2016-01-20 10:23:48 -08:00
Jared Tabor
6687b30177 Adding functionality for tabs on forms
this adds the functionality for the tabs, and removes the old code around accordions.
2016-01-17 17:48:47 -07:00
Jared Tabor
516955fe12 Changing HTML for tabs instead of accordions
This gets the tabs on the screen and adds styling for the tabs. Does not include isSelected styling
2016-01-12 16:16:36 -08:00
Jared Tabor
72d0436e25 Changing Submit-button color to grey when disabled 2016-01-12 10:06:32 -08:00
Jared Tabor
dbb420ad69 Inital change of form CSS
adding forms.less, as well as changing background colors, input widths, borders, and first run at button style change
2016-01-11 14:10:16 -08:00