diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-03-10 02:37:21 +0000 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-03-10 02:37:21 +0000 |
| commit | b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf (patch) | |
| tree | d3ddbd294fc79428948e9dfcb9a4be89702e60e7 /static/awesome.css | |
| download | ihatemoney-mirror-b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf.zip ihatemoney-mirror-b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf.tar.gz ihatemoney-mirror-b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf.tar.bz2 | |
initial import
Diffstat (limited to 'static/awesome.css')
| -rw-r--r-- | static/awesome.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/static/awesome.css b/static/awesome.css new file mode 100644 index 0000000..47c624a --- /dev/null +++ b/static/awesome.css @@ -0,0 +1,29 @@ +@import url('awesome-buttons.css'); + +/* awesome buttons extensions */ +.awesome.blue { + background-color: #0A50FF !important; +} +.awesome.red { + background-color: #e33100 !important; +} +.awesome.green { + background-color: #3ACC00 !important; +} +.awesome.orange { + background-color: #ff8f0b !important; +} +.awesome.small { + padding: 4px 7px 5px !important; + font-size: 10px !important; +} +.awesome.small:active { + padding: 5px 7px 4px !important; +} +.awesome.large { + padding: 8px 14px 9px !important; + font-size: 14px !important; +} +.awesome.large:active { + padding: 9px 14px 8px !important; +} |
