Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsimcoe committed Jul 20, 2012
1 parent 7b020dd commit 8ce4812
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 220 deletions.
97 changes: 17 additions & 80 deletions www/httpdocs/workspace/themes/active/css/common.css
Expand Up @@ -7011,6 +7011,23 @@ a.badge:hover {
color: #fff;
background: #7cb5c4;
}
.entry-defaults {
background: #fff;
margin: 10px 0 30px 0;
position: relative;
}
.edit-defaults {
position: absolute;
border: none !important;
background: none;
z-index: 10000;
padding: 0;
margin: 0;
opacity: 0.5;
filter: alpha(opacity=50);
opacity: 0.5;
filter: alpha(opacity=50);
}
.small-grey-text {
font-family: "proxima-nova-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
font-style: normal;
Expand Down Expand Up @@ -7161,7 +7178,6 @@ h3 {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}
.main-container ul li {
margin: 0;
Expand Down Expand Up @@ -7940,23 +7956,6 @@ h3 {
text-decoration: underline;
cursor: pointer;
}
.entry-defaults {
background: #fff;
margin: 10px 0 30px 0;
position: relative;
}
.edit-defaults {
position: absolute;
border: none !important;
background: none;
z-index: 10000;
padding: 0;
margin: 0;
opacity: 0.5;
filter: alpha(opacity=50);
opacity: 0.5;
filter: alpha(opacity=50);
}
.layout-home .main-container .component-text .edit {
position: absolute;
border: none !important;
Expand All @@ -7972,9 +7971,6 @@ h3 {
top: -280px;
left: 0;
}
.layout-home h3 {
margin-bottom: 15px;
}
.layout-home .column-right > .component-events .entry.last {
padding-bottom: 62px;
}
Expand Down Expand Up @@ -9493,9 +9489,6 @@ h3 {
.audiojs .scrubber {
width: 155px;
}
}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 480px) {
.column-full-width .columns-2 {
Expand Down Expand Up @@ -9702,20 +9695,6 @@ h3 {
}
}
@media (min-width: 980px) {
.mast .main {
text-align: right;
display: block;
float: none;
}
.mast .main li {
float: none;
display: inline;
}
.mast .main li a {
display: inline-block;
padding: 15px 0;
margin: 0 5px;
}
.twitter span {
font-size: 13px;
}
Expand All @@ -9725,36 +9704,6 @@ h3 {
}
}
@media (max-width: 480px) {
.mast {
padding: 100px 0 0 0;
}
.mast .container .row {
margin-top: 0;
}
.mast .container .row.introduction {
margin: 40px 0;
}
.mast .container .row .span12 .logo {
margin-bottom: 0;
}
.mast .container .row .span12 .main {
margin-top: 20px;
margin-bottom: 0;
padding: 0;
text-align: center;
display: block;
float: none;
}
.mast .container .row .span12 .main li {
float: none;
display: inline;
line-height: 2;
}
.mast .container .row .span12 .main li a {
display: inline-block;
padding: 0;
margin: 0;
}
.component-teachings .latest .video {
width: 352px !important;
height: 198px !important;
Expand Down Expand Up @@ -9784,9 +9733,6 @@ h3 {
.audiojs .scrubber {
width: 120px;
}
}
@media (min-width: 1200px) {

}
.featured img,
.component-teachings img,
Expand Down Expand Up @@ -9834,12 +9780,3 @@ h3 {
height: 198px !important;
}
}
@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (min-width: 980px) {

}

0 comments on commit 8ce4812

Please sign in to comment.