C
|
cgphp 10/28/2013 |
You can get inspiration from this article: http://xlinesoft.com/blog/2013/10/26/building-a-nice-looking-login-page-with-custom-css/ #addButton1 { |
T
|
Tayyab Ilyas author 10/28/2013 |
The code gives error and when i have checked in chrome inspect element it says invalid property value. |
C
|
cgphp 10/28/2013 |
path/to/the/add/image is only a sample. You have to replace it with the real path of your image. |
T
|
Tayyab Ilyas author 11/2/2013 |
Thanks Cristian, |
C
|
cgphp 11/3/2013 |
Use Firebug for Firefox or Developer Tools for Chrome to inspect elements. |
T
|
Tayyab Ilyas author 11/3/2013 |
I used but for the above 3 there is no ID, may be its a missing thing thing in PHPRunner? |
![]() |
Admin 11/4/2013 |
For the button on the Login page you can try the following: .function-login a.main { |
T
|
Tayyab Ilyas author 11/4/2013 |
I used below code but it does not apply properly, it applies some of CSS code but not all
|
![]() |
Admin 11/4/2013 |
Tayyab, |
![]() |
Admin 11/11/2013 |
Here is a better way of adding icons to buttons via :before pseudo-element #addButton1:before
addButton1:before - 'Add' button on the List pagesaveButton1:before - 'Save' button on Add/Edit pages.function-login a.main:before - 'Submit' button on the login page resetButton1:before - 'Reset' button on Add/Edit pagesviewPageButton1:before - 'View' button on the Edit pagebackButton1:before - 'Back to List' button on Add/Edit/View pageseditPageButton1:before - 'Edit' button on View pageinlineAdd1:before - 'Inline Add' button on the List pageextraButtonsToggler1:before - 'More' button on the List pageselectButtonsToggler1:before - 'With selected' button on the List page
|