From 9f2126e7fabb20c837ebfa5c3f08f7a5b67b4da0 Mon Sep 17 00:00:00 2001 From: Jared Hanstra Date: Wed, 13 Jan 2016 16:21:16 -0600 Subject: [PATCH 1/3] more padding on sides of home page and in name dropdown --- .../layout/widget/partials/home-widget-view.html | 2 +- .../my-app/marketplace/partials/search-results.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/angularjs-portal-home/src/main/webapp/my-app/layout/widget/partials/home-widget-view.html b/angularjs-portal-home/src/main/webapp/my-app/layout/widget/partials/home-widget-view.html index 1742695b3..1a20d67dd 100644 --- a/angularjs-portal-home/src/main/webapp/my-app/layout/widget/partials/home-widget-view.html +++ b/angularjs-portal-home/src/main/webapp/my-app/layout/widget/partials/home-widget-view.html @@ -1,6 +1,6 @@
-
+
diff --git a/angularjs-portal-home/src/main/webapp/my-app/marketplace/partials/search-results.html b/angularjs-portal-home/src/main/webapp/my-app/marketplace/partials/search-results.html index 19fc738ed..09901a900 100644 --- a/angularjs-portal-home/src/main/webapp/my-app/marketplace/partials/search-results.html +++ b/angularjs-portal-home/src/main/webapp/my-app/marketplace/partials/search-results.html @@ -4,15 +4,15 @@
  • All Results ({{ results.length }})
  • - + Wisc.edu (#) +
    From 1bfd12f3c7e39a8f1fed4085004036dc9f599724 Mon Sep 17 00:00:00 2001 From: Jared Hanstra Date: Thu, 14 Jan 2016 09:04:57 -0600 Subject: [PATCH 2/3] comment out search tabs --- .../webapp/my-app/marketplace/partials/search-results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angularjs-portal-home/src/main/webapp/my-app/marketplace/partials/search-results.html b/angularjs-portal-home/src/main/webapp/my-app/marketplace/partials/search-results.html index 09901a900..d79691301 100644 --- a/angularjs-portal-home/src/main/webapp/my-app/marketplace/partials/search-results.html +++ b/angularjs-portal-home/src/main/webapp/my-app/marketplace/partials/search-results.html @@ -4,7 +4,7 @@
  • All Results ({{ results.length }})
  • -
  • +
  • From ec03285287cff860766df302bd167465676cad43 Mon Sep 17 00:00:00 2001 From: Jared Hanstra Date: Thu, 14 Jan 2016 13:37:31 -0600 Subject: [PATCH 3/3] remove repeated styles --- .../src/main/webapp/css/home.less | 116 ------------------ 1 file changed, 116 deletions(-) diff --git a/angularjs-portal-home/src/main/webapp/css/home.less b/angularjs-portal-home/src/main/webapp/css/home.less index 42bfcddb8..033651a4c 100644 --- a/angularjs-portal-home/src/main/webapp/css/home.less +++ b/angularjs-portal-home/src/main/webapp/css/home.less @@ -290,127 +290,11 @@ div.table-cell { // Widget View .widget-frame { - position:relative; - margin:5px; - background:#f3f3f3; - border-radius:3px; - height:280px; - color:#333; .widget-body { padding:0px 8px; } - .widget-title { - font-size:1.2em; - padding:8px; - margin:0px; - text-align:center; - color:#333; - h4 { - margin:0px; - padding:0px 20px; - } - } - a:hover { - text-decoration:none; - } - .widget-icon-container { - width:100%; - height:67%; - text-align:center; - i { - color:#333; - vertical-align:middle; - padding:55px 10px; - font-size:70px; - } - } - p { - padding:3px 8px; - } - hr { - margin-top:0px; - margin-bottom:0px; - } - .launch-app-button { - width:100%; - padding:8px; - position:absolute; - background-color:#ddd; - border:0px solid transparent; - bottom:0px; - margin:0px; - text-align:center; - display:block; - color:#666; - border-top-right-radius:0px; - border-top-left-radius:0px; - &:hover { - background-color:@color2; - color:@white; - text-decoration:none; - } - } -} -.widget-frame select.form-control { - margin:0px auto 10px; - width:auto; -} -.widget-list { - margin:0; - padding:0; - li { - border-top:1px solid #ddd; - margin:0px 15px; - padding:3px 0px; - } - li:first-child { - border-top:0px solid transparent; - } - li:hover { - cursor:pointer; - margin:0px 5px; - padding:3px 10px; - background-color:#ddd; - border-radius:4px; - } - li:hover + li { - border-top:0px solid transparent; - padding:4px 0px 3px; - } - p { - color:#666; - margin:0; - padding:0px; - font-size:12px; - } - - .bold { - font-weight:600; - color:#222; - } - .right { - float:right; - } - .offset { - position:absolute; - left:55px; - } } -.portlet-widget { - background-color: @color4; - padding:5px; - margin:5px; - border-radius:4px; -} -.simple-content-container { - height:280px; - overflow:hidden; -} -.widget-simple-html { - height:210px; - overflow:scroll; -}