aboutsummaryrefslogtreecommitdiff
path: root/budget/static/awesome.css
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-03-10 17:32:53 +0000
committerAlexis Metaireau <alexis@notmyidea.org>2011-03-10 17:32:53 +0000
commitde708ce3efec2ab70b6b77781957766ae47f9068 (patch)
tree6b2b3b43caea782d894ce9874e9b6632f14ef7ff /budget/static/awesome.css
parentfc569241bea388de32b38aa907bf2e527cd5039b (diff)
downloadihatemoney-mirror-de708ce3efec2ab70b6b77781957766ae47f9068.zip
ihatemoney-mirror-de708ce3efec2ab70b6b77781957766ae47f9068.tar.gz
ihatemoney-mirror-de708ce3efec2ab70b6b77781957766ae47f9068.tar.bz2
reshape the folder structure. Add conf files
Diffstat (limited to 'budget/static/awesome.css')
-rw-r--r--budget/static/awesome.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/budget/static/awesome.css b/budget/static/awesome.css
new file mode 100644
index 0000000..47c624a
--- /dev/null
+++ b/budget/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;
+}