From 2c255b5adc8b60197356e1309d50edfc9f166928 Mon Sep 17 00:00:00 2001
From: spennythug <spencermccoy@unl.edu>
Date: Tue, 1 Mar 2016 15:05:22 -0600
Subject: [PATCH] removing unneeded styles

---
 .../views/default/css/elements/forms.php      |  5 ---
 .../views/default/css/elements/modules.php    | 13 -------
 .../views/default/css/elements/navigation.php | 34 -------------------
 3 files changed, 52 deletions(-)

diff --git a/plugins/unl_theme/views/default/css/elements/forms.php b/plugins/unl_theme/views/default/css/elements/forms.php
index 0b6f5be5..60628a43 100755
--- a/plugins/unl_theme/views/default/css/elements/forms.php
+++ b/plugins/unl_theme/views/default/css/elements/forms.php
@@ -22,11 +22,6 @@
     fieldset > div:last-child {
         margin-bottom: 0;
     }
-    .elgg-form-alt > fieldset > .elgg-foot {
-        border-top: 1px solid #CCC;
-        padding: 10px 0;
-    }
-
 
     .elgg-longtext-control {
         float: right;
diff --git a/plugins/unl_theme/views/default/css/elements/modules.php b/plugins/unl_theme/views/default/css/elements/modules.php
index 6381439e..18872710 100755
--- a/plugins/unl_theme/views/default/css/elements/modules.php
+++ b/plugins/unl_theme/views/default/css/elements/modules.php
@@ -39,19 +39,6 @@
         padding-bottom: 5px;
     }
 
-    /* Info */
-    .elgg-module-info > .elgg-head {
-        background-color: #F0F0F0;
-        padding: 10px;
-        margin-bottom: 10px;
-        height: auto;
-        overflow: hidden;
-        box-shadow: inset 0 0 1px #FFFFFF;
-    }
-    .elgg-module-info > .elgg-head * {
-        color: #444;
-    }
-
     /* Popup */
     .elgg-module-popup {
         background-color: #FFF;
diff --git a/plugins/unl_theme/views/default/css/elements/navigation.php b/plugins/unl_theme/views/default/css/elements/navigation.php
index d05f6ca7..7781f5fe 100755
--- a/plugins/unl_theme/views/default/css/elements/navigation.php
+++ b/plugins/unl_theme/views/default/css/elements/navigation.php
@@ -16,40 +16,6 @@
     /* ***************************************
     PAGINATION
     *************************************** */
-    .elgg-pagination {
-        margin: 10px 0;
-        display: block;
-        text-align: center;
-    }
-    .elgg-pagination li {
-        display: inline-block;
-        margin: 0 6px 0 0;
-        text-align: center;
-    }
-    .elgg-pagination a, .elgg-pagination span {
-        -webkit-border-radius: 4px;
-        -moz-border-radius: 4px;
-        border-radius: 4px;
-
-        display: block;
-        padding: 2px 6px;
-        color: #4690d6;
-        border: 1px solid #4690d6;
-        font-size: 12px;
-    }
-    .elgg-pagination a:hover {
-        background: #4690d6;
-        color: white;
-        text-decoration: none;
-    }
-    .elgg-pagination .elgg-state-disabled span {
-        color: #CCCCCC;
-        border-color: #CCCCCC;
-    }
-    .elgg-pagination .elgg-state-selected span {
-        color: #555555;
-        border-color: #555555;
-    }
 
     /* ***************************************
     TABS
-- 
GitLab