From d5b99449f02333563920e34e9820a2480cdb183d Mon Sep 17 00:00:00 2001 From: Andrew Abogado Date: Thu, 5 Feb 2015 12:15:48 +0800 Subject: [PATCH] AA: Add "Add Owner" modal and related style; Refactor Searc modal markup --- .../_partials/_modal_add_owner.html | 76 ++++++ .../components/_partials/_modal_search.html | 48 ++-- src/main/webapp/components/header.html | 7 +- src/main/webapp/static/app/styles/main.scss | 227 ++++++++++-------- src/main/webapp/static/dist/styles/main.css | 2 +- src/main/webapp/styles/main.css | 2 +- 6 files changed, 238 insertions(+), 124 deletions(-) create mode 100644 src/main/webapp/components/_partials/_modal_add_owner.html diff --git a/src/main/webapp/components/_partials/_modal_add_owner.html b/src/main/webapp/components/_partials/_modal_add_owner.html new file mode 100644 index 000000000..8fa7a5cff --- /dev/null +++ b/src/main/webapp/components/_partials/_modal_add_owner.html @@ -0,0 +1,76 @@ + + diff --git a/src/main/webapp/components/_partials/_modal_search.html b/src/main/webapp/components/_partials/_modal_search.html index ff9b9af6e..9ee758d46 100644 --- a/src/main/webapp/components/_partials/_modal_search.html +++ b/src/main/webapp/components/_partials/_modal_search.html @@ -5,43 +5,41 @@