Skip to content

Instantly share code, notes, and snippets.

View EduardoCooper's full-sized avatar

EduardoCooper

View GitHub Profile
@153957
153957 / balls.html
Created October 18, 2015 19:37
Different types of colored status indicators in CSS
<html>
<head>
<style>
html {
font: 12px/1.2em sans-serif;
}
ul {
list-style: none;
}
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
/**
* MY_Form_validation Class
*
* Extends Form_Validation library
*
*/
class MY_Form_validation extends CI_Form_validation {
function __construct()