Skip to content

Commit

Permalink
Add a mouse pointer when clic on input submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kcchouette committed Aug 25, 2016
1 parent 0f70f34 commit 12ebcf3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can see what this website do by [watching the todo list](TODO.md)
- Use **XML file** from Iroffer
- No Database
- No Composer or other things
- Minimalist CSS (with [OMGCSS (miror)](https://kcchouette.github.io/omgcss/))
- Minimalist CSS (with [OMGCSS (miror)](https://github.com/Kcchouette/omgcss))
- Very Light: 2 CSS (9,41Ko) + 1 JS (0,19Ko) + 1 HTML (~10 Ko; depends of content)


Expand All @@ -24,4 +24,4 @@ You can see what this website do by [watching the todo list](TODO.md)

1. Edit the `config.php` file and set: `$user="";` and `$password="";` for the admin page
2. Add your bot on the `admin.php` page (the `name` of your bot must be UNIQUE!)
2. Finish :)
3. Finish :)
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [x] Use bot database from a json file
- [x] Add/edit/remove bot easily through an ADMIN page
- [x] "disconnect" from the admin page
- [ ] Use "session" for the admin page? # because a history back can "reconnect" you
- [x] Use "session" for the admin page
- [x] Adding IRC link (1 main + 1 per bot)
- [x] Adding URL of the website (1 main + 1 per bot)
- [x] Change display when mouse over for the bot listing (underline?)
Expand Down
2 changes: 2 additions & 0 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<title>' . $title . ' - ' . $lang[$language]["Admin_page"] . '</title>
<link href="input.css" rel="stylesheet">
<!-- OMGCSS core CSS -->
<link href="https://cdn.rawgit.com/Kcchouette/omgcss/ef95db62775411425dfc2f0bcc6a8a43282efc83/dist/css/omg.css" rel="stylesheet">
Expand Down
3 changes: 3 additions & 0 deletions input.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
input[type='submit'] {
cursor:pointer;
}
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<?php echo '<title>' . $title . ' - ' . $lang[$language]["Login_page"] . '</title>'; ?>

<link href="main.css" rel="stylesheet">
<link href="input.css" rel="stylesheet">

<!-- OMGCSS core CSS -->
<link href="https://cdn.rawgit.com/Kcchouette/omgcss/ef95db62775411425dfc2f0bcc6a8a43282efc83/dist/css/omg.css" rel="stylesheet">
Expand Down

0 comments on commit 12ebcf3

Please sign in to comment.