[ARVADOS] updated: eced5bd383723669001192dac00cc6ced94b260a

git at public.curoverse.com git at public.curoverse.com
Thu Feb 6 15:18:09 EST 2014


Summary of changes:
 .../app/assets/stylesheets/badges.css.scss         |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 apps/workbench/app/assets/stylesheets/badges.css.scss

       via  eced5bd383723669001192dac00cc6ced94b260a (commit)
      from  3a1b569ab49c1e77bc9b3d7a9f38cf9de753ec47 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit eced5bd383723669001192dac00cc6ced94b260a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Feb 6 15:19:06 2014 -0500

    Added css to put back badge styles that went away in bootstrap 3

diff --git a/apps/workbench/app/assets/stylesheets/badges.css.scss b/apps/workbench/app/assets/stylesheets/badges.css.scss
new file mode 100644
index 0000000..e38b364
--- /dev/null
+++ b/apps/workbench/app/assets/stylesheets/badges.css.scss
@@ -0,0 +1,21 @@
+/* Colors
+ * Contextual variations of badges
+ * Bootstrap 3.0 removed contexts for badges, we re-introduce them, based on what is done for labels
+ *= require bootstrap
+ */
+
+.badge-error {
+  background-color: #b94a48;
+}
+.badge-warning {
+  background-color: #f89406;
+}
+.badge-success {
+  background-color: #468847;
+}
+.badge-info {
+  background-color: #3a87ad;
+}
+.badge-inverse {
+  background-color: #333333;
+}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list