summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/bootstrap/scss/_bootstrap.scss
diff options
context:
space:
mode:
authorJiri Tomasek <jtomasek@redhat.com>2014-07-02 14:05:54 +0200
committerJiri Tomasek <jtomasek@redhat.com>2014-07-28 16:13:21 +0200
commit92146772b677e9fce57cc11b4a4a1542a05c23b2 (patch)
tree8458f99e3c3d68a537383587724908ee5b2fffe5 /openstack_dashboard/static/bootstrap/scss/_bootstrap.scss
parentb04f020fc1dce27b47a174259ea3ba542127401b (diff)
downloadhorizon-92146772b677e9fce57cc11b4a4a1542a05c23b2.tar.gz
Update Twitter Bootstrap to version 3
Updated to bootstrap 3.2.0 back to v3.1.1 fix base-line-height variable Revamped grid system Replaced help-inline with help-block Change .control-group to .form-group Add column widths to horizontal form labels and .controls, remove .controls class Datepicker form fix Add btn-default to btn elements with no other color Topbar switcher fix Rename button sizes Replace alert-error with alert-danger Removed alert-block Alerts fixing Updated LinkAction and Action table actions to define icon, replaced btn-default icon with glyphicon Replaced icons with glyphicons, removed btn-icon styling from horizon.scss change Button Icons text in customizing docs Fixed table header Fix page_header h2 margin Nav accordion fix Tables fix Modal fixes added form-control class to input and selects Forms fixes Workflow modal fix Fix quota bar updated customizing docs removed unused styling from horizon.scss make datepicker form inline fix table filter styling added btn-danger to terminate instances button fixed loading spinner form fields and validations Created bootstrap_form_field filter and template to render bootstrap forms properly Style up the datepicker Fixed failing test cases Implements: blueprint bootstrap-update Change-Id: Ic826849be1af7fc6bf06f97dd7a60fc54b862148
Diffstat (limited to 'openstack_dashboard/static/bootstrap/scss/_bootstrap.scss')
-rw-r--r--openstack_dashboard/static/bootstrap/scss/_bootstrap.scss63
1 files changed, 0 insertions, 63 deletions
diff --git a/openstack_dashboard/static/bootstrap/scss/_bootstrap.scss b/openstack_dashboard/static/bootstrap/scss/_bootstrap.scss
deleted file mode 100644
index e3b60c6be..000000000
--- a/openstack_dashboard/static/bootstrap/scss/_bootstrap.scss
+++ /dev/null
@@ -1,63 +0,0 @@
-/*!
- * Bootstrap 2.0.1
- *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Converted to SASS by Thomas McDonald
- */
-
-// Core variables and mixins
-@import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
-@import "bootstrap/mixins";
-
-// CSS Reset
-@import "bootstrap/reset";
-
-// Grid system and page structure
-@import "bootstrap/scaffolding";
-@import "bootstrap/grid";
-@import "bootstrap/layouts";
-
-// Base CSS
-@import "bootstrap/type";
-@import "bootstrap/code";
-@import "bootstrap/forms";
-@import "bootstrap/tables";
-
-// Components: common
-@import "bootstrap/sprites";
-@import "bootstrap/dropdowns";
-@import "bootstrap/wells";
-@import "bootstrap/component-animations";
-@import "bootstrap/close";
-
-// Components: Buttons & Alerts
-@import "bootstrap/buttons";
-@import "bootstrap/button-groups";
-@import "bootstrap/alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
-
-// Components: Nav
-@import "bootstrap/navs";
-@import "bootstrap/navbar";
-@import "bootstrap/breadcrumbs";
-@import "bootstrap/pagination";
-@import "bootstrap/pager";
-
-// Components: Popovers
-@import "bootstrap/modals";
-@import "bootstrap/tooltip";
-@import "bootstrap/popovers";
-
-// Components: Misc
-@import "bootstrap/thumbnails";
-@import "bootstrap/labels";
-@import "bootstrap/progress-bars";
-@import "bootstrap/accordion";
-@import "bootstrap/carousel";
-@import "bootstrap/hero-unit";
-
-// Utility classes
-@import "bootstrap/utilities"; // Has to be last to override when necessary \ No newline at end of file