aboutsummaryrefslogtreecommitdiffstats
path: root/sass/admin.scss
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-05-15 11:04:50 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-05-15 11:04:50 +0100
commitf9fc1fd6509bc89394ff0735ab4efc46492f7bd3 (patch)
tree86d7ec44d64aa65ccdb101b2a7a2b2f5c1d0f6e8 /sass/admin.scss
parent95e7cd60a2ff78aa8550dc1855ee7c01a0f4c6f2 (diff)
Merge from wombleton:feature/440_sparkly_admin_css
Includes a couple of additional fixes: * Remember to HTML-quote things that could come from users * Fix form post action for editing users
Diffstat (limited to 'sass/admin.scss')
-rw-r--r--sass/admin.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/sass/admin.scss b/sass/admin.scss
new file mode 100644
index 000000000..bdcc46285
--- /dev/null
+++ b/sass/admin.scss
@@ -0,0 +1,26 @@
+
+@import "compass/css3";
+
+@import "bootstrap";
+
+#main {
+ padding-top: 50px;
+}
+
+table .form {
+ display: inline-block;
+ margin: 0;
+}
+
+.accordion-heading {
+ .btn {
+ float: left;
+ margin: 6px 15px;
+ }
+
+}
+.accordion-toggle {
+ &:hover {
+ text-decoration: none;
+ }
+}