Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsimcoe committed Jul 6, 2012
1 parent f017de9 commit fed6297
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
6 changes: 3 additions & 3 deletions www/httpdocs/workspace/themes/active/css/common.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 26 additions & 18 deletions www/httpdocs/workspace/themes/active/less/common.less
Expand Up @@ -1776,13 +1776,13 @@ h3 {
}
}

.screen,
address {
.screen {
position: absolute;
bottom: 0px;
left: 0;
}


.screen {
display: none;
background: #e9e9e9;
Expand Down Expand Up @@ -1919,7 +1919,7 @@ h3 {
margin-bottom: @base * .125;
vertical-align: center;
font-size: 18px;
line-height: 1.3;
line-height: 1.2;
}

.icon {
Expand Down Expand Up @@ -2891,28 +2891,36 @@ h3 {
}
}

.layout-ministry,
.layout-events {
.column-right {

.column-center, .span8 {
float:none;
width: 98%;
}
> .component-members-roles {

.column-right {
float: none;
width: 98%;
margin-left: 0;
.entry {

.component-member-roles {
display: block;
}
.pull-left {
float: none;
text-align: center;
margin: 0;
padding: @base 0 0 0;

.component-locations {
display: block;
img {
margin-right: 0;
}

}

.mailto {
display: block;
float: none;
height: auto;
margin: 0;
text-align: center;
}
}
}
}


}

// DEFAULT DESKTOP
Expand Down

0 comments on commit fed6297

Please sign in to comment.