Skip to content
Snippets Groups Projects
Commit 2c255b5a authored by spennythug's avatar spennythug
Browse files

removing unneeded styles

parent fa99212e
Branches
No related tags found
4 merge requests!15WIP: Support WDN version 5.3,!8Update for elgg upgrade,!3Develop,!1Git fixes
...@@ -22,11 +22,6 @@ ...@@ -22,11 +22,6 @@
fieldset > div:last-child { fieldset > div:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
.elgg-form-alt > fieldset > .elgg-foot {
border-top: 1px solid #CCC;
padding: 10px 0;
}
.elgg-longtext-control { .elgg-longtext-control {
float: right; float: right;
......
...@@ -39,19 +39,6 @@ ...@@ -39,19 +39,6 @@
padding-bottom: 5px; 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 */ /* Popup */
.elgg-module-popup { .elgg-module-popup {
background-color: #FFF; background-color: #FFF;
......
...@@ -16,40 +16,6 @@ ...@@ -16,40 +16,6 @@
/* *************************************** /* ***************************************
PAGINATION 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 TABS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment